diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2014-11-15 14:41:04 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2014-11-15 14:41:04 +0000 |
commit | d6a0f0865df6bfd123b8ce711276173f1d8cbaa9 (patch) | |
tree | e12333cdaea900019b1f35b2a5adc13985cd7802 /lib/libc/sys/reboot.2 | |
parent | 4a23754df430199a403e1215d9387e5b9e25b36f (diff) |
Reduce instances of `` '' in manuals.
troff displays these as typographic quotes, but nroff implementations
almost always print them literally, which rarely has the intended effect
with modern fonts, even in stock xterm.
These uses of `` '' can be replaced either with more semantic alternatives
or with Dq, which prints typographic quotes in a UTF-8 locale (but will
automatically fall back to `` '' in an ASCII locale).
improvements and ok schwarze@
Diffstat (limited to 'lib/libc/sys/reboot.2')
-rw-r--r-- | lib/libc/sys/reboot.2 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index 53b32fb988a..69231263c88 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.2,v 1.16 2014/01/21 03:15:45 schwarze Exp $ +.\" $OpenBSD: reboot.2,v 1.17 2014/11/15 14:41:02 bentley Exp $ .\" $NetBSD: reboot.2,v 1.5 1995/02/27 12:36:02 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)reboot.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: November 15 2014 $ .Dt REBOOT 2 .Os .Sh NAME @@ -141,7 +141,9 @@ program in the newly booted system. When no options are given (i.e., .Dv RB_AUTOBOOT is used), the system is -rebooted from file ``bsd'' in the root file system of unit 0 +rebooted from file +.Pa /bsd +in the root file system of unit 0 of a disk chosen in a processor specific way. An automatic consistency check of the disks is normally performed (see |