diff options
| author | 2014-11-15 14:41:01 +0000 | |
|---|---|---|
| committer | 2014-11-15 14:41:01 +0000 | |
| commit | d01fe41759645b4d0c58a04cd818c3b126795b6d (patch) | |
| tree | 85ad0547445c0b9d96457d1fda0c4aae74a0370b /lib/libc/sys | |
| parent | No point in documenting an outright bug fixed in 4.3BSD. (diff) | |
| download | wireguard-openbsd-d01fe41759645b4d0c58a04cd818c3b126795b6d.tar.xz wireguard-openbsd-d01fe41759645b4d0c58a04cd818c3b126795b6d.zip | |
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')
| -rw-r--r-- | lib/libc/sys/intro.2 | 11 | ||||
| -rw-r--r-- | lib/libc/sys/mlock.2 | 9 | ||||
| -rw-r--r-- | lib/libc/sys/reboot.2 | 8 | ||||
| -rw-r--r-- | lib/libc/sys/sigaltstack.2 | 8 |
4 files changed, 22 insertions, 14 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 460a75aff28..7e4ef87c04f 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.51 2014/05/30 04:42:07 guenther Exp $ +.\" $OpenBSD: intro.2,v 1.52 2014/11/15 14:41:02 bentley Exp $ .\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.2 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: May 30 2014 $ +.Dd $Mdocdate: November 15 2014 $ .Dt INTRO 2 .Os .Sh NAME @@ -550,7 +550,8 @@ does not result in the loss of the original (real) group ID. .Pp The group access list is a set of group IDs used only in determining resource accessibility. -Access checks are performed as described below in ``File Access Permissions''. +Access checks are performed as described below in +.Dq File Access Permissions . .It Saved Set User ID and Saved Set Group ID When a process executes a new file, the effective user ID is set to the owner of the file if the file is set-user-ID, and the effective @@ -708,7 +709,9 @@ and the group permissions allow the access. Neither the effective user ID nor effective group ID and group access list of the process match the corresponding user ID and group ID of the file, -but the permissions for ``other users'' allow access. +but the permissions for +.Dq other users +allow access. .Pp Otherwise, permission is denied. .It Sockets and Address Families diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2 index de13362db9d..c2b8a8d25cc 100644 --- a/lib/libc/sys/mlock.2 +++ b/lib/libc/sys/mlock.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mlock.2,v 1.18 2014/07/02 22:22:35 matthew Exp $ +.\" $OpenBSD: mlock.2,v 1.19 2014/11/15 14:41:02 bentley Exp $ .\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mlock.2 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: July 2 2014 $ +.Dd $Mdocdate: November 15 2014 $ .Dt MLOCK 2 .Os .Sh NAME @@ -94,8 +94,9 @@ limited in how much they can lock down. A single process can .Fn mlock the minimum of -a system-wide ``wired pages'' limit and -the per-process +a system-wide +.Dq wired pages +limit and the per-process .Li RLIMIT_MEMLOCK resource limit. .Sh RETURN VALUES 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 diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2 index 10776f7ac52..9b589bbf9ee 100644 --- a/lib/libc/sys/sigaltstack.2 +++ b/lib/libc/sys/sigaltstack.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaltstack.2,v 1.17 2014/09/09 08:17:59 guenther Exp $ +.\" $OpenBSD: sigaltstack.2,v 1.18 2014/11/15 14:41:02 bentley Exp $ .\" $NetBSD: sigaltstack.2,v 1.3 1995/02/27 10:41:52 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sigaltstack.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 9 2014 $ +.Dd $Mdocdate: November 15 2014 $ .Dt SIGALTSTACK 2 .Os .Sh NAME @@ -121,7 +121,9 @@ to their stack requirements to allow for the operating system overhead. Signal stacks are automatically adjusted for the direction of stack growth and alignment requirements. Signal stacks may or may not be protected by the hardware and -are not ``grown'' automatically as is done for the normal stack. +are not +.Dq grown +automatically as is done for the normal stack. If the stack overflows and this space is not protected unpredictable results may occur. .Sh RETURN VALUES |
