diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2006-02-01 06:05:07 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 11:53:12 -0500 |
commit | 853609b61ef88b414ffd1613741aa59894334320 (patch) | |
tree | 93def4ef8c820fb678bedf31f144b1d85942c181 /Documentation/power/interface.txt | |
parent | e8730eabd45e47e392f230ab8720c4b8537901fc (diff) |
[PATCH] swsusp: use bytes as image size units
Make swsusp use bytes as the image size units, which is needed for future
compatibility.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/power/interface.txt')
-rw-r--r-- | Documentation/power/interface.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/interface.txt b/Documentation/power/interface.txt index bd4ffb5bd49a..4117802af0f8 100644 --- a/Documentation/power/interface.txt +++ b/Documentation/power/interface.txt | |||
@@ -44,7 +44,7 @@ it. | |||
44 | /sys/power/image_size controls the size of the image created by | 44 | /sys/power/image_size controls the size of the image created by |
45 | the suspend-to-disk mechanism. It can be written a string | 45 | the suspend-to-disk mechanism. It can be written a string |
46 | representing a non-negative integer that will be used as an upper | 46 | representing a non-negative integer that will be used as an upper |
47 | limit of the image size, in megabytes. The suspend-to-disk mechanism will | 47 | limit of the image size, in bytes. The suspend-to-disk mechanism will |
48 | do its best to ensure the image size will not exceed that number. However, | 48 | do its best to ensure the image size will not exceed that number. However, |
49 | if this turns out to be impossible, it will try to suspend anyway using the | 49 | if this turns out to be impossible, it will try to suspend anyway using the |
50 | smallest image possible. In particular, if "0" is written to this file, the | 50 | smallest image possible. In particular, if "0" is written to this file, the |