diff options
150 files changed, 641 insertions, 640 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 0eef7862dc0..aaf5e9b5bd3 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.69 2013/10/20 07:40:44 jmc Exp $ +.\" $OpenBSD: csh.1,v 1.70 2014/01/21 03:15:44 schwarze Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 .\" -.Dd $Mdocdate: October 20 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CSH 1 .Os .Sh NAME @@ -85,7 +85,7 @@ or yields a non-zero exit status. .It Fl f The shell will start faster, because it will neither search for nor execute commands from the file -.Pa \&.cshrc +.Pa .cshrc in the invoker's home directory. Note: if the environment variable .Ev HOME @@ -101,7 +101,7 @@ The shell is a login shell (only applicable if is the only flag specified). .It Fl m Read -.Pa \&.cshrc , +.Pa .cshrc , regardless of its owner and group. This option is dangerous and should only be used by .Xr su 1 . @@ -171,20 +171,20 @@ begins by executing commands from the file .Pa /etc/csh.cshrc and, if this is a login shell, -.Pa \&/etc/csh.login . +.Pa /etc/csh.login . It then executes commands from -.Pa \&.cshrc +.Pa .cshrc in the home directory of the invoker, and, if this is a login shell, the file -.Pa \&.login +.Pa .login in the same location. It is typical for users on .Tn CRT Ns s to put the command .Ic stty crt in their -.Pa \&.login +.Pa .login file, and to also invoke .Xr tset 1 there. @@ -1807,7 +1807,7 @@ Sends either the (terminate) signal or the specified signal to the specified jobs or processes. Signals are either given by number or by names (as given in -.Aq Pa signal.h , +.In signal.h , stripped of the prefix .Dq SIG ) . The signal names are listed by @@ -2392,7 +2392,7 @@ The environment variable .Ev PATH is likewise handled; it is not necessary to worry about its setting other than in the file -.Pa \&.cshrc +.Pa .cshrc as inferior .Nm processes will import the definition of @@ -2678,7 +2678,7 @@ Login shells catch the otherwise this signal is passed on to children from the state in the shell's parent. Interrupts are not allowed when a login shell is reading the file -.Pa \&.logout . +.Pa .logout . .Sh LIMITATIONS Word lengths \- Words can be no longer than 1024 characters. diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 4107ccd13e4..c9d4968c953 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.88 2014/01/20 21:20:10 guenther Exp $ +.\" $OpenBSD: ps.1,v 1.89 2014/01/21 03:15:44 schwarze Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PS 1 .Os .Sh NAME @@ -222,7 +222,7 @@ Name of system call emulation environment. Alias: .Cm f . The thread flags (in hexadecimal), as defined in the include file -.Aq Pa sys/proc.h : +.In sys/proc.h : .Bd -literal P_INKTR 0x1 writing ktrace(2) record P_PROFPEND 0x2 this thread needs SIGPROF @@ -317,7 +317,7 @@ Parent process ID. Scheduling priority. .It Cm procflags The process flags (in hexadecimal), as defined in the include file -.Aq Pa sys/proc.h : +.In sys/proc.h : .Bd -literal PS_CONTROLT 0x1 process has a controlling terminal PS_EXEC 0x2 process called exec(3) diff --git a/games/hack/hack.6 b/games/hack/hack.6 index d0bb80757ce..f7c85beecdc 100644 --- a/games/hack/hack.6 +++ b/games/hack/hack.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hack.6,v 1.15 2010/10/29 12:27:21 jmc Exp $ +.\" $OpenBSD: hack.6,v 1.16 2014/01/21 03:15:44 schwarze Exp $ .\" $NetBSD: hack.6,v 1.5 1995/07/03 19:44:30 jtc Exp $ .\" .\" Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -59,7 +59,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 29 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt HACK 6 .Os .Sh NAME @@ -180,9 +180,9 @@ and .Bl -tag -width 24n -compact .It Pa hack The hack program. -.It Pa data, rumors +.It Pa data , rumors Data files used by hack. -.It Pa help, hh +.It Pa help , hh Help data files. .It Pa record The list of topscorers. diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3 index 8b89622734d..2e0f7dafecf 100644 --- a/lib/libc/db/man/btree.3 +++ b/lib/libc/db/man/btree.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: btree.3,v 1.20 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: btree.3,v 1.21 2014/01/21 03:15:44 schwarze Exp $ .\" $NetBSD: btree.3,v 1.6 1996/05/03 21:26:48 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)btree.3 8.4 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt BTREE 3 .Os .Sh NAME @@ -56,7 +56,7 @@ associated key/data pairs. The btree access method specific data structure provided to .Fn dbopen is defined in the -.Aq Pa db.h +.In db.h include file as follows: .Bd -literal -offset indent typedef struct { diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index 9ea79defa5c..9b9e37b4c9d 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dbopen.3,v 1.26 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: dbopen.3,v 1.27 2014/01/21 03:15:44 schwarze Exp $ .\" $NetBSD: dbopen.3,v 1.6 1995/02/27 13:23:25 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt DBOPEN 3 .Os .Sh NAME @@ -117,7 +117,7 @@ The argument is of type .Fa DBTYPE (as defined in the -.Aq Pa db.h +.In db.h include file) and may be set to .Dv DB_BTREE , .Dv DB_HASH , @@ -140,7 +140,7 @@ returns a pointer to a DB structure on success and .Dv NULL on error. The DB structure is defined in the -.Aq Pa db.h +.In db.h include file, and contains at least the following fields: .Bd -literal -offset indent typedef struct { diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index 3d024607cf9..b5ada8331ec 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hash.3,v 1.16 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: hash.3,v 1.17 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: hash.3,v 1.6 1996/05/03 21:26:50 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)hash.3 8.6 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt HASH 3 .Os .Sh NAME @@ -55,7 +55,7 @@ The hash data structure is an extensible, dynamic hashing scheme. The access method specific data structure provided to .Fn dbopen is defined in the -.Aq Pa db.h +.In db.h include file as follows: .Bd -literal -offset indent typedef struct { diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3 index 9795b8defa8..2f61871c3c4 100644 --- a/lib/libc/db/man/recno.3 +++ b/lib/libc/db/man/recno.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recno.3,v 1.18 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: recno.3,v 1.19 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: recno.3,v 1.6 1996/05/03 21:26:51 cgd Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)recno.3 8.5 (Berkeley) 8/18/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RECNO 3 .Os .Sh NAME @@ -64,7 +64,7 @@ The access method specific data structure provided to .Fn dbopen is defined in the -.Aq Pa db.h +.In db.h include file as follows: .Bd -literal -offset indent typedef struct { @@ -170,7 +170,7 @@ The field of the key should be a pointer to a memory location of type .Vt recno_t , as defined in the -.Aq Pa db.h +.In db.h include file. This type is normally the largest unsigned integral type available to the implementation. diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index b81f3976e02..82bde43c240 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: confstr.3,v 1.19 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: confstr.3,v 1.20 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CONFSTR 3 .Os .Sh NAME @@ -47,7 +47,7 @@ The .Fa name argument specifies the system variable to be queried. Symbolic constants for each name value are found in the include file -.Aq Pa unistd.h . +.In unistd.h . The .Fa len argument specifies the size of the buffer referenced by the diff --git a/lib/libc/gen/ctermid.3 b/lib/libc/gen/ctermid.3 index c6871bee17b..cf81cd6f458 100644 --- a/lib/libc/gen/ctermid.3 +++ b/lib/libc/gen/ctermid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctermid.3,v 1.9 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: ctermid.3,v 1.10 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CTERMID 3 .Os .Sh NAME @@ -54,7 +54,7 @@ is assumed to point to an array at least .Dv L_ctermid (as defined in the include file -.Aq Pa stdio.h ) +.In stdio.h ) bytes long. .Pp The current implementation simply generates diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 56bba41957b..fc58ed94a7d 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exec.3,v 1.24 2014/01/20 08:46:45 schwarze Exp $ +.\" $OpenBSD: exec.3,v 1.25 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: January 21 2014 $ .Dt EXEC 3 .Os .Sh NAME @@ -135,7 +135,7 @@ variable. If this variable isn't specified, .Dv _PATH_DEFPATH from -.Aq Pa paths.h +.In paths.h is used instead, its value being: .Pa /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin .Pp diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 7812d4d0884..f9afdd5ead4 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fnmatch.3,v 1.15 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: fnmatch.3,v 1.16 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" .\" @(#)fnmatch.3 8.3 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt FNMATCH 3 .Os .Sh NAME @@ -63,7 +63,7 @@ is the bitwise inclusive .Tn OR of any of the following constants, which are defined in the include file -.Aq Pa fnmatch.h . +.In fnmatch.h . .Bl -tag -width FNM_PATHNAME .It Dv FNM_NOESCAPE Normally, every occurrence of a backslash diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 64620e9239a..ba77f4c165a 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fts.3,v 1.30 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: fts.3,v 1.31 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)fts.3 8.5 (Berkeley) 4/16/94 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt FTS 3 .Os .Sh NAME @@ -86,7 +86,7 @@ order the walk of the hierarchy, or prune and/or re-visit portions of the hierarchy. .Pp Two structures are defined (and typedef'd) in the include file -.Aq Pa fts.h . +.In fts.h . The first is .Dv FTS , the structure that represents the file hierarchy itself. diff --git a/lib/libc/gen/ftw.3 b/lib/libc/gen/ftw.3 index bfbcef4fc5d..7aa5347d58c 100644 --- a/lib/libc/gen/ftw.3 +++ b/lib/libc/gen/ftw.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftw.3,v 1.10 2014/01/19 05:21:12 schwarze Exp $ +.\" $OpenBSD: ftw.3,v 1.11 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 2003 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: January 19 2014 $ +.Dd $Mdocdate: January 21 2014 $ .Dt FTW 3 .Os .Sh NAME @@ -67,7 +67,7 @@ The function passes the aforementioned arguments plus a pointer to a .Dv FTW structure as defined by -.Aq Pa ftw.h +.In ftw.h (shown below): .Bd -literal -offset indent struct FTW { diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3 index bce6f4a225f..392c8c990ec 100644 --- a/lib/libc/gen/getcwd.3 +++ b/lib/libc/gen/getcwd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcwd.3,v 1.15 2013/09/30 12:02:33 millert Exp $ +.\" $OpenBSD: getcwd.3,v 1.16 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 30 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETCWD 3 .Os .Sh NAME @@ -71,7 +71,7 @@ argument and a size of .Dv PATH_MAX (as defined in the include file -.Aq Pa limits.h ) . +.In limits.h ) . Obviously, .Fa buf should be at least diff --git a/lib/libc/gen/getdomainname.3 b/lib/libc/gen/getdomainname.3 index 831643abdae..d3d35376727 100644 --- a/lib/libc/gen/getdomainname.3 +++ b/lib/libc/gen/getdomainname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdomainname.3,v 1.24 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getdomainname.3,v 1.25 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETDOMAINNAME 3 .Os .Sh NAME @@ -93,7 +93,7 @@ SunOS 3.x. Domain names are limited to .Dv MAXHOSTNAMELEN (from -.Ao Pa sys/param.h Ac ) +.In sys/param.h ) characters, currently 256. This includes the terminating NUL character. .Pp diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3 index 3c87fcf80e0..e40f24fbb08 100644 --- a/lib/libc/gen/getfsent.3 +++ b/lib/libc/gen/getfsent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getfsent.3,v 1.12 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getfsent.3,v 1.13 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETFSENT 3 .Os .Sh NAME @@ -58,7 +58,7 @@ and functions each return a pointer to an object with the following structure containing the broken-out fields of a line in the file system description file, -.Aq Pa fstab.h . +.In fstab.h . .Bd -literal -offset indent struct fstab { char *fs_spec; /* block special device name */ diff --git a/lib/libc/gen/getgrent.3 b/lib/libc/gen/getgrent.3 index 5c27ddaabc1..a983dd9d0ce 100644 --- a/lib/libc/gen/getgrent.3 +++ b/lib/libc/gen/getgrent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getgrent.3,v 1.17 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getgrent.3,v 1.18 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETGRENT 3 .Os .Sh NAME @@ -72,7 +72,7 @@ Each line of the database is defined by the structure .Li struct group found in the include file -.Aq Pa grp.h : +.In grp.h : .Bd -literal -offset indent struct group { char *gr_name; /* group name */ diff --git a/lib/libc/gen/gethostname.3 b/lib/libc/gen/gethostname.3 index f9dde6585c3..4ecf2263029 100644 --- a/lib/libc/gen/gethostname.3 +++ b/lib/libc/gen/gethostname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostname.3,v 1.24 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: gethostname.3,v 1.25 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETHOSTNAME 3 .Os .Sh NAME @@ -102,7 +102,7 @@ function call appeared in Host names are limited to .Dv MAXHOSTNAMELEN (from -.Ao Pa sys/param.h Ac ) +.In sys/param.h ) characters, currently 256. This includes the terminating NUL character. .Pp diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3 index 6cc72ba150b..6d5f6aa0d92 100644 --- a/lib/libc/gen/getpass.3 +++ b/lib/libc/gen/getpass.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpass.3,v 1.14 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getpass.3,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETPASS 3 .Os .Sh NAME @@ -51,7 +51,7 @@ input. The password may be up to .Dv _PASSWORD_LEN (currently 128, as defined in the -.Aq Pa pwd.h +.In pwd.h include file) characters in length. Any additional diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index f305189368d..9ec9fa146a8 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwent.3,v 1.25 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getpwent.3,v 1.26 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETPWENT 3 .Os .Sh NAME @@ -50,7 +50,7 @@ These functions operate on the password database file which is described in Each entry in the database is defined by the structure .Li struct passwd found in the include file -.Aq Pa pwd.h : +.In pwd.h : .Bd -literal -offset indent struct passwd { char *pw_name; /* user name */ diff --git a/lib/libc/gen/getpwnam.3 b/lib/libc/gen/getpwnam.3 index 3ce771b7350..42449b25e93 100644 --- a/lib/libc/gen/getpwnam.3 +++ b/lib/libc/gen/getpwnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwnam.3,v 1.4 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: getpwnam.3,v 1.5 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETPWNAM 3 .Os .Sh NAME @@ -56,7 +56,7 @@ These functions operate on the password database file which is described in Each entry in the database is defined by the structure .Li struct passwd found in the include file -.Aq Pa pwd.h : +.In pwd.h : .Bd -literal -offset indent struct passwd { char *pw_name; /* user name */ diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index b56a206e813..b994508c878 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: glob.3,v 1.32 2013/09/30 12:02:34 millert Exp $ +.\" $OpenBSD: glob.3,v 1.33 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 30 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GLOB 3 .Os .Sh NAME @@ -49,7 +49,7 @@ function is a pathname generator that implements the rules for file name pattern matching used by the shell. .Pp The include file -.Aq Pa glob.h +.In glob.h defines the structure type .Li glob_t , which contains at least the following fields: @@ -107,7 +107,7 @@ is the bitwise inclusive .Tn OR of any of the following values defined in -.Aq Pa glob.h : +.In glob.h : .Bl -tag -width GLOB_ALTDIRFUNC .It Dv GLOB_APPEND Append pathnames generated to the ones from a previous call (or calls) @@ -391,7 +391,7 @@ terminates due to an error, it sets .Va errno and returns one of the following non-zero constants, which are defined in the include file -.Aq Pa glob.h : +.In glob.h : .Bl -tag -width GLOB_NOCHECK .It Dv GLOB_NOSPACE An attempt to allocate memory failed, or if diff --git a/lib/libc/gen/isfdtype.3 b/lib/libc/gen/isfdtype.3 index 95763fc91f2..63f61d4e6f6 100644 --- a/lib/libc/gen/isfdtype.3 +++ b/lib/libc/gen/isfdtype.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isfdtype.3,v 1.8 2013/08/14 06:32:27 jmc Exp $ +.\" $OpenBSD: isfdtype.3,v 1.9 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 2002 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -18,7 +18,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt ISFDTYPE 3 .Os .Sh NAME @@ -39,7 +39,7 @@ is of type A list of possible file types may be found in .Xr stat 2 and the -.Aq Pa sys/stat.h +.In sys/stat.h include file. .Sh RETURN VALUES The diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 3348ec587db..61d50728334 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.42 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: signal.3,v 1.43 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SIGNAL 3 .Os .Sh NAME @@ -94,7 +94,7 @@ signals, the function allows for any signal to be caught, to be ignored, or to generate an interrupt. These signals are defined in the file -.Aq Pa signal.h : +.In signal.h : .Bl -column "SIGVTALRM" "create core image" "terminal line hangup" .It Sy "Name" Ta Sy "Default Action" Ta Sy "Description" .It Dv SIGHUP Ta "terminate process" Ta "terminal line hangup" diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index 4d00fdf2a7c..5350a2358c9 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysconf.3,v 1.32 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: sysconf.3,v 1.33 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SYSCONF 3 .Os .Sh NAME @@ -46,7 +46,7 @@ The .Fa name argument specifies the system variable to be queried. Symbolic constants for each name value are found in the include file -.Aq Pa unistd.h . +.In unistd.h . .Pp The available values are as follows: .Bl -tag -width "123456" diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e8d7a3b0a90..9d6bfc39f72 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.227 2013/10/28 21:02:35 deraadt Exp $ +.\" $OpenBSD: sysctl.3,v 1.228 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 28 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -115,7 +115,7 @@ set to 0. The top level names are defined with a .Dv CTL_ prefix in -.Aq Pa sys/sysctl.h , +.In sys/sysctl.h , and are as follows. The next and subsequent levels down are found in the include files listed here, and described in separate sections below. @@ -364,7 +364,7 @@ and .Sy sensor_type enumeration are defined in -.Aq Pa sys/sensors.h . +.In sys/sensors.h . .It Dv HW_SERIALNO The serial number of the machine. .It Dv HW_SETPERF @@ -932,19 +932,19 @@ Return information on the System V style message facility. The .Sy msg_sysctl_info structure is defined in -.Aq Pa sys/msg.h . +.In sys/msg.h . .It Dv KERN_SYSVIPC_SEM_INFO Return information on the System V style semaphore facility. The .Sy sem_sysctl_info structure is defined in -.Aq Pa sys/sem.h . +.In sys/sem.h . .It Dv KERN_SYSVIPC_SHM_INFO Return information on the System V style shared memory facility. The .Sy shm_sysctl_info structure is defined in -.Aq Pa sys/shm.h . +.In sys/shm.h . .El .It Dv KERN_SYSVMSG Returns 1 if System V style message queue functionality is available on this @@ -2181,51 +2181,51 @@ is unsuccessful, \-1 is returned and is set appropriately. .Sh FILES .Bl -tag -width "uvm/uvmXswapXencrypt.h " -compact -.It Aq Pa sys/sysctl.h +.It In sys/sysctl.h definitions for top level identifiers, second level kernel and hardware identifiers, and user level identifiers -.It Aq Pa sys/socket.h +.It In sys/socket.h definitions for second level network identifiers -.It Aq Pa sys/gmon.h +.It In sys/gmon.h definitions for third level profiling identifiers -.It Aq Pa ufs/ffs/ffs_extern.h +.It In ufs/ffs/ffs_extern.h definitions for third level virtual file system identifiers .Pq ffs -.It Aq Pa nfs/nfs.h +.It In nfs/nfs.h definitions for third level virtual file system identifiers .Pq nfs -.It Aq Pa uvm/uvm_param.h +.It In uvm/uvm_param.h definitions for second level virtual memory identifiers -.It Aq Pa uvm/uvm_swap_encrypt.h +.It In uvm/uvm_swap_encrypt.h definitions for third level virtual memory identifiers -.It Aq Pa net/if.h +.It In net/if.h definitions for packet input/output queue identifiers -.It Aq Pa net/pipex.h +.It In net/pipex.h definitions for third level PIPEX identifiers -.It Aq Pa netinet/in.h +.It In netinet/in.h definitions for third level IPv4/v6 identifiers and fourth level .Tn IP and .Tn IPv6 identifiers -.It Aq Pa netinet/icmp_var.h +.It In netinet/icmp_var.h definitions for fourth level .Tn ICMP identifiers -.It Aq Pa netinet/icmp6.h +.It In netinet/icmp6.h definitions for fourth level .Tn ICMPv6 identifiers -.It Aq Pa netinet/tcp_var.h +.It In netinet/tcp_var.h definitions for fourth level .Tn TCP identifiers -.It Aq Pa netinet/udp_var.h +.It In netinet/udp_var.h definitions for fourth level .Tn UDP identifiers -.It Aq Pa machine/cpu.h +.It In machine/cpu.h definitions for second level CPU identifiers .El .Sh ERRORS diff --git a/lib/libc/gen/uname.3 b/lib/libc/gen/uname.3 index 0c3e259b528..5c6cb200413 100644 --- a/lib/libc/gen/uname.3 +++ b/lib/libc/gen/uname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uname.3,v 1.14 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: uname.3,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UNAME 3 .Os .Sh NAME @@ -47,7 +47,7 @@ the current system into the structure referenced by The .Li utsname structure is defined in the -.Aq Pa sys/utsname.h +.In sys/utsname.h header file, and contains the following members: .Pp .Bl -tag -width nodenameXXXX -offset indent -compact diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index ed83890a1eb..9395ca92257 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utime.3,v 1.19 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: utime.3,v 1.20 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UTIME 3 .Os .Sh NAME @@ -61,7 +61,7 @@ If is non-null, it specifies a pointer to a .Li utimbuf structure, as defined in -.Aq Pa utime.h : +.In utime.h : .Bd -literal -offset indent struct utimbuf { time_t actime; /* Access time */ diff --git a/lib/libc/gmon/moncontrol.3 b/lib/libc/gmon/moncontrol.3 index 061206d3149..2443bd4379c 100644 --- a/lib/libc/gmon/moncontrol.3 +++ b/lib/libc/gmon/moncontrol.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: moncontrol.3,v 1.6 2007/05/31 19:19:29 jmc Exp $ +.\" $OpenBSD: moncontrol.3,v 1.7 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991, 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MONCONTROL 3 .Os .Sh NAME @@ -88,8 +88,9 @@ have their execution time measured. Profiling begins on return from .Fn monstartup . .Sh FILES -.Bl -tag -width Pa -compact -.It Pa gmon.out execution data file +.Bl -tag -width gmon.out -compact +.It Pa gmon.out +execution data file .El .Sh SEE ALSO .Xr cc 1 , diff --git a/lib/libc/locale/nl_langinfo.3 b/lib/libc/locale/nl_langinfo.3 index 57bda8ec63f..a5f5cde8634 100644 --- a/lib/libc/locale/nl_langinfo.3 +++ b/lib/libc/locale/nl_langinfo.3 @@ -1,9 +1,9 @@ -.\" $OpenBSD: nl_langinfo.3,v 1.9 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: nl_langinfo.3,v 1.10 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt NL_LANGINFO 3 .Os .Sh NAME @@ -22,7 +22,7 @@ set by the program's locale. The names and values of .Fa item are defined in -.Aq Pa langinfo.h . +.In langinfo.h . .Sh RETURN VALUES .Fn nl_langinfo returns a pointer to an empty string if diff --git a/lib/libc/net/gai_strerror.3 b/lib/libc/net/gai_strerror.3 index 680c8d4e4a6..e0373eb91e1 100644 --- a/lib/libc/net/gai_strerror.3 +++ b/lib/libc/net/gai_strerror.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gai_strerror.3,v 1.8 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: gai_strerror.3,v 1.9 2014/01/21 03:15:45 schwarze Exp $ .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ .\" .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") @@ -16,7 +16,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GAI_STRERROR 3 .Os .Sh NAME @@ -38,7 +38,7 @@ or .Xr getnameinfo 3 . .Pp The following error codes and their meaning are defined in -.Aq Pa netdb.h : +.In netdb.h : .Pp .Bl -tag -width "EAI_ADDRFAMILYXX" -offset indent -compact .It Dv EAI_ADDRFAMILY diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index cea57624ef4..db4417ab358 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getaddrinfo.3,v 1.53 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: getaddrinfo.3,v 1.54 2014/01/21 03:15:45 schwarze Exp $ .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ .\" .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") @@ -16,7 +16,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETADDRINFO 3 .Os .Sh NAME @@ -70,7 +70,7 @@ must be non-null. is an optional pointer to a .Li struct addrinfo , as defined by -.Aq Pa netdb.h : +.In netdb.h : .Bd -literal struct addrinfo { int ai_flags; /* input flags */ diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index c1ab2e7679d..c5aab48b209 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getifaddrs.3,v 1.17 2013/08/14 12:38:15 jmc Exp $ +.\" $OpenBSD: getifaddrs.3,v 1.18 2014/01/21 03:15:45 schwarze Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -21,7 +21,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETIFADDRS 3 .Os .Sh NAME @@ -44,7 +44,7 @@ on the local machine in the memory referenced by The list consists of .Nm ifaddrs structures, as defined in the include file -.Aq Pa ifaddrs.h . +.In ifaddrs.h . The .Nm ifaddrs structure contains at least the following entries: @@ -103,7 +103,7 @@ For addresses it contains a pointer to the .Li struct if_data (as defined in include file -.Aq Pa net/if.h ) +.In net/if.h ) which contains various interface attributes and statistics. For all other address families, .Fa ifa_data @@ -149,11 +149,11 @@ since .Ox 2.7 . .Sh BUGS If both -.Aq Pa net/if.h +.In net/if.h and -.Aq Pa ifaddrs.h +.In ifaddrs.h are being included, -.Aq Pa net/if.h +.In net/if.h .Em must be included before -.Aq Pa ifaddrs.h . +.In ifaddrs.h . diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3 index 644da7962e6..d023b2523d4 100644 --- a/lib/libc/net/getnameinfo.3 +++ b/lib/libc/net/getnameinfo.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getnameinfo.3,v 1.45 2013/07/10 07:07:12 jmc Exp $ +.\" $OpenBSD: getnameinfo.3,v 1.46 2014/01/21 03:15:45 schwarze Exp $ .\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $ .\" .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") @@ -16,7 +16,7 @@ .\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR .\" PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 10 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETNAMEINFO 3 .Os .Sh NAME @@ -75,7 +75,7 @@ the maximum value for is .Dv NI_MAXSERV , as defined by -.Aq Pa netdb.h . +.In netdb.h . If a length parameter is zero, no string will be stored. Otherwise, enough space must be provided to store the host name or service string plus a byte for the NUL terminator. diff --git a/lib/libc/net/if_indextoname.3 b/lib/libc/net/if_indextoname.3 index 7ca28c6b92a..5e6e7f2fdbc 100644 --- a/lib/libc/net/if_indextoname.3 +++ b/lib/libc/net/if_indextoname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: if_indextoname.3,v 1.14 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: if_indextoname.3,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt IF_NAMETOINDEX 3 .Os .Sh NAME @@ -73,7 +73,7 @@ bytes into which the interface name corresponding to the specified index is returned. .Pf ( Dv IF_NAMESIZE is also defined in -.Aq Pa net/if.h +.In net/if.h and its value includes a terminating NUL byte at the end of the interface name.) This pointer is also the return value of the function. @@ -87,7 +87,7 @@ returns an array of structures. .Vt if_nameindex is also defined in -.Aq Pa net/if.h , +.In net/if.h , and is as follows: .Bd -literal -offset indent struct if_nameindex { diff --git a/lib/libc/net/inet6_opt_init.3 b/lib/libc/net/inet6_opt_init.3 index 973f1e27fbb..dd7ab53f6f5 100644 --- a/lib/libc/net/inet6_opt_init.3 +++ b/lib/libc/net/inet6_opt_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_opt_init.3,v 1.5 2012/09/27 11:31:58 jmc Exp $ +.\" $OpenBSD: inet6_opt_init.3,v 1.6 2014/01/21 03:15:45 schwarze Exp $ .\" $KAME: inet6_opt_init.3,v 1.7 2004/12/27 05:08:23 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt INET6_OPT_INIT 3 .Os .\" @@ -70,7 +70,7 @@ formatting rules specified in Appendix B in RFC 2460, i.e. that the largest field is placed last in the option. The function prototypes for these functions are all contained in the header file -.Aq Pa netinet/in.h . +.In netinet/in.h . .\" .Ss inet6_opt_init The diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3 index 6c282a6f818..4b156636f78 100644 --- a/lib/libc/net/inet6_option_space.3 +++ b/lib/libc/net/inet6_option_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_option_space.3,v 1.23 2012/09/27 11:31:58 jmc Exp $ +.\" $OpenBSD: inet6_option_space.3,v 1.24 2014/01/21 03:15:45 schwarze Exp $ .\" $KAME: inet6_option_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt INET6_OPTION_SPACE 3 .Os .\" @@ -74,7 +74,7 @@ part of the Kame libraries, to help developers create, change, and parse Hop-by-Hop and Destination options. All of the prototypes for the option functions are defined in the -.Aq Pa netinet/in.h +.In netinet/in.h header file. .\" .Ss inet6_option_space diff --git a/lib/libc/net/inet6_rth_space.3 b/lib/libc/net/inet6_rth_space.3 index 6b09e6fa886..fcd023481fb 100644 --- a/lib/libc/net/inet6_rth_space.3 +++ b/lib/libc/net/inet6_rth_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rth_space.3,v 1.5 2012/09/27 11:31:58 jmc Exp $ +.\" $OpenBSD: inet6_rth_space.3,v 1.6 2014/01/21 03:15:45 schwarze Exp $ .\" $KAME: inet6_rth_space.3,v 1.7 2005/01/05 03:00:44 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt INET6_RTH_SPACE 3 .Os .\" @@ -64,10 +64,10 @@ The RFC uses the word .Dq segments to describe addresses and that is the term used here as well. All of the functions are defined in the header file -.Aq Pa netinet/in.h . +.In netinet/in.h . The functions described in this manual page all operate on routing header structures which are defined in -.Aq Pa netinet/ip6.h +.In netinet/ip6.h but which should not need to be modified outside the use of this API. The size and shape of the route header structures may change, so using the APIs is a more portable, long term, solution. diff --git a/lib/libc/net/inet6_rthdr_space.3 b/lib/libc/net/inet6_rthdr_space.3 index 65afc5a734b..c72e84ff1a2 100644 --- a/lib/libc/net/inet6_rthdr_space.3 +++ b/lib/libc/net/inet6_rthdr_space.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6_rthdr_space.3,v 1.22 2012/09/27 11:31:58 jmc Exp $ +.\" $OpenBSD: inet6_rthdr_space.3,v 1.23 2014/01/21 03:15:45 schwarze Exp $ .\" $KAME: inet6_rthdr_space.3,v 1.11 2005/01/05 03:00:44 itojun Exp $ .\" .\" Copyright (C) 2004 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 27 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt INET6_RTHDR_SPACE 3 .Os .\" @@ -76,7 +76,7 @@ The eight functions are split into two groups, the first of which builds the header and the second of which can parse it. The function prototypes for these functions are all in the -.Aq Pa netinet/in.h +.In netinet/in.h header. Although direct manipulation of a routing header is possible, this set of APIs make it unnecessary and such direct manipulation diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3 index 77659c28b73..447aa23ff16 100644 --- a/lib/libc/net/rcmd.3 +++ b/lib/libc/net/rcmd.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcmd.3,v 1.28 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: rcmd.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RCMD 3 .Os .Sh NAME @@ -232,9 +232,9 @@ The first argument of is typed as .Li "void *" to avoid dependency between -.Aq Pa unistd.h +.In unistd.h and -.Aq Pa sys/socket.h . +.In sys/socket.h . .Sh DIAGNOSTICS The .Fn rcmd diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index fb67c83b053..93b365a619f 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.28 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: resolver.3,v 1.29 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RESOLVER 3 .Os .Sh NAME @@ -108,7 +108,7 @@ Most of the values have reasonable defaults and can be ignored. Options stored in .Li _res.options are defined in -.Aq Pa resolv.h +.In resolv.h and are as follows. Options are stored as a simple bit mask containing the bitwise OR of the options enabled. @@ -253,7 +253,7 @@ and .Fa type fields are defined in -.Aq Pa arpa/nameser.h . +.In arpa/nameser.h . .Pp The .Fn res_search @@ -279,7 +279,7 @@ The query type is usually .Dv QUERY , but can be any of the query types defined in -.Aq Pa arpa/nameser.h . +.In arpa/nameser.h . The domain name for the query is given by .Fa dname . .Fa newrr diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 7e57356b00b..357858f5869 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.23 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: regex.3,v 1.24 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -35,7 +35,7 @@ .\" .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt REGEX 3 .Os .Sh NAME @@ -78,7 +78,7 @@ frees any dynamically allocated storage used by the internal form of an RE. .Pp The header -.Aq Pa regex.h +.In regex.h declares two structure types, .Li regex_t and diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index a9b89fc654c..e6e4c9662df 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.24 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: xdr.3,v 1.25 2014/01/21 03:15:45 schwarze Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .\" Copyright (c) 2010, Oracle America, Inc. @@ -30,7 +30,7 @@ .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt XDR 3 .Os .Sh NAME @@ -539,7 +539,7 @@ routines that require a function parameter, but where nothing is to be done. .Pp .Fn xdr_wrapstring is a primitive that calls -.Pa "xdr_string(xdrs, sp, MAXUN.UNSIGNED );" +.Nm xdr_string Ns Pq Fa xdrs , sp , Dv MAXUN.UNSIGNED where .Dv MAXUN.UNSIGNED is the maximum value of an unsigned integer. diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index a57bba64681..bf64c3be0d8 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: funopen.3,v 1.15 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: funopen.3,v 1.16 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt FUNOPEN 3 .Os .Sh NAME @@ -116,7 +116,7 @@ An error on does not keep the stream open. .Pp As a convenience, the include file -.Aq Pa stdio.h +.In stdio.h defines the macros .Fn fropen and diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index b3c07392ca2..f152ce731c4 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmpnam.3,v 1.18 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: tmpnam.3,v 1.19 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TMPFILE 3 .Os .Sh NAME @@ -77,7 +77,7 @@ directory, which did not reference an existing file at some indeterminate point in the past. .Dv P_tmpdir is defined in the include file -.Aq Pa stdio.h . +.In stdio.h . If the argument .Fa str is non-null, the file name is copied to the buffer it references. @@ -93,7 +93,7 @@ is expected to be at least bytes in length. .Dv L_tmpnam is defined in the include file -.Aq Pa stdio.h . +.In stdio.h . .Pp The .Fn tempnam diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index 9e37f52c103..6661e03841d 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -25,9 +25,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getopt.3,v 1.43 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: getopt.3,v 1.44 2014/01/21 03:15:45 schwarze Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETOPT 3 .Os .Sh NAME @@ -321,7 +321,7 @@ This was changed by to decouple .Fn getopt from -.Aq Pa stdio.h . +.In stdio.h . .Pp It is possible to handle digits as option letters. This allows diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 2de043a88d6..a9fc343b664 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -29,9 +29,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.13 2013/07/18 10:14:50 schwarze Exp $ +.\" $OpenBSD: rand.3,v 1.14 2014/01/21 03:15:45 schwarze Exp $ .\" -.Dd $Mdocdate: July 18 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RAND 3 .Os .Sh NAME @@ -58,7 +58,7 @@ function computes a sequence of pseudo-random integers in the range of 0 to .Dv RAND_MAX (as defined by the header file -.Aq Pa stdlib.h ) . +.In stdlib.h ) . .Pp The .Fn srand diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index 484dde0cf20..e53f79dac75 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clock_gettime.2,v 1.23 2013/11/02 02:32:51 tedu Exp $ +.\" $OpenBSD: clock_gettime.2,v 1.24 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 2 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CLOCK_GETTIME 2 .Os .Sh NAME @@ -85,7 +85,7 @@ providing accurate uptime measurement, both absolute and interval The structure pointed to by .Fa tp is defined in -.Aq Pa sys/time.h +.In sys/time.h as: .Bd -literal -offset indent struct timespec { diff --git a/lib/libc/sys/execve.2 b/lib/libc/sys/execve.2 index f27faf9fd2b..17a783aebd2 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: execve.2,v 1.39 2013/10/20 07:40:39 jmc Exp $ +.\" $OpenBSD: execve.2,v 1.40 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)execve.2 8.3 (Berkeley) 1/24/94 .\" -.Dd $Mdocdate: October 20 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt EXECVE 2 .Os .Sh NAME @@ -268,7 +268,7 @@ The new process file is on a filesystem mounted with execution disabled .Pf ( Dv MNT_NOEXEC in -.Ao Pa sys/mount.h Ac ) . +.In sys/mount.h ) . .It Bq Er ENOEXEC The new process file has the appropriate access permission, but has an invalid magic number in its header. @@ -285,7 +285,7 @@ is larger than the system-imposed limit. The limit in the system as released is 262144 bytes .Pf ( Dv NCARGS in -.Ao Pa sys/param.h Ac ) . +.In sys/param.h ) . .It Bq Er EFAULT The new process file is not as long as indicated by the size values in its header. diff --git a/lib/libc/sys/getitimer.2 b/lib/libc/sys/getitimer.2 index fe5e9c2f802..a78cbe24d79 100644 --- a/lib/libc/sys/getitimer.2 +++ b/lib/libc/sys/getitimer.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getitimer.2,v 1.24 2013/11/02 02:32:51 tedu Exp $ +.\" $OpenBSD: getitimer.2,v 1.25 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: getitimer.2,v 1.6 1995/10/12 15:40:54 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getitimer.2 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: November 2 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETITIMER 2 .Os .Sh NAME @@ -60,7 +60,7 @@ .Sh DESCRIPTION The system provides each process with three interval timers, defined in -.Ao Pa sys/time.h Ac . +.In sys/time.h . The .Fn getitimer call returns the current value for the timer specified in @@ -139,7 +139,7 @@ restart interrupted system calls. .Pp The remaining five functions are in fact macros for manipulating time values, defined in -.Ao Pa sys/time.h Ac . +.In sys/time.h . .Pp .Fn timerclear "a" sets the time value in diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index a123e7bd8b2..36222c66936 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockopt.2,v 1.40 2013/06/02 01:07:47 benno Exp $ +.\" $OpenBSD: getsockopt.2,v 1.41 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getsockopt.2 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: June 2 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETSOCKOPT 2 .Os .Sh NAME @@ -98,7 +98,7 @@ may be and any specified options are passed uninterpreted to the appropriate protocol module for interpretation. The include file -.Aq Pa sys/socket.h +.In sys/socket.h contains definitions for socket level options, described below. Options at other protocol levels vary in format and name; consult the appropriate entries in section 4 of the manual. @@ -115,7 +115,7 @@ or zero if the option is to be disabled. uses a .Li struct linger parameter, defined in -.Aq Pa sys/socket.h , +.In sys/socket.h , which specifies the desired state of the option and the linger interval (see below). .Dv SO_SNDTIMEO @@ -124,7 +124,7 @@ and use a .Li struct timeval parameter, defined in -.Aq Pa sys/time.h . +.In sys/time.h . .Pp The following options are recognized at the socket level. Except as noted, each may be examined with diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index be24bd5d704..6558e919fe6 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gettimeofday.2,v 1.26 2013/10/24 07:34:56 guenther Exp $ +.\" $OpenBSD: gettimeofday.2,v 1.27 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)gettimeofday.2 8.2 (Berkeley) 5/26/95 .\" -.Dd $Mdocdate: October 24 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GETTIMEOFDAY 2 .Os .Sh NAME @@ -73,7 +73,7 @@ The structures pointed to by and .Fa tzp are defined in -.Aq Pa sys/time.h +.In sys/time.h as: .Bd -literal struct timeval { diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 7f57d2f66ae..462e7f716ce 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.2,v 1.47 2013/09/30 12:02:35 millert Exp $ +.\" $OpenBSD: intro.2,v 1.48 2014/01/21 03:15:45 schwarze 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: September 30 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt INTRO 2 .Os .Sh NAME @@ -57,7 +57,7 @@ Portable applications must not depend on this definition, and should only use .Va errno as defined in -.Aq Pa errno.h . +.In errno.h . When a system call detects an error, it returns an integer value indicating failure (usually \-1) and sets the variable .Va errno @@ -74,7 +74,7 @@ to the type and circumstances of the call. .Pp The following is a complete list of the errors and their names as given in -.Aq Pa sys/errno.h . +.In sys/errno.h . .Bl -hang -width Ds .It Er 0 Em "Error 0" . Not used. @@ -110,7 +110,7 @@ The number of bytes used for the argument and environment list of the new process exceeded the limit .Dv NCARGS (specified in -.Aq Pa sys/param.h ) . +.In sys/param.h ) . .It Er 8 ENOEXEC Em "Exec format error" . A request was made to execute a file that, although it has the appropriate permissions, was not in the format required for an executable file. diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2 index 6c8ca2ab4a5..80132765a1b 100644 --- a/lib/libc/sys/ioctl.2 +++ b/lib/libc/sys/ioctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ioctl.2,v 1.16 2007/05/31 19:19:32 jmc Exp $ +.\" $OpenBSD: ioctl.2,v 1.17 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: ioctl.2,v 1.5 1995/02/27 12:33:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ioctl.2 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt IOCTL 2 .Os .Sh NAME @@ -78,7 +78,7 @@ in bytes. Macros and defines used in specifying an ioctl .Fa request are located in the file -.Ao Pa sys/ioctl.h Ac . +.In sys/ioctl.h . .Sh GENERIC IOCTLS Some ioctls are applicable to any file descriptor. These include: diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 6a7c3475147..3de67750dee 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.28 2013/08/14 10:06:02 guenther Exp $ +.\" $OpenBSD: kqueue.2,v 1.29 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/lib/libc/sys/kqueue.2,v 1.18 2001/02/14 08:48:35 guido Exp $ .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt KQUEUE 2 .Os .Sh NAME @@ -84,7 +84,7 @@ events to the user. is a pointer to an array of .Va kevent structures, as defined in -.Aq Pa sys/event.h . +.In sys/event.h . All changes contained in the .Fa changelist are applied before any pending events are read from the queue. diff --git a/lib/libc/sys/ktrace.2 b/lib/libc/sys/ktrace.2 index dcf8dfad10f..5baa17e9860 100644 --- a/lib/libc/sys/ktrace.2 +++ b/lib/libc/sys/ktrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.2,v 1.23 2013/06/01 09:49:53 miod Exp $ +.\" $OpenBSD: ktrace.2,v 1.24 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: June 1 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt KTRACE 2 .Os .Sh NAME @@ -159,7 +159,7 @@ bytes of a .Fa ktr_type record. The type specific records are defined in the -.Aq Pa sys/ktrace.h +.In sys/ktrace.h include file. .Sh RETURN VALUES On successful completion a value of 0 is returned. diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index b040136d7fc..5295f09dc0d 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mmap.2,v 1.42 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: mmap.2,v 1.43 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: mmap.2,v 1.5 1995/06/24 10:48:59 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mmap.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MMAP 2 .Os .Sh NAME @@ -187,7 +187,7 @@ is set to indicate the error. The symbol .Dv MAP_FAILED is defined in the header -.Ao Pa sys/mman.h Ac . +.In sys/mman.h . A successful return from .Nm will never return the value diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 28c404a0e88..e308bbdfbea 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.40 2011/11/17 14:26:14 schwarze Exp $ +.\" $OpenBSD: mount.2,v 1.41 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mount.2 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: November 17 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MOUNT 2 .Os .Sh NAME @@ -111,7 +111,7 @@ The .Fa type argument defines the type of the filesystem. The types of filesystems known to the system are defined in -.Aq Pa sys/mount.h . +.In sys/mount.h . .Fa data is a pointer to a structure that contains the type specific arguments to mount. diff --git a/lib/libc/sys/msgctl.2 b/lib/libc/sys/msgctl.2 index e5dd1c183ec..282f0fdda5f 100644 --- a/lib/libc/sys/msgctl.2 +++ b/lib/libc/sys/msgctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgctl.2,v 1.13 2007/05/31 19:19:33 jmc Exp $ +.\" $OpenBSD: msgctl.2,v 1.14 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: msgctl.2,v 1.2 1997/03/27 08:20:35 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\"/ -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MSGCTL 2 .Os .Sh NAME @@ -55,7 +55,7 @@ may be altered by and parts of which determine the actions of .Fn msgctl . The data structure is defined in -.Aq Pa sys/msg.h +.In sys/msg.h and contains (amongst others) the following members: .Bd -literal struct msqid_ds { @@ -76,7 +76,7 @@ The structure used inside the .Fa msqid_ds structure is defined in -.Aq Pa sys/ipc.h +.In sys/ipc.h and looks like this: .Bd -literal struct ipc_perm { @@ -126,9 +126,8 @@ Values for that exceed the system limit .Pf ( Dv MSGMNB from -.Aq Pa sys/msg.h ) +.In sys/msg.h ) are silently truncated to that limit. -.Pp .It Dv IPC_RMID Remove the message queue specified by .Fa msqid diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index eb29bafd2a1..dd9c72ce7f0 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pathconf.2,v 1.20 2013/03/28 20:37:56 jmc Exp $ +.\" $OpenBSD: pathconf.2,v 1.21 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: March 28 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PATHCONF 2 .Os .Sh NAME @@ -66,7 +66,7 @@ The .Fa name argument specifies the system variable to be queried. Symbolic constants for each name value are found in the include file -.Aq Pa unistd.h . +.In unistd.h . .Pp The available values are as follows: .Bl -tag -width "123456" diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 797472251ed..70cf6a3a9b6 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ptrace.2,v 1.27 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: ptrace.2,v 1.28 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PTRACE 2 .Os .Sh NAME @@ -314,7 +314,7 @@ under This request reads the traced process' machine registers into the .Dq Li struct reg (defined in -.Aq Pa machine/reg.h ) +.In machine/reg.h ) pointed to by .Fa addr . .It Dv PT_SETREGS Pq all platforms @@ -323,7 +323,7 @@ This request is the converse of it loads the traced process' machine registers from the .Dq Li struct reg (defined in -.Aq Pa machine/reg.h ) +.In machine/reg.h ) pointed to by .Fa addr . .\" .It Dv PT_SYSCALL @@ -345,10 +345,10 @@ pointed to by .\" element is of type .\" .Dq Li struct mdproc , .\" which should be declared by including -.\" .Aq Pa sys/param.h , -.\" .Aq Pa sys/user.h , +.\" .In sys/param.h , +.\" .In sys/user.h , .\" and -.\" .Aq Pa machine/proc.h , +.\" .In machine/proc.h , .\" and contains the following fields (among others): .\" .Bl -item -compact -offset indent .\" .It @@ -438,7 +438,7 @@ This request reads the traced process' floating-point registers into the .Dq Li struct fpreg (defined in -.Aq Pa machine/reg.h ) +.In machine/reg.h ) pointed to by .Fa addr . .It Xo Dv PT_SETFPREGS @@ -449,14 +449,14 @@ This request is the converse of it loads the traced process' floating-point registers from the .Dq Li struct fpreg (defined in -.Aq Pa machine/reg.h ) +.In machine/reg.h ) pointed to by .Fa addr . .It Dv PT_GETXMMREGS Pq i386 only This request reads the traced process' XMM registers into the .Dq Li struct xmmregs (defined in -.Aq Pa machine/reg.h ) +.In machine/reg.h ) pointed to by .Fa addr . .It Dv PT_SETXMMREGS Pq i386 only @@ -465,7 +465,7 @@ This request is the converse of it loads the traced process' XMM registers from the .Dq Li struct xmmregs (defined in -.Aq Pa machine/reg.h ) +.In machine/reg.h ) pointed to by .Fa addr . .It Dv PT_WCOOKIE Pq sparc and sparc64 only diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index c50033cdc43..53b32fb988a 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.2,v 1.15 2011/12/03 23:01:21 schwarze Exp $ +.\" $OpenBSD: reboot.2,v 1.16 2014/01/21 03:15:45 schwarze 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: December 3 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt REBOOT 2 .Os .Sh NAME @@ -51,7 +51,7 @@ automatically in the event of unrecoverable system failures. .Fa howto is a mask of options; the system call interface allows the following options, defined in the include file -.Aq Pa sys/reboot.h , +.In sys/reboot.h , to be passed to the new kernel or the new bootstrap and init programs. .Bl -tag -width RB_INITNAMEA @@ -169,7 +169,7 @@ The caller is not the superuser. .Sh HISTORY The .Fn reboot -function call appeared in +system call finally appeared in .Bx 4.0 . .Sh BUGS Not all platforms support all possible arguments. diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 7bf2274ae81..51aac36f0ad 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.37 2011/07/19 18:24:40 mikeb Exp $ +.\" $OpenBSD: recv.2,v 1.38 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)recv.2 8.3 (Berkeley) 2/21/94 .\" -.Dd $Mdocdate: July 19 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt RECV 2 .Os .Sh NAME @@ -163,7 +163,7 @@ call uses a .Fa msghdr structure to minimize the number of directly supplied parameters. This structure has the following form, as defined in -.Aq Pa sys/socket.h : +.In sys/socket.h : .Bd -literal struct msghdr { void *msg_name; /* optional address */ diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2 index d94fb75d9e3..2ba88333fd2 100644 --- a/lib/libc/sys/semctl.2 +++ b/lib/libc/sys/semctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semctl.2,v 1.14 2011/02/02 09:37:09 fgsch Exp $ +.\" $OpenBSD: semctl.2,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: semctl.2,v 1.2 1997/03/27 08:20:40 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\"/ -.Dd $Mdocdate: February 2 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SEMCTL 2 .Os .Sh NAME @@ -70,7 +70,7 @@ structure used in the and .Dv IPC_STAT commands is defined as follows in -.Aq Pa sys/sem.h : +.In sys/sem.h : .Bd -literal struct semid_ds { struct ipc_perm sem_perm; /* operation permissions */ @@ -90,7 +90,7 @@ structure used inside the semid_ds .Ef structure is defined in -.Aq Pa sys/ipc.h +.In sys/ipc.h and looks like this: .Bd -literal struct ipc_perm { diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2 index a81be6620fb..974bbf1d2a7 100644 --- a/lib/libc/sys/semop.2 +++ b/lib/libc/sys/semop.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: semop.2,v 1.15 2007/09/03 14:37:52 millert Exp $ +.\" $OpenBSD: semop.2,v 1.16 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: semop.2,v 1.1 1995/10/16 23:49:28 jtc Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\"/ -.Dd $Mdocdate: September 3 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SEMOP 2 .Os .Sh NAME @@ -137,7 +137,7 @@ The value of .Fa nsops is too big. The maximum is specified in MAX_SOPS in -.Aq Pa sys/sem.h . +.In sys/sem.h . .It Bq Er EFBIG .Va sem_num in one of the sem_buf structures is less than 0, or greater than the actual diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index 20addde9d44..30c8dbe9b6c 100644 --- a/lib/libc/sys/shmat.2 +++ b/lib/libc/sys/shmat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmat.2,v 1.14 2007/05/31 19:19:33 jmc Exp $ +.\" $OpenBSD: shmat.2,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\"/ -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SHMAT 2 .Os .Sh NAME @@ -67,7 +67,7 @@ the system will round the address down to a multiple of bytes .Pf ( Dv SHMLBA is defined in -.Aq Pa sys/shm.h ) . +.In sys/shm.h ) . .Pp A shared memory segment can be mapped read-only by specifying the .Dv SHM_RDONLY diff --git a/lib/libc/sys/shmctl.2 b/lib/libc/sys/shmctl.2 index f53d95428a0..02215e90fc2 100644 --- a/lib/libc/sys/shmctl.2 +++ b/lib/libc/sys/shmctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmctl.2,v 1.14 2011/10/27 07:56:28 robert Exp $ +.\" $OpenBSD: shmctl.2,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: shmctl.2,v 1.3 1997/03/27 08:20:39 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\"/ -.Dd $Mdocdate: October 27 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SHMCTL 2 .Os .Sh NAME @@ -56,7 +56,7 @@ and parts of which determine the actions of .Fn shmctl . .Pp This structure is defined as follows in -.Aq Pa sys/shm.h : +.In sys/shm.h : .Bd -literal struct shmid_ds { struct ipc_perm shm_perm; /* operation permissions */ @@ -80,7 +80,7 @@ structure used inside the shmid_ds .Ef structure is defined in -.Aq Pa sys/ipc.h +.In sys/ipc.h and looks like this: .Bd -literal struct ipc_perm { @@ -121,7 +121,6 @@ has an effective user ID equal to either or .Va shm_perm.uid in the data structure associated with the shared memory segment. -.Pp .It Dv IPC_RMID Mark the shared memory segment specified by .Fa shmid diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index d99f1334a32..76ab2a94cb9 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.53 2013/08/14 08:46:07 jmc Exp $ +.\" $OpenBSD: sigaction.2,v 1.54 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94 .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SIGACTION 2 .Os .Sh NAME @@ -247,7 +247,7 @@ If this bit is set, the 2nd argument of the handler is set to be a pointer to a .Em siginfo_t structure as described in -.Aq Pa sys/siginfo.h . +.In sys/siginfo.h . The .Em siginfo_t structure is a part of @@ -301,7 +301,7 @@ signals that restart pending system calls continue to do so. .Pp The following is a list of all signals with names as in the include file -.Aq Pa signal.h : +.In signal.h : .Bl -column "SIGVTALARM" "create core image" "Description" .It Sy "Name" Ta Sy "Default Action" Ta Sy "Description" .It Dv SIGHUP Ta "terminate process" Ta "terminal line hangup" @@ -372,7 +372,7 @@ option is set, is a pointer to a .Dv siginfo_t as described in -.Aq Pa sys/siginfo.h . +.In sys/siginfo.h . If .Dv SA_SIGINFO is not set, this pointer will be @@ -387,7 +387,7 @@ will be called instead of the function specified by is a pointer to the .Fa sigcontext structure (defined in -.Aq Pa signal.h ) , +.In signal.h ) , used to restore the context from before the signal. .Sh ERRORS .Fn sigaction diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 63a8a36268e..28c1e020b5f 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.35 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: socket.2,v 1.36 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)socket.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SOCKET 2 .Os .Sh NAME @@ -50,7 +50,7 @@ parameter specifies a communications domain within which communication will take place; this selects the protocol family which should be used. These families are defined in the include file -.Ao Pa sys/socket.h Ac . +.In sys/socket.h . The currently understood formats are: .Pp .Bl -tag -width "AF_IMPLINKXXX" -offset indent -compact @@ -196,7 +196,7 @@ of I/O events via The operation of sockets is controlled by socket level .Em options . These options are defined in the file -.Ao Pa sys/socket.h Ac . +.In sys/socket.h . .Xr setsockopt 2 and .Xr getsockopt 2 diff --git a/lib/libc/sys/sysarch.2 b/lib/libc/sys/sysarch.2 index 1fa3de7f5b4..b1f56325a06 100644 --- a/lib/libc/sys/sysarch.2 +++ b/lib/libc/sys/sysarch.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysarch.2,v 1.9 2007/05/31 19:19:34 jmc Exp $ +.\" $OpenBSD: sysarch.2,v 1.10 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: sysarch.2,v 1.4 1995/02/27 12:38:47 cgd Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -30,7 +30,7 @@ .\" .\" from: @(#)syscall.2 6.3 (Berkeley) 3/10/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SYSARCH 2 .Os .Sh NAME @@ -51,7 +51,7 @@ pointer. is a pointer to a structure defining the actual arguments of the function. Symbolic constants and argument structures for the architecture-dependent functions can be found in the header file -.Ao Pa machine/sysarch.h Ac . +.In machine/sysarch.h . .Pp The .Fn sysarch diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2 index 0b0f56325da..4dff0623f25 100644 --- a/lib/libc/sys/syscall.2 +++ b/lib/libc/sys/syscall.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syscall.2,v 1.10 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: syscall.2,v 1.11 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: syscall.2,v 1.4 1995/02/27 12:38:53 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)syscall.2 8.1 (Berkeley) 6/16/93 .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SYSCALL 2 .Os .Sh NAME @@ -50,7 +50,7 @@ interface has the specified .Fa number with the specified arguments. Symbolic constants for system calls can be found in the header file -.Ao Pa sys/syscall.h Ac . +.In sys/syscall.h . .Pp Since different system calls have different return types, a prototype of diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index 992008d8ec8..454e4c29258 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utimes.2,v 1.19 2013/11/02 17:25:34 espie Exp $ +.\" $OpenBSD: utimes.2,v 1.20 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)utimes.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: November 2 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UTIMES 2 .Os .Sh NAME @@ -160,7 +160,7 @@ and the effective user ID of the process does not match the owner of the file, and is not the superuser, and write access is denied. .It Bq Er EFAULT -.Pa File +.Fa file or .Fa times points outside the process's allocated address space. diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index 9442cc6900d..d6cd436e645 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wait.2,v 1.24 2013/04/03 03:15:59 guenther Exp $ +.\" $OpenBSD: wait.2,v 1.25 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)wait.2 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: April 3 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt WAIT 2 .Os .Sh NAME @@ -78,7 +78,7 @@ The .Fa wpid parameter specifies the set of child processes for which to wait. The following symbolic constants are currently defined in -.Aq Pa sys/wait.h : +.In sys/wait.h : .Bd -unfilled -offset indent #define WAIT_ANY (-1) /* any process */ #define WAIT_MYPGRP 0 /* any process in my process group */ diff --git a/lib/libc/termios/tcsetattr.3 b/lib/libc/termios/tcsetattr.3 index 6c15c0ce036..24910280c93 100644 --- a/lib/libc/termios/tcsetattr.3 +++ b/lib/libc/termios/tcsetattr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcsetattr.3,v 1.16 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: tcsetattr.3,v 1.17 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TCSETATTR 3 .Os .Sh NAME @@ -98,7 +98,7 @@ structure. The unsigned integer .Li speed_t is typedef'd in the include file -.Aq Pa termios.h . +.In termios.h . On .Ox , the value of the integer corresponds directly to the baud rate being @@ -243,7 +243,7 @@ The field is created by .Tn OR Ns 'ing the following values, as specified in the include file -.Aq Pa termios.h . +.In termios.h . .Bl -tag -width "TCSADRAIN" .It Dv TCSANOW The change occurs immediately. diff --git a/lib/libc/time/ctime.3 b/lib/libc/time/ctime.3 index a1a4bd101f7..8299d1dcf57 100644 --- a/lib/libc/time/ctime.3 +++ b/lib/libc/time/ctime.3 @@ -1,7 +1,7 @@ -.\" $OpenBSD: ctime.3,v 1.40 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: ctime.3,v 1.41 2014/01/21 03:15:45 schwarze Exp $ .\" .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CTIME 3 .Os .Sh NAME @@ -217,7 +217,7 @@ expressed in seconds. Declarations of all the functions and externals, and the .Li tm structure, are in the -.Aq Pa time.h +.In time.h header file. The structure (of type) .Li struct tm diff --git a/lib/libc/yp/ypclnt.3 b/lib/libc/yp/ypclnt.3 index ebc817925b7..f41fb0a1f3f 100644 --- a/lib/libc/yp/ypclnt.3 +++ b/lib/libc/yp/ypclnt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypclnt.3,v 1.23 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: ypclnt.3,v 1.24 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt YPCLNT 3 .Os .Sh NAME @@ -81,9 +81,9 @@ For a general description of the YP subsystem, see .Xr yp 8 . .Pp For all functions, input values begin with -.Pa in +.Sq in and output values begin with -.Pa out . +.Sq out . Any output values of type .Em char ** should be the addresses of uninitialized character pointers. @@ -93,22 +93,22 @@ using This memory can later be freed by the user if there is no additional need for the data stored there. For -.Pa outkey +.Fa outkey and -.Pa outval , +.Fa outval , two extra bytes of memory are allocated for a .Ql \en and .Ql \e0 , which are not reflected in the values of -.Pa outkeylen +.Fa outkeylen or -.Pa outvallen . +.Fa outvallen . All occurrences of -.Pa indomain +.Fa indomain and -.Pa inmap +.Fa inmap must be non-null, NUL-terminated strings. All input strings which also have a corresponding length parameter cannot be null unless the corresponding @@ -127,9 +127,9 @@ The default domain name may be obtained by calling .Fn yp_get_default_domain , and should thus be used before all other YP calls in a client program. The value it places -.Pa outdomain +.Fa outdomain is suitable for use as the -.Pa indomain +.Fa indomain parameter to all subsequent YP calls. .Pp In order for YP lookup calls to succeed, the client process must be bound @@ -167,17 +167,17 @@ Provides the first key-value pair from the given map in the named domain. .It Fn yp_next Provides the next key-value pair in the given map. To obtain the second pair, the -.Pa inkey +.Fa inkey value should be the -.Pa outkey +.Fa outkey value provided by the initial call to .Fn yp_first . In the general case, the next key-value pair may be obtained by using the -.Pa outkey +.Fa outkey value from the previous call to .Fn yp_next as the value for -.Pa inkey . +.Fa inkey . .Pp Of course, the notions of .Dq first @@ -217,7 +217,7 @@ The third argument to this function provides a way to supply the name of a function to process each key-value pair in the map. .Fn yp_all returns after the entire transaction is complete, or the -.Pa foreach +.Fn foreach function decides that it does not want any more key-value pairs. The third argument to .Fn yp_all @@ -230,10 +230,10 @@ struct ypall_callback *incallback { .Ed .Pp The -.Em char *data +.Vt char * Ns Va data argument is an opaque pointer for use by the callback function. The -.Pa foreach +.Fn foreach function should return non-zero when it no longer wishes to process key-value pairs, at which time .Fn yp_all @@ -253,13 +253,13 @@ Where: .Bl -tag -width "inkey, inval" .It Fa instatus Holds one of the return status values described in -.Aq Pa rpcsvc/yp_prot.h : +.In rpcsvc/yp_prot.h : see .Fn ypprot_err below for a function that will translate YP protocol errors into a .Nm ypclnt layer error code as described in -.Aq Pa rpcsvc/ypclnt.h . +.In rpcsvc/ypclnt.h . .It Fa inkey, inval The key and value arguments are somewhat different here than described above. @@ -270,7 +270,7 @@ and is private to .Fn yp_all , and is overwritten with each subsequent key-value pair; therefore, the -.Pa foreach +.Fn foreach function should do something useful with the contents of that memory during each iteration. If the key-value pairs are not terminated with either @@ -278,14 +278,14 @@ If the key-value pairs are not terminated with either or .Ql \e0 in the map, then they will not be terminated as such when given to the -.Pa foreach +.Fn foreach function, either. .It Fa indata This is the contents of the -.Pa incallback->data +.Fa incallback Ns -> Ns Va data element of the callback structure. It is provided as a means to share state between the -.Pa foreach +.Fn foreach function and the user code. Its use is completely optional: cast it to something useful or simply ignore it. diff --git a/lib/libkvm/kvm_getprocs.3 b/lib/libkvm/kvm_getprocs.3 index 19b65b21ad8..494168bcabb 100644 --- a/lib/libkvm/kvm_getprocs.3 +++ b/lib/libkvm/kvm_getprocs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_getprocs.3,v 1.19 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: kvm_getprocs.3,v 1.20 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: kvm_getprocs.3,v 1.13 2003/08/07 16:44:37 agc Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)kvm_getprocs.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt KVM_GETPROCS 3 .Os .Sh NAME @@ -107,7 +107,7 @@ The number of processes found is returned in the reference parameter The processes are returned as a contiguous array of .Vt kinfo_proc structures, the definition for which is available in -.Aq Pa sys/sysctl.h . +.In sys/sysctl.h . This memory is locally allocated, and subsequent calls to .Fn kvm_getprocs and diff --git a/lib/libkvm/kvm_open.3 b/lib/libkvm/kvm_open.3 index b597eca9849..2bd7b0d7150 100644 --- a/lib/libkvm/kvm_open.3 +++ b/lib/libkvm/kvm_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kvm_open.3,v 1.16 2013/08/14 08:39:25 jmc Exp $ +.\" $OpenBSD: kvm_open.3,v 1.17 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: kvm_open.3,v 1.2 1996/03/18 22:33:52 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)kvm_open.3 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt KVM_OPEN 3 .Os .Sh NAME @@ -74,7 +74,7 @@ if it exists, otherwise .Dv _PATH_UNIX is used. Both are defined in -.Aq Pa paths.h . +.In paths.h . .Pp .Fa corefile is the kernel memory device file. @@ -89,7 +89,7 @@ is the default indicated by .Dv _PATH_MEM from -.Aq Pa paths.h +.In paths.h is used. .Pp .Fa swapfile @@ -168,7 +168,7 @@ argument. This buffer should be .Dv _POSIX2_LINE_MAX characters large (from -.Aq Pa limits.h ) . +.In limits.h ) . .Sh RETURN VALUES The .Fn kvm_open diff --git a/lib/libpthread/man/pthread_once.3 b/lib/libpthread/man/pthread_once.3 index 17924d4d11f..1a4a37bc991 100644 --- a/lib/libpthread/man/pthread_once.3 +++ b/lib/libpthread/man/pthread_once.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_once.3,v 1.13 2013/06/05 03:44:50 tedu Exp $ +.\" $OpenBSD: pthread_once.3,v 1.14 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: pthread_once.3,v 1.5 1999/08/28 00:03:09 peter Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PTHREAD_ONCE 3 .Os .Sh NAME @@ -86,7 +86,7 @@ was never called. The constant .Dv PTHREAD_ONCE_INIT is defined in the header file -.Aq Pa pthread.h . +.In pthread.h . .Pp The behavior of .Fn pthread_once diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index 99c377dd7df..3c0e6435392 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usbhid.3,v 1.14 2012/08/12 17:01:35 schwarze Exp $ +.\" $OpenBSD: usbhid.3,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: usbhid.3,v 1.5 2002/02/07 07:00:52 ross Exp $ .\" .\" Copyright (c) 1999, 2001 Lennart Augustsson <augustss@netbsd.org> @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 12 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt USBHID 3 .Os .Sh NAME @@ -149,7 +149,7 @@ will be filled with the relevant data for the item. The definition of .Fa hid_item_t can be found in -.Aq Pa usbhid.h +.In usbhid.h and the meaning of the components in the USB HID documentation. .Pp Data should be read/written to the device in the size of diff --git a/lib/libutil/opendisk.3 b/lib/libutil/opendisk.3 index 92c8a6c51ec..e362f15d49c 100644 --- a/lib/libutil/opendisk.3 +++ b/lib/libutil/opendisk.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendisk.3,v 1.7 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: opendisk.3,v 1.8 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: opendisk.3,v 1.4 1999/07/02 15:49:12 simonb Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt OPENDISK 3 .Os .Sh NAME @@ -77,9 +77,9 @@ attempts to open the following variations of .Fa path , in order: .Bl -tag -width "/dev/rpathX" -.It Pa path +.It Fa path The pathname as given. -.It Pa path Ns Em X +.It Fa path Ns Em X .Fa path with a suffix of .Sq Em X , @@ -95,11 +95,11 @@ If .Fa iscooked is zero, then the following two variations are attempted: .Bl -tag -width "/dev/rpathX" -.It Pa /dev/rpath +.It Pa /dev/r Ns Fa path .Fa path with a prefix of .Dq Pa /dev/r . -.It Pa /dev/rpath Ns Em X +.It Pa /dev/r Ns Fa path Ns Em X .Fa path with a prefix of .Dq Pa /dev/r @@ -112,11 +112,11 @@ Otherwise (i.e., .Fa iscooked is non-zero), the following variations are attempted: .Bl -tag -width "/dev/rpathX" -.It Pa /dev/path +.It Pa /dev/ Ns Fa path .Fa path with a prefix of .Dq Pa /dev/ . -.It Pa /dev/path Ns Em X +.It Pa /dev/ Ns Fa path Ns Em X .Fa path with a prefix of .Dq Pa /dev/ diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index 5694809b25b..a9cc444cc07 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: talkd.8,v 1.6 2007/05/31 19:19:41 jmc Exp $ +.\" $OpenBSD: talkd.8,v 1.7 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -28,9 +28,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)talkd.8 6.5 (Berkeley) 3/16/91 -.\" $Id: talkd.8,v 1.6 2007/05/31 19:19:41 jmc Exp $ +.\" $Id: talkd.8,v 1.7 2014/01/21 03:15:45 schwarze Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TALKD 8 .Os .Sh NAME @@ -51,7 +51,7 @@ to the server of type .Tn LOOK_UP (see -.Aq Pa protocols/talkd.h ) . +.In protocols/talkd.h ) . This causes the server to search its invitation tables to check if an invitation currently exists for the caller (to speak to the callee specified in the message). diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 84518b0373c..d3f9f0dd609 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_ntfs.8,v 1.14 2013/07/16 09:45:28 schwarze Exp $ +.\" $OpenBSD: mount_ntfs.8,v 1.15 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: mount_ntfs.8,v 1.13 2003/02/14 16:21:48 grant Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -32,7 +32,7 @@ .\" .\" Id: mount_ntfs.8,v 1.3 1999/05/04 11:34:33 jkoshy Exp .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MOUNT_NTFS 8 .Os .Sh NAME @@ -45,16 +45,16 @@ .Op Fl m Ar mask .Op Fl o Ar options .Op Fl u Ar uid -.Pa special -.Pa node +.Ar special +.Ar node .Sh DESCRIPTION The .Nm command attaches the NTFS filesystem residing on the device -.Pa special +.Ar special to the global filesystem namespace at the location indicated by -.Pa node . +.Ar node . This command is invoked by .Xr mount 8 when using the syntax diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 076d07cf4af..e5f50cff08a 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_procfs.8,v 1.24 2011/12/28 19:06:02 guenther Exp $ +.\" $OpenBSD: mount_procfs.8,v 1.25 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: mount_procfs.8,v 1.6 1995/03/18 14:58:10 cgd Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)mount_procfs.8 8.2 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: December 28 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MOUNT_PROCFS 8 .Os .Sh NAME @@ -44,7 +44,7 @@ .Nm mount_procfs .Op Fl o Ar options .Pa /proc -.Pa mount_point +.Ar mount_point .Sh DESCRIPTION The .Nm diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 448a2c1093a..8add4273d10 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exports.5,v 1.17 2014/01/19 10:39:00 schwarze Exp $ +.\" $OpenBSD: exports.5,v 1.18 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 .\" -.Dd $Mdocdate: January 19 2014 $ +.Dd $Mdocdate: January 21 2014 $ .Dt EXPORTS 5 .Os .Sh NAME @@ -198,13 +198,13 @@ For example: .Ed .Pp Given that -.Sy /usr , -.Sy /u +.Pa /usr , +.Pa /u and -.Sy /u2 +.Pa /u2 are local filesystem mount points, the above example specifies the following: -.Sy /usr +.Pa /usr is exported to hosts .Em friends where @@ -229,14 +229,14 @@ it is exported to the rest of the world as read-only with all users mapped to the user and groups associated with .Dq nobody . .Pp -.Sy /u +.Pa /u is exported to all hosts on the subnetwork .Em 131.104.48 with root mapped to the UID for .Dq bin and with no group access. .Pp -.Sy /u2 +.Pa /u2 is exported to the hosts in .Dq friends with root mapped to UID and groups @@ -273,7 +273,7 @@ because NFS mount filehandles are filesystem wide the option applies to exports of the entire filesystem -- even mountpoints that are higher up elsewhere in the directory hierarchy. Hence if the server has a filesystem -.Sy /export +.Pa /export and you wished to export the sub-directory .Bd -literal -offset indent /export/root/client -alldirs client.foo.com @@ -281,8 +281,8 @@ and you wished to export the sub-directory .Pp you must realize that this also allows mounts to be requested against other locations in the -.Sy /export +.Pa /export filesystem; thus the host client.foo.com is also permitted to mount the directory -.Sy /export/root/client2 +.Pa /export/root/client2 if it exists. diff --git a/sbin/pflogd/pflogd.8 b/sbin/pflogd/pflogd.8 index 147c9a047a4..e303c6cda53 100644 --- a/sbin/pflogd/pflogd.8 +++ b/sbin/pflogd/pflogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflogd.8,v 1.45 2013/07/16 09:45:28 schwarze Exp $ +.\" $OpenBSD: pflogd.8,v 1.46 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 2001 Can Erkin Acar. All rights reserved. .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PFLOGD 8 .Os .Sh NAME @@ -122,7 +122,7 @@ interface to use. By default, .Nm will use -.Ar pflog0 . +.Pa pflog0 . .It Fl s Ar snaplen Analyze at most the first .Ar snaplen diff --git a/share/man/man4/agp.4 b/share/man/man4/agp.4 index b945113fdc6..cd5e9b6e494 100644 --- a/share/man/man4/agp.4 +++ b/share/man/man4/agp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: agp.4,v 1.4 2008/03/16 22:23:51 jmc Exp $ +.\" $OpenBSD: agp.4,v 1.5 2014/01/21 03:15:45 schwarze Exp $ .\" Copyright (c) Owain Ainsworth <oga@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -12,7 +12,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: March 16 2008 $ +.Dd $Mdocdate: January 21 2014 $ .Dt AGP 4 .Os .Sh NAME @@ -32,7 +32,7 @@ The following operations can be performed on .Pa /dev/agp* , and are defined in -.Aq Pa sys/agpio.h : +.In sys/agpio.h : .Bl -tag -width indent .It Dv AGPIOC_INFO Returns information about the AGP subsystem. @@ -70,7 +70,7 @@ typedef struct _agp_setup { .Ed .Pp The mode bits are defined in -.Aq Pa sys/agpio.h . +.In sys/agpio.h . .It Dv AGPIOC_ALLOCATE Allocate physical memory suitable for mapping into the AGP aperture. This diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index d23d31c6b5f..de634a30830 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpf.4,v 1.32 2013/08/14 08:39:29 jmc Exp $ +.\" $OpenBSD: bpf.4,v 1.33 2014/01/21 03:15:45 schwarze Exp $ .\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. @@ -23,7 +23,7 @@ .\" This document is derived in part from the enet man page (enet.4) .\" distributed with 4.3BSD Unix. .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt BPF 4 .Os .Sh NAME @@ -94,7 +94,7 @@ can be prevented using the The .Xr ioctl 2 command codes below are defined in -.Aq Pa net/bpf.h . +.In net/bpf.h . All commands require these includes: .Bd -unfilled -offset indent .Cd #include <sys/types.h> @@ -108,9 +108,9 @@ Additionally, and .Dv BIOCSETIF require -.Aq Pa sys/socket.h +.In sys/socket.h and -.Aq Pa net/if.h . +.In net/if.h . .Pp The (third) argument to the .Xr ioctl 2 @@ -141,7 +141,7 @@ is returned if no interface has been specified. The device types, prefixed with .Dq DLT_ , are defined in -.Aq Pa net/bpf.h . +.In net/bpf.h . .Pp .It Dv BIOCGDLTLIST Fa "struct bpf_dltlist *" Returns an array of the available types of the data link layer @@ -374,7 +374,7 @@ The current version numbers are given by and .Dv BPF_MINOR_VERSION from -.Aq Pa net/bpf.h . +.In net/bpf.h . An incompatible filter may result in undefined behavior (most likely, an error returned by .Xr ioctl 2 @@ -520,7 +520,7 @@ to packet. The macro .Dv BPF_WORDALIGN is defined in -.Aq Pa net/bpf.h +.In net/bpf.h to facilitate this process. It rounds up its argument to the nearest word aligned value (where a word is .Dv BPF_ALIGNMENT @@ -577,7 +577,7 @@ and Various other mode and operator bits are logically OR'd into the class to give the actual instructions. The classes and modes are defined in -.Aq Pa net/bpf.h . +.In net/bpf.h . Below are the semantics for each defined .Nm instruction. diff --git a/share/man/man4/bridge.4 b/share/man/man4/bridge.4 index e2a6734e093..76d4b0167de 100644 --- a/share/man/man4/bridge.4 +++ b/share/man/man4/bridge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bridge.4,v 1.70 2013/07/16 16:05:48 schwarze Exp $ +.\" $OpenBSD: bridge.4,v 1.71 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt BRIDGE 4 .Os .Sh NAME @@ -147,7 +147,7 @@ calls are specific to .Nm devices. They are defined in -.Aq Pa sys/sockio.h . +.In sys/sockio.h . .Bl -tag -width Ds .It Dv SIOCBRDGIFS Fa "struct ifbifconf *" Retrieve member interface list from a bridge. diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4 index 02e58e695f9..3337420a941 100644 --- a/share/man/man4/cd.4 +++ b/share/man/man4/cd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.4,v 1.20 2007/06/01 22:30:48 deraadt Exp $ +.\" $OpenBSD: cd.4,v 1.21 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 1 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CD 4 .Os .Sh NAME @@ -75,9 +75,9 @@ CD-ROM should that information be required. The following .Xr ioctl 2 calls which apply to CD-ROM drives are defined in the header files -.Aq Pa sys/cdio.h +.In sys/cdio.h and -.Aq Pa sys/disklabel.h . +.In sys/disklabel.h . .Bl -tag -width Ds .It Dv DIOCGDINFO , Dv DIOCSDINFO .Pq Li "struct disklabel" diff --git a/share/man/man4/gpio.4 b/share/man/man4/gpio.4 index 6ae92ba1183..5f7a58701ae 100644 --- a/share/man/man4/gpio.4 +++ b/share/man/man4/gpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gpio.4,v 1.20 2013/11/20 21:50:35 rapha Exp $ +.\" $OpenBSD: gpio.4,v 1.21 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 20 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt GPIO 4 .Os .Sh NAME @@ -60,7 +60,7 @@ device at securelevel 0. All other pins will not be accessible once the runlevel has been raised. .Sh IOCTL INTERFACE The following structures and constants are defined in the -.Aq Pa sys/gpio.h +.In sys/gpio.h header file: .Bl -tag -width XXXX .It Dv GPIOINFO (struct gpio_info) diff --git a/share/man/man4/hotplug.4 b/share/man/man4/hotplug.4 index 67f2fd62764..ffefbb2c78b 100644 --- a/share/man/man4/hotplug.4 +++ b/share/man/man4/hotplug.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hotplug.4,v 1.4 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: hotplug.4,v 1.5 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt HOTPLUG 4 .Os .Sh NAME @@ -41,7 +41,7 @@ Once an event has been read, it's deleted from the queue. The event queue has a limited size and if it's full all new events will be dropped. Each event is described with the following structure declared in the -.Aq Pa sys/hotplug.h +.In sys/hotplug.h header file: .Bd -literal -offset indent struct hotplug_event { @@ -62,7 +62,7 @@ The .Va he_devclass field describes the device class. All device classes can be found in the -.Aq Pa sys/device.h +.In sys/device.h header file: .Bd -literal -offset indent enum devclass { diff --git a/share/man/man4/icmp6.4 b/share/man/man4/icmp6.4 index dbe4af1261b..5a742f3b65e 100644 --- a/share/man/man4/icmp6.4 +++ b/share/man/man4/icmp6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: icmp6.4,v 1.28 2012/09/26 17:34:38 jmc Exp $ +.\" $OpenBSD: icmp6.4,v 1.29 2014/01/21 03:15:46 schwarze Exp $ .\" $KAME: icmp6.4,v 1.6 2004/12/27 05:30:56 itojun Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 @@ -27,7 +27,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd $Mdocdate: September 26 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt ICMP6 4 .Os .Sh NAME @@ -159,7 +159,7 @@ struct icmp6_hdr { .Va icmp6_type describes the type of the message. Suitable values are defined in -.Aq Pa netinet/icmp6.h . +.In netinet/icmp6.h . .Va icmp6_code describes the sub-type of the message and depends on .Va icmp6_type . diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4 index 10100b7f7ab..9d84ea24670 100644 --- a/share/man/man4/inet.4 +++ b/share/man/man4/inet.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.4,v 1.14 2007/05/31 19:19:50 jmc Exp $ +.\" $OpenBSD: inet.4,v 1.15 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: inet.4,v 1.3 1994/11/30 16:22:18 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)inet.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt INET 4 .Os .Sh NAME @@ -62,7 +62,7 @@ network standard format (on the these are word and byte reversed). The include file -.Aq Pa netinet/in.h +.In netinet/in.h defines this address as a discriminated union. .Pp Sockets bound to the Internet protocol family utilize diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index d142fd561fc..f99a772a95f 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet6.4,v 1.32 2012/08/22 18:27:00 jmc Exp $ +.\" $OpenBSD: inet6.4,v 1.33 2014/01/21 03:15:46 schwarze Exp $ .\" $KAME: inet6.4,v 1.19 2000/11/24 10:13:18 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 22 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt INET6 4 .Os .Sh NAME @@ -120,7 +120,7 @@ Where both IPv4 and IPv6 traffic need to be accepted, listen on two sockets. .Sh ADDRESSING IPv6 addresses are 16 byte quantities, stored in network standard byteorder. The include file -.Aq Pa netinet/in.h +.In netinet/in.h defines this address as a discriminated union. .Pp diff --git a/share/man/man4/man4.amd64/apm.4 b/share/man/man4/man4.amd64/apm.4 index a6804f2d9d8..dc92b263345 100644 --- a/share/man/man4/man4.amd64/apm.4 +++ b/share/man/man4/man4.amd64/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.4 2010/09/19 12:32:10 jmc Exp $ +.\" $OpenBSD: apm.4,v 1.5 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt APM 4 amd64 .Os .Sh NAME @@ -30,7 +30,7 @@ driver implements the following .Xr ioctl 2 calls. They are defined in -.Aq Pa machine/apmvar.h . +.In machine/apmvar.h . .Bl -tag -width Ds .It Dv APM_IOC_REJECT .Em Not implemented . DO NOT USE . diff --git a/share/man/man4/man4.amd64/mtrr.4 b/share/man/man4/man4.amd64/mtrr.4 index 659c2ca61c2..0006ede91e8 100644 --- a/share/man/man4/man4.amd64/mtrr.4 +++ b/share/man/man4/man4.amd64/mtrr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtrr.4,v 1.6 2013/08/24 04:38:52 mlarkin Exp $ +.\" $OpenBSD: mtrr.4,v 1.7 2014/01/21 03:15:46 schwarze Exp $ .\" .\" MTRR driver for OpenBSD. .\" Copyright 1999 Matthieu Herrb <matthieu@openbsd.org> @@ -7,7 +7,7 @@ .\" purpose with or without fee is hereby granted, provided that the above .\" copyright notice and this permission notice appear in all copies. .\" -.Dd $Mdocdate: August 24 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MTRR 4 amd64 .Os .Sh NAME @@ -30,7 +30,7 @@ calls performed on or .Pa /dev/xf86 . Declarations and data types are to be found in -.Aq Pa sys/memrange.h . +.In sys/memrange.h . .Pp The specific attributes, and number of programmable ranges may vary between architectures. diff --git a/share/man/man4/man4.i386/amdmsr.4 b/share/man/man4/man4.i386/amdmsr.4 index 66207666895..ed32faf6f68 100644 --- a/share/man/man4/man4.i386/amdmsr.4 +++ b/share/man/man4/man4.i386/amdmsr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: amdmsr.4,v 1.5 2010/01/02 19:55:35 schwarze Exp $ +.\" $OpenBSD: amdmsr.4,v 1.6 2014/01/21 03:15:46 schwarze Exp $ .\" .\" MSR access driver for AMD Geode LX CPUs with graphics processor. .\" Copyright 2008 Marc Balmer <mbalmer@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 2 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt AMDMSR 4 i386 .Os .Sh NAME @@ -34,7 +34,7 @@ MSRs can be read or written via calls performed on .Pa /dev/amdmsr . Declarations and data types are to be found in -.Aq Pa machine/amdmsr.h . +.In machine/amdmsr.h . .Pp Read or write requests are performed using: .Bd -literal -offset xxxx diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4 index d5d84f14e16..ffc0b4ad3de 100644 --- a/share/man/man4/man4.i386/apm.4 +++ b/share/man/man4/man4.i386/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.30 2010/09/19 12:32:10 jmc Exp $ +.\" $OpenBSD: apm.4,v 1.31 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt APM 4 i386 .Os .Sh NAME @@ -64,7 +64,7 @@ driver implements the following .Xr ioctl 2 calls. They are defined in -.Aq Pa machine/apmvar.h . +.In machine/apmvar.h . .Bl -tag -width Ds .It Dv APM_IOC_REJECT .Em Not implemented . DO NOT USE . diff --git a/share/man/man4/man4.i386/joy.4 b/share/man/man4/man4.i386/joy.4 index 2151a64292c..2cbf49b5da8 100644 --- a/share/man/man4/man4.i386/joy.4 +++ b/share/man/man4/man4.i386/joy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: joy.4,v 1.13 2007/05/31 19:19:55 jmc Exp $ +.\" $OpenBSD: joy.4,v 1.14 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1996 Matthieu Herrb .\" All rights reserved. @@ -30,7 +30,7 @@ .\" .\" $NetBSD: joy.4,v 1.2 1996/03/31 00:17:43 perry Exp $ .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt JOY 4 i386 .Os .Sh NAME @@ -62,7 +62,7 @@ time-out value for the circuit. The .Fn ioctl commands are listed in -.Aq Pa machine/joystick.h +.In machine/joystick.h and currently are: .Pp .Bl -tag -width JOY_GET_X_OFFSET -offset indent -compact diff --git a/share/man/man4/man4.i386/mtrr.4 b/share/man/man4/man4.i386/mtrr.4 index b445547b564..c078ccf5adb 100644 --- a/share/man/man4/man4.i386/mtrr.4 +++ b/share/man/man4/man4.i386/mtrr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtrr.4,v 1.15 2013/08/24 04:38:52 mlarkin Exp $ +.\" $OpenBSD: mtrr.4,v 1.16 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Pentium MTRR driver for OpenBSD. .\" Copyright 1999 Matthieu Herrb <matthieu@openbsd.org> @@ -8,7 +8,7 @@ .\" OpenBSD project (for instance by leaving this copyright notice .\" intact). .\" -.Dd $Mdocdate: August 24 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MTRR 4 i386 .Os .Sh NAME @@ -31,7 +31,7 @@ calls performed on or .Pa /dev/xf86 . Declarations and data types are to be found in -.Aq Pa sys/memrange.h . +.In sys/memrange.h . .Pp The specific attributes, and number of programmable ranges may vary between architectures. diff --git a/share/man/man4/man4.loongson/apm.4 b/share/man/man4/man4.loongson/apm.4 index 8d62513fe0b..7389fcbc22c 100644 --- a/share/man/man4/man4.loongson/apm.4 +++ b/share/man/man4/man4.loongson/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.2 2010/02/28 10:47:43 otto Exp $ +.\" $OpenBSD: apm.4,v 1.3 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -34,7 +34,7 @@ .\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. -.Dd $Mdocdate: February 28 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt APM 4 loongson .Os .Sh NAME @@ -68,7 +68,7 @@ driver implements the following .Xr ioctl 2 calls. They are defined in -.Aq Pa machine/apmvar.h . +.In machine/apmvar.h . .Bl -tag -width Ds .\" .It Dv APM_IOC_STANDBY .\" .Em NOT YET SUPPORTED on loongson diff --git a/share/man/man4/man4.macppc/apm.4 b/share/man/man4/man4.macppc/apm.4 index 409a79ae1ee..635da7322c0 100644 --- a/share/man/man4/man4.macppc/apm.4 +++ b/share/man/man4/man4.macppc/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.10 2010/09/19 12:32:10 jmc Exp $ +.\" $OpenBSD: apm.4,v 1.11 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt APM 4 macppc .Os .Sh NAME @@ -48,7 +48,7 @@ driver implements the following .Xr ioctl 2 calls. They are defined in -.Aq Pa machine/apmvar.h . +.In machine/apmvar.h . .Bl -tag -width Ds .It Dv APM_IOC_REJECT .Em Not implemented . DO NOT USE . diff --git a/share/man/man4/man4.sparc/daadio.4 b/share/man/man4/man4.sparc/daadio.4 index f990ece7eb1..12edaf1ef84 100644 --- a/share/man/man4/man4.sparc/daadio.4 +++ b/share/man/man4/man4.sparc/daadio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: daadio.4,v 1.9 2007/06/21 09:26:34 jmc Exp $ +.\" $OpenBSD: daadio.4,v 1.10 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 21 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt DAADIO 4 sparc .Os .Sh NAME @@ -54,7 +54,7 @@ The device responds to the following .Xr ioctl 2 calls defined in -.Aq Pa machine/daadioio.h : +.In machine/daadioio.h : .Bl -tag -width DIOGOPIO .It Dv DIOGPIO .Pq Li "struct daadio_pio" diff --git a/share/man/man4/man4.sparc/scf.4 b/share/man/man4/man4.sparc/scf.4 index bab6f52c4ea..ab67271683d 100644 --- a/share/man/man4/man4.sparc/scf.4 +++ b/share/man/man4/man4.sparc/scf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scf.4,v 1.9 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: scf.4,v 1.10 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SCF 4 sparc .Os .Sh NAME @@ -59,7 +59,7 @@ The device responds to the following .Xr ioctl 2 calls defined in -.Aq Pa machine/scfio.h : +.In machine/scfio.h : .Bl -ohang .It Dv SCFIOCSLED1 .Pq Li "u_int8_t" diff --git a/share/man/man4/man4.sparc/tctrl.4 b/share/man/man4/man4.sparc/tctrl.4 index b4cfc8e0f33..6768249c2a0 100644 --- a/share/man/man4/man4.sparc/tctrl.4 +++ b/share/man/man4/man4.sparc/tctrl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tctrl.4,v 1.9 2007/05/31 19:19:56 jmc Exp $ +.\" $OpenBSD: tctrl.4,v 1.10 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -34,7 +34,7 @@ .\" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TCTRL 4 sparc .Os .Sh NAME @@ -85,7 +85,7 @@ driver implements the following .Xr ioctl 2 calls. They are defined in -.Aq Pa machine/apmvar.h . +.In machine/apmvar.h . .Bl -tag -width Ds .\" .It Dv APM_IOC_STANDBY .\" .Em NOT YET SUPPORTED on sparc diff --git a/share/man/man4/man4.sparc64/bpp.4 b/share/man/man4/man4.sparc64/bpp.4 index 98b03797a3c..9402c68dfcb 100644 --- a/share/man/man4/man4.sparc64/bpp.4 +++ b/share/man/man4/man4.sparc64/bpp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpp.4,v 1.3 2007/05/31 19:19:57 jmc Exp $ +.\" $OpenBSD: bpp.4,v 1.4 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt BPP 4 sparc64 .Os .Sh NAME @@ -39,7 +39,8 @@ driver provides support for the built-in parallel port. It only supports writing data to the device. .Sh FILES .Bl -tag -width tenletters -compact -.It Pa /dev/bpp parallel port device +.It Pa /dev/bpp +parallel port device .El .Sh SEE ALSO .Xr intro 4 , diff --git a/share/man/man4/man4.zaurus/apm.4 b/share/man/man4/man4.zaurus/apm.4 index 808c8b0c548..7bb3652a456 100644 --- a/share/man/man4/man4.zaurus/apm.4 +++ b/share/man/man4/man4.zaurus/apm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.4,v 1.12 2010/09/19 12:32:10 jmc Exp $ +.\" $OpenBSD: apm.4,v 1.13 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1998 Marco S. Hyman .\" @@ -9,7 +9,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: September 19 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt APM 4 zaurus .Os .Sh NAME @@ -48,7 +48,7 @@ driver implements the following .Xr ioctl 2 calls. They are defined in -.Aq Pa machine/apmvar.h . +.In machine/apmvar.h . .Bl -tag -width Ds .It Dv APM_IOC_REJECT .Pq Li "struct apm_event_info" diff --git a/share/man/man4/mtio.4 b/share/man/man4/mtio.4 index d436bd1582f..6fdf5faaa40 100644 --- a/share/man/man4/mtio.4 +++ b/share/man/man4/mtio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtio.4,v 1.14 2007/05/31 19:19:51 jmc Exp $ +.\" $OpenBSD: mtio.4,v 1.15 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: mtio.4,v 1.4 1996/03/03 17:13:54 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. @@ -30,7 +30,7 @@ .\" .\" from: @(#)mtio.4 6.5 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MTIO 4 .Os .Sh NAME @@ -88,7 +88,7 @@ All of the magtape devices may be manipulated with the command. .Pp The include file -.Aq Pa sys/mtio.h +.In sys/mtio.h defines the various .Xr ioctl 2 operations available on raw magnetic tape. diff --git a/share/man/man4/multicast.4 b/share/man/man4/multicast.4 index 12e5e3f28b0..1ec3ce0834c 100644 --- a/share/man/man4/multicast.4 +++ b/share/man/man4/multicast.4 @@ -24,10 +24,10 @@ .\" DEALINGS IN THE SOFTWARE. .\" .\" $FreeBSD: src/share/man/man4/multicast.4,v 1.4 2004/07/09 09:22:36 ru Exp $ -.\" $OpenBSD: multicast.4,v 1.8 2013/08/14 08:46:07 jmc Exp $ +.\" $OpenBSD: multicast.4,v 1.9 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: multicast.4,v 1.3 2004/09/12 13:12:26 wiz Exp $ .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MULTICAST 4 .Os .\" @@ -184,7 +184,7 @@ The contains the .Dv VIFF_* flags as defined in -.Aq Pa netinet/ip_mroute.h . +.In netinet/ip_mroute.h . The .Va min_ttl_threshold contains the minimum TTL a multicast data packet must have to be @@ -221,7 +221,7 @@ The contains the .Dv MIFF_* flags as defined in -.Aq Pa netinet6/ip6_mroute.h . +.In netinet6/ip6_mroute.h . The .Va pif_index is the physical interface index of the corresponding local interface. @@ -251,7 +251,7 @@ or The IPv4 upcalls have a .Vt "struct igmpmsg" header (see -.Aq Pa netinet/ip_mroute.h ) +.In netinet/ip_mroute.h ) with the .Va im_mbz field set to zero. @@ -263,7 +263,7 @@ set to zero. The IPv6 upcalls have a .Vt "struct mrt6msg" header (see -.Aq Pa netinet6/ip6_mroute.h ) +.In netinet6/ip6_mroute.h ) with the .Va im6_mbz field set to zero. @@ -433,9 +433,9 @@ in the future there will be IPv6 support as well. Below is a summary of the expandable API solution. Note that all new options and structures are defined in -.Aq Pa netinet/ip_mroute.h +.In netinet/ip_mroute.h and -.Aq Pa netinet6/ip6_mroute.h , +.In netinet6/ip6_mroute.h , unless stated otherwise. .Pp The user-level process uses new diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 2297b630c6c..4f1be74ef74 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.318 2013/12/21 00:55:52 deraadt Exp $ +.\" $OpenBSD: pci.4,v 1.319 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 21 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PCI 4 .Os .Sh NAME @@ -494,7 +494,7 @@ calls are supported by the .Nm driver. They are defined in the header file -.Aq Pa sys/pciio.h . +.In sys/pciio.h . .Bl -tag -width 012345678901234 .It PCIOCREAD This diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 9ff1d1e3284..c9b9777a9d3 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.82 2014/01/21 03:13:10 lteo Exp $ +.\" $OpenBSD: pf.4,v 1.83 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -82,7 +82,7 @@ will be returned. supports the following .Xr ioctl 2 commands, available through -.Aq Pa net/pfvar.h : +.In net/pfvar.h : .Bl -tag -width xxxxxx .It Dv DIOCSTART Start the packet filter. @@ -446,7 +446,7 @@ For possible values of consult the .Dv PFTM_* values in -.Aq Pa net/pfvar.h . +.In net/pfvar.h . .It Dv DIOCGETTIMEOUT Fa "struct pfioc_tm *pt" Get the state timeout of .Va timeout . @@ -903,7 +903,7 @@ TCP SYN packet, respectively. The .Va fp_flags member is filled according to the -.Aq Pa net/pfvar.h +.In net/pfvar.h include file .Dv PF_OSFP_* defines. diff --git a/share/man/man4/pflog.4 b/share/man/man4/pflog.4 index d68dc26888e..6fb0c845eb5 100644 --- a/share/man/man4/pflog.4 +++ b/share/man/man4/pflog.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflog.4,v 1.11 2012/07/28 12:35:14 henning Exp $ +.\" $OpenBSD: pflog.4,v 1.12 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2001 Tobias Weingartner .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 28 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PFLOG 4 .Os .Sh NAME @@ -59,7 +59,7 @@ with it of length This header documents the address family, interface name, rule number, reason, action, and direction of the packet that was logged. This structure, defined in -.Aq Pa net/if_pflog.h +.In net/if_pflog.h looks like .Bd -literal -offset indent struct pfloghdr { diff --git a/share/man/man4/pflow.4 b/share/man/man4/pflow.4 index 877fabdeeed..e2c9116075b 100644 --- a/share/man/man4/pflow.4 +++ b/share/man/man4/pflow.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pflow.4,v 1.16 2013/09/14 14:54:30 jmc Exp $ +.\" $OpenBSD: pflow.4,v 1.17 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2008 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2008 Joerg Goltermann <jg@osn.de> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PFLOW 4 .Os .Sh NAME @@ -69,7 +69,7 @@ The header indicates the version of the protocol, number of flows in the packet, a unique sequence number, system time, and an engine ID and type. Header and flow structs are defined in -.Aq Pa net/if_pflow.h . +.In net/if_pflow.h . .Pp There is a one-to-one correspondence between packets seen by .Xr bpf 4 diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index ed1ba72e514..6782b301de7 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scsi.4,v 1.36 2012/08/14 01:08:19 dlg Exp $ +.\" $OpenBSD: scsi.4,v 1.37 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 14 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SCSI 4 .Os .Sh NAME @@ -102,7 +102,7 @@ There are a number of ioctls that work on any .Em SCSI device. They are defined in -.Aq Pa sys/scsiio.h +.In sys/scsiio.h and can be applied against any SCSI device that permits them. For the tape, it must be applied against the control device. diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4 index 21b06cb8337..bb45cb315e0 100644 --- a/share/man/man4/sd.4 +++ b/share/man/man4/sd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sd.4,v 1.18 2011/06/05 18:42:05 matthew Exp $ +.\" $OpenBSD: sd.4,v 1.19 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: sd.4,v 1.3 1996/10/20 23:15:23 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SD 4 .Os .Sh NAME @@ -137,7 +137,7 @@ calls apply to .Tn SCSI disks as well as to other disks. They are defined in the header file -.Aq Pa sys/disklabel.h . +.In sys/disklabel.h . .Bl -tag -width DIOCSDINFO .\".It Dv DIOCSBAD .\"Usually used to set up a bad-block mapping system on the disk. diff --git a/share/man/man4/st.4 b/share/man/man4/st.4 index ef66e12ee3f..962a0b435c2 100644 --- a/share/man/man4/st.4 +++ b/share/man/man4/st.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: st.4,v 1.17 2011/03/12 19:24:20 krw Exp $ +.\" $OpenBSD: st.4,v 1.18 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: st.4,v 1.2 1996/10/20 23:15:24 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 12 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt ST 4 .Os .Sh NAME @@ -213,7 +213,7 @@ calls apply to tapes. Some also apply to other tapes. They are defined in the header file -.Aq Pa sys/mtio.h . +.In sys/mtio.h . .\" .\" Almost all of this discussion belongs in a separate mt(4) .\" manual page, since it is common to all magnetic tapes. diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index ca4e7d16b6b..d625801f56f 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcp.4,v 1.21 2013/08/12 21:57:16 bluhm Exp $ +.\" $OpenBSD: tcp.4,v 1.22 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: tcp.4,v 1.3 1994/11/30 16:22:35 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: August 12 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TCP 4 .Os .Sh NAME @@ -127,7 +127,7 @@ Therefore, provides a boolean option, .Dv TCP_NODELAY (from -.Aq Pa netinet/tcp.h ) , +.In netinet/tcp.h ) , to defeat this algorithm. .It Cd TCP_NOPUSH By convention, the diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 362b63171aa..7ee8f737051 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: termios.4,v 1.35 2011/08/19 19:59:51 jmc Exp $ +.\" $OpenBSD: termios.4,v 1.36 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: termios.4,v 1.5 1994/11/30 16:22:36 jtc Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)termios.4 8.4 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: August 19 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TERMIOS 4 .Os .Sh NAME @@ -801,7 +801,7 @@ Routines that need to control certain terminal .Tn I/O characteristics do so by using the termios structure as defined in the header -.Aq Pa termios.h . +.In termios.h . This structure contains minimally four scalar elements of bit flags and one array of special characters. The scalar flag elements are @@ -1500,7 +1500,7 @@ The special control characters values are defined by the array This table lists the array index, the corresponding special character, and the system default value. For an accurate list of the system defaults, consult the header file -.Aq Pa sys/ttydefaults.h . +.In sys/ttydefaults.h . .Bl -column "Index Name" "Special Character" -offset indent .It Em "Index Name" Ta Em "Special Character" Ta Em "Default Value" .It Dv VEOF Ta EOF Ta \&^D @@ -1545,7 +1545,7 @@ array. .Pp The initial values of the flags and control characters after open() is set according to the values in the header -.Aq Pa sys/ttydefaults.h . +.In sys/ttydefaults.h . .Sh SEE ALSO .Xr tcgetattr 3 , .Xr tcsetattr 3 diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index 7dd987b4ab5..c09e65961be 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.39 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: tty.4,v 1.40 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)tty.4 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TTY 4 .Os .Sh NAME @@ -200,7 +200,7 @@ file descriptor zero by the following code fragment: Change to the new line discipline pointed to by .Fa ldisc . The available line disciplines are listed in -.Aq Pa sys/ttycom.h +.In sys/ttycom.h and currently are: .Pp .Bl -tag -width TIOCGWINSZ -compact @@ -346,7 +346,7 @@ If the value of the int pointed to by contains the .Dv FREAD bit as defined in -.Aq Pa sys/fcntl.h , +.In sys/fcntl.h , then all characters in the input queue are cleared. If it contains the .Dv FWRITE @@ -368,7 +368,7 @@ oriented programs determine the screen size. The .Va winsize structure is defined in -.Aq Pa sys/ioctl.h . +.In sys/ioctl.h . .It Dv TIOCSWINSZ Fa struct winsize *ws Set the window size associated with the terminal to be the value in the diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index 88dca0cf36f..c02dbbc3f6b 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.39 2011/05/02 11:14:11 jmc Exp $ +.\" $OpenBSD: tun.4,v 1.40 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2003 Marcus D. Watts All rights reserved. .\" @@ -26,7 +26,7 @@ .\" TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 2 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TUN 4 .Os .Sh NAME @@ -103,7 +103,7 @@ In addition to the usual network interface ioctl commands described in .Xr netintro 4 , the following special commands defined in -.Aq Pa net/if_tun.h +.In net/if_tun.h are supported: .Pp .Bl -tag -width indent -compact diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4 index 2816d73bd54..6c02f543b41 100644 --- a/share/man/man4/uk.4 +++ b/share/man/man4/uk.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uk.4,v 1.17 2010/07/03 03:59:16 krw Exp $ +.\" $OpenBSD: uk.4,v 1.18 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: uk.4,v 1.3 1996/10/20 23:15:26 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 3 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UK 4 .Os .Sh NAME @@ -51,7 +51,7 @@ generic .Xr scsi 4 ioctls. These are described in -.Aq Pa sys/scsiio.h . +.In sys/scsiio.h . .Sh FILES .Bl -tag -width /dev/uk[0-255] -compact .It Pa /dev/uk[0-255] diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4 index 3904a2b122b..e24b20eac95 100644 --- a/share/man/man4/unix.4 +++ b/share/man/man4/unix.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unix.4,v 1.11 2011/07/06 06:34:14 matthew Exp $ +.\" $OpenBSD: unix.4,v 1.12 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: unix.4,v 1.3 1994/11/30 16:22:43 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)unix.4 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: July 6 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UNIX 4 .Os .Sh NAME @@ -61,7 +61,7 @@ filesystem pathnames for addressing. addresses are variable-length filesystem pathnames of at most 104 characters. The include file -.Aq Pa sys/un.h +.In sys/un.h defines this address: .Bd -literal -offset indent struct sockaddr_un { @@ -127,7 +127,7 @@ Any valid descriptor may be sent in a message. The file descriptor(s) to be passed are described using a .Ar struct cmsghdr that is defined in the include file -.Aq Pa sys/socket.h . +.In sys/socket.h . The type of the message is .Dv SCM_RIGHTS , and the data portion of the messages is an array of integers diff --git a/share/man/man4/vnd.4 b/share/man/man4/vnd.4 index 49a2e3f5392..a24d71f39a0 100644 --- a/share/man/man4/vnd.4 +++ b/share/man/man4/vnd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnd.4,v 1.26 2011/06/05 18:42:05 matthew Exp $ +.\" $OpenBSD: vnd.4,v 1.27 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: vnd.4,v 1.1 1995/12/30 18:10:48 thorpej Exp $ .\" .\" Copyright (c) 1995 Jason R. Thorpe. @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2011 $ +.Dd $Mdocdate: January 21 2014 $ .Dt VND 4 .Os .Sh NAME @@ -77,7 +77,7 @@ for more information. The following .Xr ioctl 2 calls are defined in -.Aq Pa dev/vndioctl.h : +.In dev/vndioctl.h : .Bl -tag -width Ds .It Dv VNDIOCSET Fa "struct vnd_ioctl *" Associate the file @@ -137,7 +137,7 @@ Additionally, some related .Xr ioctl 2 calls defined in -.Aq Pa sys/disklabel.h +.In sys/disklabel.h are available: .Dv DIOCGDINFO , .Dv DIOCSDINFO , diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index 4285d6324d8..21f5d162c33 100644 --- a/share/man/man5/core.5 +++ b/share/man/man5/core.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: core.5,v 1.15 2013/10/19 09:00:19 deraadt Exp $ +.\" $OpenBSD: core.5,v 1.16 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: core.5,v 1.4 1994/11/30 19:31:11 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)core.5 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: October 19 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CORE 5 .Os .Sh NAME @@ -63,12 +63,12 @@ The file consists of the u-area, whose size (in pages) is defined by the .Dv UPAGES manifest in the -.Aq Pa machine/param.h +.In machine/param.h file. The u-area starts with a .Fa user structure as given in -.Aq Pa sys/user.h . +.In sys/user.h . The remainder of the .Pa programname.core file consists of the data pages followed by the stack pages of the @@ -86,7 +86,7 @@ The size of a is given by the constant .Dv PAGE_SIZE , defined in -.Aq Pa machine/param.h . +.In machine/param.h . The .Fa user structure is defined as: @@ -107,7 +107,7 @@ struct user { .Pp .Fa md_coredump is defined in the header file -.Aq Pa machine/pcb.h . +.In machine/pcb.h . .Pp The on-disk core file consists of a header followed by a number of segments. Each segment is preceded by a diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index 4cc19b6a077..25ce9a2b7a6 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dir.5,v 1.17 2013/10/07 01:50:26 guenther Exp $ +.\" $OpenBSD: dir.5,v 1.18 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)dir.5 8.4 (Berkeley) 5/3/95 .\" -.Dd $Mdocdate: October 7 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt DIR 5 .Os .Sh NAME @@ -69,7 +69,7 @@ partitioned area of such a disk (see .Xr mount 8 ) . .Pp The directory entry format is defined in the file -.Aq Pa dirent.h : +.In dirent.h : .Bd -literal /* * A directory entry has a struct dirent at the front of it, containing diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index fd9d96e41ea..5d1312b7ad3 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.24 2013/09/08 19:24:53 jca Exp $ +.\" $OpenBSD: elf.5,v 1.25 2014/01/21 03:15:46 schwarze Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/share/man/man5/elf.5,v 1.21 2001/10/01 16:09:23 ru Exp $ .\" -.Dd $Mdocdate: September 8 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt ELF 5 .Os .Sh NAME @@ -35,7 +35,7 @@ .Fd #include <elf_abi.h> .Sh DESCRIPTION The header file -.Aq Pa elf_abi.h +.In elf_abi.h defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared @@ -52,7 +52,7 @@ the file. .Pp Applications which wish to process ELF binary files for their native architecture only should include -.Aq Pa elf_abi.h +.In elf_abi.h in their source code. These applications should need to refer to all the types and structures by their generic names diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 6750c5e3a49..5f99941a8d1 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.535 2014/01/21 01:52:18 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.536 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -892,7 +892,7 @@ Those netblocks are: .Ar nat-to is usually applied outbound. If applied inbound, nat-to to a local IP address is not supported. -.It Pa rdr-to +.It Ar rdr-to The packet is redirected to another destination and possibly a different port. .Ar rdr-to diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index e597cc83d3f..baff260da5a 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utmp.5,v 1.22 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: utmp.5,v 1.23 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)utmp.5 8.2 (Berkeley) 3/17/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UTMP 5 .Os .Sh NAME @@ -42,7 +42,7 @@ .Fd #include <utmp.h> .Sh DESCRIPTION The -.Aq Pa utmp.h +.In utmp.h file declares the structures used to record information about current users in the .Nm utmp diff --git a/share/man/man7/script.7 b/share/man/man7/script.7 index 8e59af16be1..335c84f58e3 100644 --- a/share/man/man7/script.7 +++ b/share/man/man7/script.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: script.7,v 1.6 2008/09/19 05:41:29 djm Exp $ +.\" $OpenBSD: script.7,v 1.7 2014/01/21 03:15:46 schwarze Exp $ .\" .\" $NetBSD: script.7,v 1.1 2005/05/07 02:20:34 perry Exp $ .\" @@ -29,7 +29,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 19 2008 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SCRIPT 7 .Os .Sh NAME @@ -113,7 +113,7 @@ the length of the interpreter line following the is limited to .Dv MAXINTERP , as defined in -.Aq Pa sys/param.h . +.In sys/param.h . Other operating systems impose different limits on the length of the .Sq #! diff --git a/share/man/man9/aml_evalnode.9 b/share/man/man9/aml_evalnode.9 index 6cbade2b03f..d11c78d5844 100644 --- a/share/man/man9/aml_evalnode.9 +++ b/share/man/man9/aml_evalnode.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aml_evalnode.9,v 1.9 2013/07/17 20:21:52 schwarze Exp $ +.\" $OpenBSD: aml_evalnode.9,v 1.10 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2007 Michael Knudsen <mk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt AML_EVALNODE 9 .Os .Sh NAME @@ -75,7 +75,7 @@ parameter unless it is .Fa res is cleared before storing the result. If -.Pa node +.Fa node does not exist, .Fn aml_evalnode returns @@ -86,9 +86,9 @@ otherwise it returns 0. is similar to .Fn aml_evalnode but differs in that it searches for a subnode of -.Pa parent +.Fa parent with the name -.Pa name . +.Fa name . If such a node is found, it is evaluated using .Fn aml_evalnode , passing whatever parameters were passed to itself. @@ -98,16 +98,16 @@ returns the return value of .Pp .Fn aml_find_node is used to find all subnodes of -.Pa parent +.Fa parent with a name of -.Pa name . +.Fa name . For each node found, the function specified as the -.Pa cbproc +.Fa cbproc parameter is called with the node and -.Pa arg +.Fa arg as the first and second parameters, respectively. The function specified as the -.Pa cbproc +.Fa cbproc parameter returns a value that specifies if the tree walk should be terminated (!0) or continued (0) with the children. .Fn aml_find_node @@ -118,7 +118,7 @@ is used to free up the result returned from .Fn aml_evalnode or the other AML evaluation functions. Note that no attempt is made to free the -.Pa "struct aml_value" +.Vt struct aml_value itself so it is safe to allocate this on the stack. Also, calling .Fn aml_freevalue @@ -128,12 +128,12 @@ is not an error. .Pp .Fn aml_val2int is used to convert the -.Pa struct aml_value +.Vt struct aml_value pointed to by the -.Pa rval +.Fa rval parameter to a signed 64-bit integer value. Multiple types exist for -.Pa struct aml_value , +.Vt struct aml_value , and the conversion value depends on the type of the value object as follows. For objects of type @@ -151,7 +151,7 @@ or, if prefixed by .Dq 0x , in base 16. If -.Pa rval +.Fa rval is .Dv NULL or not of one of the types mentioned above, @@ -163,21 +163,21 @@ Using to invoke the .Dq _STA method on a node -.Pa n +.Fa node should be done like the following: .Bd -literal -offset indent struct acpi_softc *sc -struct aml_node *n; +struct aml_node *node; struct aml_value res; -if (aml_evalname(sc->sc_acpi, n, "_STA", 0, NULL, &res) != 0) { +if (aml_evalname(sc->sc_acpi, node, "_STA", 0, NULL, &res) != 0) { dnprintf(10, "%s: no _STA\en", DEVNAME(sc)); return; } .Ed .Pp Using the -.Pa struct aml_value +.Vt struct aml_value obtained from the .Dq _STA call to determine if the device is a battery is done as follows: @@ -188,7 +188,7 @@ if ((aml_val2int(&res) & STA_BATTERY) == 0) { .Ed .Pp Finally, when the result stored in -.Pa res +.Fa res is no longer needed, free it using .Fn aml_freevalue : .Bd -literal -offset indent diff --git a/share/man/man9/audio.9 b/share/man/man9/audio.9 index 590ebb0f804..88ef45aa82b 100644 --- a/share/man/man9/audio.9 +++ b/share/man/man9/audio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.9,v 1.22 2010/07/15 03:43:11 jakemsr Exp $ +.\" $OpenBSD: audio.9,v 1.23 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: audio.9,v 1.14 2000/02/11 22:56:15 kleink Exp $ .\" .\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 15 2010 $ +.Dd $Mdocdate: January 21 2014 $ .Dt AUDIO 9 .Os .Sh NAME @@ -153,7 +153,7 @@ see and .Dv FFLAGS in -.Aq Pa sys/fcntl.h +.In sys/fcntl.h .Pc . It initializes the hardware for I/O. Every successful call to diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index b4746099db6..719872f7c34 100644 --- a/share/man/man9/bus_space.9 +++ b/share/man/man9/bus_space.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_space.9,v 1.28 2014/01/19 08:11:19 schwarze Exp $ +.\" $OpenBSD: bus_space.9,v 1.29 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 19 2014 $ +.Dd $Mdocdate: January 21 2014 $ .Dt BUS_SPACE 9 .Os .Sh NAME @@ -361,7 +361,7 @@ functions exist to allow device drivers machine-independent access to bus memory and register areas. All of the functions and types described in this document can be used by including the -.Aq Pa machine/bus.h +.In machine/bus.h header file. .Pp Many common devices are used on multiple architectures, but are accessed @@ -393,7 +393,7 @@ versions of these interfaces, but may implement them as macros if appropriate. Machine-dependent types, variables, and functions should be marked clearly in -.Aq Pa machine/bus.h +.In machine/bus.h to avoid confusion with the machine-independent types and functions, and, if possible, should be given names which make the machine-dependence clear. @@ -482,7 +482,7 @@ specified is zero. .Sh TYPES Several types are defined in -.Aq Pa machine/bus.h +.In machine/bus.h to facilitate use of the .Nm functions by drivers. diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9 index 394bd1416e6..1bb6232dfaa 100644 --- a/share/man/man9/ieee80211_radiotap.9 +++ b/share/man/man9/ieee80211_radiotap.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee80211_radiotap.9,v 1.12 2013/07/17 20:21:53 schwarze Exp $ +.\" $OpenBSD: ieee80211_radiotap.9,v 1.13 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>, .\" Darron Broad <darron@kewl.org>, @@ -27,9 +27,9 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $ -.\" $Id: ieee80211_radiotap.9,v 1.12 2013/07/17 20:21:53 schwarze Exp $ +.\" $Id: ieee80211_radiotap.9,v 1.13 2014/01/21 03:15:46 schwarze Exp $ .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt IEEE80211_RADIOTAP 9 .Os .Sh NAME @@ -136,7 +136,7 @@ or received. The second value is a bitmap containing flags which specify properties of the channel in use. These are documented within the header file -.Aq Pa net80211/ieee80211_radiotap.h . +.In net80211/ieee80211_radiotap.h . .It Dv IEEE80211_RADIOTAP_FHSS This field contains two 8-bit values. This field should be present for frequency-hopping radios only. diff --git a/share/man/man9/knote.9 b/share/man/man9/knote.9 index 98f815cc9b2..d9b4b016c0f 100644 --- a/share/man/man9/knote.9 +++ b/share/man/man9/knote.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: knote.9,v 1.8 2013/07/17 20:21:54 schwarze Exp $ +.\" $OpenBSD: knote.9,v 1.9 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: knote.9,v 1.9 2003/04/16 13:35:29 wiz Exp $ .\" .\" Copyright (c) 2001, 2002, 2003 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt KNOTE 9 .Os .Sh NAME @@ -51,7 +51,7 @@ in the form of a which is a .Fa struct knote as defined in -.Aq Pa sys/event.h . +.In sys/event.h . .Pp .Fn knote takes a singly linked diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 09ad1489ff7..e3db548d1d8 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.67 2013/11/27 13:28:37 mpi Exp $ +.\" $OpenBSD: mbuf.9,v 1.68 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 27 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MBUF 9 .Os .Sh NAME @@ -182,7 +182,7 @@ inside these mbufs. The size of an .Nm is MSIZE -.Pq defined in Aq Pa sys/param.h . +.Pq defined in In sys/param.h . .Pp An .Nm @@ -273,7 +273,7 @@ variable is valid. An external cluster is used when the data to hold in the mbuf is large. The size of an external cluster is between MCLBYTES and MAXMCLBYTES -.Pq also defined in Aq Pa sys/param.h . +.Pq also defined in In sys/param.h . A cluster should be used when the size of the data reach MINCLSIZE (the minimum size to be held by an external cluster). .Pp diff --git a/share/man/man9/md5.9 b/share/man/man9/md5.9 index 3ee8ee6b829..199cc475d6a 100644 --- a/share/man/man9/md5.9 +++ b/share/man/man9/md5.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: md5.9,v 1.12 2013/06/04 19:27:09 schwarze Exp $ +.\" $OpenBSD: md5.9,v 1.13 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1996 Michael Shalayeff .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 4 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MD5 9 .Os .Sh NAME @@ -42,7 +42,7 @@ module implements the RSA Data Security, Inc. MD5 Message-Digest Algorithm (MD5). It produces 128-bit MD5 Digest of data. .Bl -hang -width MD5Transform -.It Pa MD5Init +.It Fn MD5Init must be called just before .Fn MD5Transform will be used to produce a digest. @@ -52,7 +52,7 @@ argument is the storage for the digest being produced on subsequent calls to the .Fn MD5Transform routine. -.It Pa MD5Transform +.It Fn MD5Transform is the core of the MD5 algorithm, this alters an existing MD5 hash kept in .Fa buf diff --git a/share/man/man9/sensor_attach.9 b/share/man/man9/sensor_attach.9 index 48865819290..d1f500fe0f6 100644 --- a/share/man/man9/sensor_attach.9 +++ b/share/man/man9/sensor_attach.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sensor_attach.9,v 1.11 2013/07/17 20:21:55 schwarze Exp $ +.\" $OpenBSD: sensor_attach.9,v 1.12 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2006 Michael Knudsen <mk@openbsd.org> .\" Copyright (c) 2006 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru> @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SENSOR_ATTACH 9 .Os .Sh NAME @@ -68,9 +68,9 @@ tree. .Pp .Fn sensor_attach adds the sensor specified by the -.Pa sens +.Fa sens argument to the sensor device specified by the -.Pa sensdev +.Fa sensdev argument. .Fn sensor_detach can be used to remove sensors previously added by @@ -78,7 +78,7 @@ can be used to remove sensors previously added by .Pp .Fn sensordev_install registers the sensor device specified by the -.Pa sensdev +.Fa sensdev argument so that all sensors that are attached to the device become accessible via the sysctl interface. .Fn sensordev_deinstall @@ -87,7 +87,7 @@ can be used to remove sensor devices previously registered by .Pp .Fn sensordev_get takes ordinal number -.Pa devnum +.Fa devnum specifying a sensor device and returns a pointer to the corresponding .Vt struct ksensordev , @@ -97,11 +97,11 @@ if no such sensor device exists. .Pp .Fn sensor_find takes ordinal number -.Pa devnum +.Fa devnum specifying a sensor device, sensor type -.Pa stype +.Fa stype and ordinal number of sensor of such type -.Pa numt , +.Fa numt , and returns a pointer to the corresponding .Vt struct ksensor , or diff --git a/share/man/man9/style.9 b/share/man/man9/style.9 index 5dd29f4a465..f439e3d014d 100644 --- a/share/man/man9/style.9 +++ b/share/man/man9/style.9 @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: style.9,v 1.56 2013/08/14 08:39:28 jmc Exp $ +.\" $OpenBSD: style.9,v 1.57 2014/01/21 03:15:46 schwarze Exp $ .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt STYLE 9 .Os .Sh NAME @@ -59,15 +59,15 @@ current style guidelines. .Ed .Pp Kernel include files (i.e., -.Aq Pa sys/*.h ) +.In sys/*.h ) come first; normally, you'll need -.Aq Pa sys/types.h +.In sys/types.h OR -.Aq Pa sys/param.h , +.In sys/param.h , but not both! -.Aq Pa sys/types.h +.In sys/types.h includes -.Aq Pa sys/cdefs.h , +.In sys/cdefs.h , and it's okay to depend on that. .Bd -literal -offset indent #include <sys/types.h> /* Non-local includes in brackets. */ @@ -150,7 +150,7 @@ There should be no space between the function name and the argument list. Use .Li __dead from -.Aq Pa sys/cdefs.h +.In sys/cdefs.h for functions that don't return, i.e., .Bd -literal -offset indent __dead void abort(void); diff --git a/share/man/man9/task_add.9 b/share/man/man9/task_add.9 index 9c70129b0a7..1099de2deb9 100644 --- a/share/man/man9/task_add.9 +++ b/share/man/man9/task_add.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: task_add.9,v 1.7 2013/12/23 04:24:43 dlg Exp $ +.\" $OpenBSD: task_add.9,v 1.8 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 23 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt TASK_ADD 9 .Os .Sh NAME @@ -48,12 +48,12 @@ API provides a mechanism to defer work to a process context. allocates a taskq and a set of threads to be used to complete work that would be inappropriate for the shared system taskq. The -.Pa name +.Fa name argument specifies the name of the kernel threads that are created to service the work on the taskq. -.Pa nthreads +.Fa nthreads specifies the number of threads that will be created to handle the work. -.Pa ipl +.Fa ipl specifies the highest interrupt protection level at which .Fn task_add and diff --git a/share/man/man9/uiomove.9 b/share/man/man9/uiomove.9 index 32b439fe9c5..58514105cad 100644 --- a/share/man/man9/uiomove.9 +++ b/share/man/man9/uiomove.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uiomove.9,v 1.13 2013/06/04 19:27:15 schwarze Exp $ +.\" $OpenBSD: uiomove.9,v 1.14 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: uiomove.9,v 1.6 2001/12/26 00:16:30 wiz Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -25,7 +25,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 4 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UIOMOVE 9 .Os .Sh NAME @@ -52,7 +52,7 @@ The argument is a pointer to a .Fa struct uio as defined by -.Aq Pa sys/uio.h : +.In sys/uio.h : .Bd -literal struct uio { struct iovec *uio_iov; /* pointer to array of iovecs */ diff --git a/share/man/man9/uvm.9 b/share/man/man9/uvm.9 index dbdd354c412..bf1d78a821b 100644 --- a/share/man/man9/uvm.9 +++ b/share/man/man9/uvm.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uvm.9,v 1.50 2013/07/20 06:25:33 jmc Exp $ +.\" $OpenBSD: uvm.9,v 1.51 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green @@ -30,7 +30,7 @@ .\" XXX this manual sets nS to 1 or 0 in the description, to obtain .\" synopsis-like function prototypes. any better way? .\" -.Dd $Mdocdate: July 20 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UVM 9 .Os .Sh NAME @@ -397,7 +397,7 @@ freeing the data structures if there are no other references. The .Fn uvmspace_share function causes process -.Pa p2 +.Fa p2 to share the address space of .Fa p1 . .Sh PAGE FAULT HANDLING diff --git a/share/man/man9/workq_add_task.9 b/share/man/man9/workq_add_task.9 index bd1e04965aa..ca978044bf9 100644 --- a/share/man/man9/workq_add_task.9 +++ b/share/man/man9/workq_add_task.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: workq_add_task.9,v 1.16 2013/07/17 20:21:56 schwarze Exp $ +.\" $OpenBSD: workq_add_task.9,v 1.17 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt WORKQ_ADD_TASK 9 .Os .Sh NAME @@ -41,28 +41,28 @@ it is impossible to run such a task in the current context. .Pp .Fn workq_add_task adds a task to the workq specified by the -.Pa wq +.Fa wq argument. If -.Pa wq +.Fa wq is .Dv NULL the task will be run by the kernel's generic work queue. Tasks in the kernel's generic work queue should not run for long periods of time, they should use their own workq for task processing. A task is specified by the -.Pa func +.Fa func argument, and will be called with -.Pa arg1 +.Fa arg1 and -.Pa arg2 . +.Fa arg2 . Two arguments are allowed to provide additional flexibility to the called function. In many cases, one may wish to perform an action on a target. Two arguments allow both target and action to be passed without the need for a wrapper struct to contain them in a single argument. The -.Pa flags +.Fa flags argument specifies creation and runtime characteristics of the task. The possible flags are: .Pp @@ -77,16 +77,16 @@ will return .Pp .Fn workq_queue_task adds a task to the workq specified by the -.Pa wq +.Fa wq argument, using the memory provided by the -.Pa wqt +.Fa wqt argument to store that task's entry on the workq. The -.Pa flags , -.Pa func , -.Pa arg1 , +.Fa flags , +.Fa func , +.Fa arg1 , and -.Pa arg2 +.Fa arg2 arguments are the same as those in the .Fn workq_add_task function. @@ -99,12 +99,12 @@ is guaranteed to succeed. creates a workq to be used when tasks would unnecessarily block the kernel workq. The -.Pa name +.Fa name argument specifies the name of the kernel threads that run the tasks. -.Pa maxthreads +.Fa maxthreads specifies the maximum number of worker threads that will service the work queue. -.Pa ipl +.Fa ipl specifies the interrupt protection level at which the workq can be safely used. See .Xr spl 9 diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 18da8aa8926..6f782e06c6f 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.53 2013/07/01 17:16:03 jca Exp $ +.\" $OpenBSD: man.1,v 1.54 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: July 1 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt MAN 1 .Os .Sh NAME @@ -314,7 +314,7 @@ Specifies the pagination program to use when .Ev MANPAGER is not defined. If neither PAGER nor MANPAGER is defined, -.Pa /usr/bin/more -s +.Pa /usr/bin/more Fl s will be used. .El .Sh FILES diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 9d4c82e841c..eec185e29ec 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.8,v 1.38 2012/03/30 06:42:29 jmc Exp $ +.\" $OpenBSD: apm.8,v 1.39 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1996 John T. Kohl .\" All rights reserved. @@ -26,7 +26,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 30 2012 $ +.Dd $Mdocdate: January 21 2014 $ .Dt APM 8 .Os .Sh NAME @@ -98,7 +98,7 @@ as much as possible to reduce heat, noise, and power consumption. Set the name of the socket via which to contact .Xr apmd 8 to -.Pa sockname . +.Ar sockname . .It Fl H Set .Xr apmd 8 diff --git a/usr.sbin/hotplugd/hotplugd.8 b/usr.sbin/hotplugd/hotplugd.8 index f4f022a0ace..6158989017f 100644 --- a/usr.sbin/hotplugd/hotplugd.8 +++ b/usr.sbin/hotplugd/hotplugd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hotplugd.8,v 1.11 2013/07/16 11:13:33 schwarze Exp $ +.\" $OpenBSD: hotplugd.8,v 1.12 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt HOTPLUGD 8 .Os .Sh NAME @@ -48,7 +48,7 @@ script is executed if it exists. In both cases two parameters are passed to the scripts: the class and name of the attached or detached device. The device class corresponds to the classes described in the -.Aq Pa sys/device.h +.In sys/device.h header file and can be one of the following: .Pp .Bl -tag -width Ds -offset indent -compact diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 70c57f6b7a3..03e295b1e9f 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.94 2014/01/17 11:09:36 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.95 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: January 17 2014 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -414,7 +414,7 @@ All subsequent filenames will be assumed relative to .Pp .It Cm @dir Ar directoryname Create directory -.Pa directoryname +.Ar directoryname at .Xr pkg_add 1 time, taking @@ -518,7 +518,7 @@ and not during new installations. .Pp .It Cm @extra Ar filename Declare extra file -.Pa filename +.Ar filename to be deleted at deinstall time, if user sets the .Fl c option. @@ -526,7 +526,7 @@ Those files are extra configuration files that are normally not deleted. .Ar filename can be an absolute path. If -.Pa filename +.Ar filename ends with a slash, it is a directory. .Pp .It Cm @extraunexec Ar command @@ -570,7 +570,7 @@ Specialized version of .Cm @file , to handle GNU info files. Automatically grab -.Pa filename-* +.Ar filename Ns -* chapter files, run .Xr install-info 1 as needed. diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 280cb40b065..3110fb28672 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pppd.8,v 1.41 2013/07/16 11:13:34 schwarze Exp $ +.\" $OpenBSD: pppd.8,v 1.42 2014/01/21 03:15:46 schwarze Exp $ .\" Id: pppd.8,v 1.27 1998/03/31 04:31:08 paulus Exp $ .\" .\" Copyright (c) 1993-2003 Paul Mackerras <paulus@samba.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PPPD 8 .Os .Sh NAME @@ -880,7 +880,8 @@ The normal way that should be set up is to have the .Cm auth option in the -.Pa /etc/ppp/options file . +.Pa /etc/ppp/options +file. (This may become the default in later releases.) If users wish to use .Nm diff --git a/usr.sbin/procmap/procmap.1 b/usr.sbin/procmap/procmap.1 index bf92a251bd0..a4b3be004ee 100644 --- a/usr.sbin/procmap/procmap.1 +++ b/usr.sbin/procmap/procmap.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: procmap.1,v 1.15 2013/07/16 11:13:34 schwarze Exp $ +.\" $OpenBSD: procmap.1,v 1.16 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: pmap.1,v 1.6 2003/01/19 21:25:43 atatat Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt PROCMAP 1 .Os .Sh NAME @@ -220,7 +220,7 @@ MAP 0xcf7cac84: [0x0-\*(Gt0xbfbfe000] .Pp The value of the flags field (in hexadecimal) is taken from the include file -.Aq Pa uvm/uvm_map.h : +.In uvm/uvm_map.h : .Bd -literal -offset indent VM_MAP_PAGEABLE 0x01 ro: entries are pageable VM_MAP_INTRSAFE 0x02 ro: interrupt safe map @@ -241,7 +241,7 @@ The (or protection) field, along with .Dq max (maximum protection allowed) are made up of the following flags from -.Aq Pa uvm/uvm_extern.h : +.In uvm/uvm_extern.h : .\" this column width specifically chosen so that all the header file .\" excerpts appear to line up cleanly .Bd -literal -offset indent diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index d7b7b74af07..67da7c63262 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.27 2013/02/10 10:47:08 markus Exp $ +.\" $OpenBSD: syslogd.8,v 1.28 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,7 +30,7 @@ .\" from: @(#)syslogd.8 8.1 (Berkeley) 6/6/93 .\" $NetBSD: syslogd.8,v 1.3 1996/01/02 17:41:48 perry Exp $ .\" -.Dd $Mdocdate: February 10 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt SYSLOGD 8 .Os .Sh NAME @@ -54,7 +54,7 @@ configuration file. .Pp The options are as follows: .Bl -tag -width Ds -.It Fl a Pa path +.It Fl a Ar path Specify a location where .Nm should place an additional log socket. @@ -149,7 +149,7 @@ decimal number in angle braces, for example, .Dq Aq 5 . This priority code should map into the priorities defined in the include file -.Aq Pa sys/syslog.h . +.In sys/syslog.h . .Sh FILES .Bl -tag -width /var/run/syslog.pid -compact .It Pa /etc/syslog.conf |