diff options
author | trasz <trasz@FreeBSD.org> | 2015-07-24 18:13:13 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2015-07-24 18:13:13 +0000 |
commit | ebf63a0fc91cd766119db0f3629befca91564977 (patch) | |
tree | 601e77a154f427954ec30bc47ad3e1872f51f3b8 /lib/libc | |
parent | 06d81bde61f2fca37e142fd10605faf5ca128fc4 (diff) | |
download | FreeBSD-src-ebf63a0fc91cd766119db0f3629befca91564977.zip FreeBSD-src-ebf63a0fc91cd766119db0f3629befca91564977.tar.gz |
Add missing capitalization.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/reboot.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index f5571ae..caaba58 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -82,7 +82,7 @@ Dump kernel memory before rebooting; see .Xr savecore 8 for more information. .It Dv RB_HALT -the processor is simply halted; no reboot takes place. +The processor is simply halted; no reboot takes place. This option should be used with caution. .It Dv RB_POWEROFF After halting, the shutdown code will do what it can to turn |