diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-06 10:42:27 +0000 |
commit | 1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch) | |
tree | 08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libc/sys | |
parent | ee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff) |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/chown.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/getitimer.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/getpgrp.2 | 5 | ||||
-rw-r--r-- | lib/libc/sys/getsockname.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/msgrcv.2 | 5 | ||||
-rw-r--r-- | lib/libc/sys/msgsnd.2 | 5 | ||||
-rw-r--r-- | lib/libc/sys/sigaction.2 | 3 | ||||
-rw-r--r-- | lib/libc/sys/swapctl.2 | 2 |
8 files changed, 17 insertions, 15 deletions
diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index 07d4f9895b8..3a83c3ce09e 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chown.2,v 1.9 2000/10/18 05:12:08 aaron Exp $ +.\" $OpenBSD: chown.2,v 1.10 2001/08/06 10:42:26 mpech Exp $ .\" $NetBSD: chown.2,v 1.10 1995/10/12 15:40:47 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -161,4 +161,6 @@ functions were changed to follow symbolic links in .Pp The .Fn lchown -function was added to OpenBSD due to the above. +function was added to +.Ox +due to the above. diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index 0b52ecff5cd..997ce5051fe 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getitimer.2,v 1.14 2001/07/25 20:56:13 stevesk Exp $ +.\" $OpenBSD: getitimer.2,v 1.15 2001/08/06 10:42:26 mpech Exp $ .\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -176,7 +176,6 @@ and stores the result in .Fn timeradd "a, b, res" adds two timers and stores the result in .Fa res Ns . -.Pp .Sh RETURN VALUES If the calls succeed, a value of 0 is returned. If an error occurs, the value \-1 is returned, and a more precise diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2 index e278dcd070d..cea0ddacefc 100644 --- a/lib/libc/sys/getpgrp.2 +++ b/lib/libc/sys/getpgrp.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpgrp.2,v 1.7 2000/09/12 17:30:45 millert Exp $ +.\" $OpenBSD: getpgrp.2,v 1.8 2001/08/06 10:42:26 mpech Exp $ .\" $NetBSD: getpgrp.2,v 1.8 1995/02/27 12:33:09 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -101,7 +101,8 @@ function conforms to The .Fn getpgid function call is derived from its usage in System V Release 4, and -first appeared in NetBSD 1.2A. +first appeared in +.Nx 1.2 a. .Sh COMPATIBILITY This version of .Fn getpgrp diff --git a/lib/libc/sys/getsockname.2 b/lib/libc/sys/getsockname.2 index b1b15fb48c5..31c2f5a0c70 100644 --- a/lib/libc/sys/getsockname.2 +++ b/lib/libc/sys/getsockname.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockname.2,v 1.15 2001/06/26 19:56:52 dugsong Exp $ +.\" $OpenBSD: getsockname.2,v 1.16 2001/08/06 10:42:26 mpech Exp $ .\" $NetBSD: getsockname.2,v 1.6 1995/10/12 15:41:00 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -113,7 +113,6 @@ does not point to enough space to hold the entire socket address, the result will be truncated to .Fa namelen bytes. -.Pp .Sh RETURN VALUES On success, .Fn getsockname diff --git a/lib/libc/sys/msgrcv.2 b/lib/libc/sys/msgrcv.2 index 23f0ba16932..e583a76d626 100644 --- a/lib/libc/sys/msgrcv.2 +++ b/lib/libc/sys/msgrcv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgrcv.2,v 1.9 2000/10/18 05:12:10 aaron Exp $ +.\" $OpenBSD: msgrcv.2,v 1.10 2001/08/06 10:42:26 mpech Exp $ .\" $NetBSD: msgrcv.2,v 1.2 1997/03/27 08:20:37 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -198,7 +198,8 @@ is set in .Xr msgget 2 , .Xr msgsnd 2 .Sh BUGS -OpenBSD does not define the +.Ox +does not define the .Er EIDRM error value, which should be used in the case of a removed message queue, nor the diff --git a/lib/libc/sys/msgsnd.2 b/lib/libc/sys/msgsnd.2 index 3dd3a4c08c7..8e7e524b07b 100644 --- a/lib/libc/sys/msgsnd.2 +++ b/lib/libc/sys/msgsnd.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgsnd.2,v 1.8 2000/10/18 05:12:10 aaron Exp $ +.\" $OpenBSD: msgsnd.2,v 1.9 2001/08/06 10:42:26 mpech Exp $ .\" $NetBSD: msgsnd.2,v 1.2 1997/03/27 08:20:36 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -156,7 +156,8 @@ The system call was interrupted by the delivery of a signal. .Xr msgget 2 , .Xr msgrcv 2 .Sh BUGS -OpenBSD does not define the +.Ox +does not define the .Er EIDRM error value, which should be used in the case of a removed message queue. diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 7ba36cfc6e7..60c71fc5c2d 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.27 2001/03/11 05:02:30 aaron Exp $ +.\" $OpenBSD: sigaction.2,v 1.28 2001/08/06 10:42:26 mpech Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -459,7 +459,6 @@ handler(sig) errno = save_errno; } .Ed -.Pp .Sh RETURN VALUES A 0 value indicates that the call succeeded. A \-1 return value indicates an error occurred and diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2 index 551ee5a0cd8..ac0e05eea08 100644 --- a/lib/libc/sys/swapctl.2 +++ b/lib/libc/sys/swapctl.2 @@ -215,7 +215,7 @@ The command is currently unimplemented by the .Ox kernel. -.Sh AUTHOR +.Sh AUTHORS The current swap system was designed and implemented by Matthew Green <mrg@eterna.com.au>, with help from Paul Kranenburg <pk@NetBSD.ORG> and Leo Weppelman <leo@NetBSD.ORG>, and insights from Jason R. Thorpe |