diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-02-20 23:08:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-02-21 18:07:04 -0500 |
commit | c756d08a00a2f151363d95ad27e12ca6b27cb3f6 (patch) | |
tree | df30c2ec4b3bef1ce47fa7f98ce5f2d15baf2aab /Documentation/kernel-parameters.txt | |
parent | 7a19a237d54e3f209d543b69b27f24a23b335c40 (diff) |
Documentation: log_buf_len uses [KMG] suffix
Update the "log_buf_len" description to use [KMG] syntax for the
buffer size.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 66771a34f185..f4a04c0c7edc 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1271,10 +1271,9 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1271 | 6 (KERN_INFO) informational | 1271 | 6 (KERN_INFO) informational |
1272 | 7 (KERN_DEBUG) debug-level messages | 1272 | 7 (KERN_DEBUG) debug-level messages |
1273 | 1273 | ||
1274 | log_buf_len=n Sets the size of the printk ring buffer, in bytes. | 1274 | log_buf_len=n[KMG] Sets the size of the printk ring buffer, |
1275 | Format: { n | nk | nM } | 1275 | in bytes. n must be a power of two. The default |
1276 | n must be a power of two. The default size | 1276 | size is set in the kernel config file. |
1277 | is set in the kernel config file. | ||
1278 | 1277 | ||
1279 | logo.nologo [FB] Disables display of the built-in Linux logo. | 1278 | logo.nologo [FB] Disables display of the built-in Linux logo. |
1280 | This may be used to provide more screen space for | 1279 | This may be used to provide more screen space for |