svn commit: r285846 - head/lib/libc/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Fri Jul 24 18:13:15 UTC 2015


Author: trasz
Date: Fri Jul 24 18:13:13 2015
New Revision: 285846
URL: https://svnweb.freebsd.org/changeset/base/285846

Log:
  Add missing capitalization.

Modified:
  head/lib/libc/sys/reboot.2

Modified: head/lib/libc/sys/reboot.2
==============================================================================
--- head/lib/libc/sys/reboot.2	Fri Jul 24 18:00:53 2015	(r285845)
+++ head/lib/libc/sys/reboot.2	Fri Jul 24 18:13:13 2015	(r285846)
@@ -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


More information about the svn-src-head mailing list