summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-01-21 03:15:44 +0000
committerschwarze <schwarze@openbsd.org>2014-01-21 03:15:44 +0000
commit369bef3a142061d28bd38b74f30fd054965b81c6 (patch)
tree8fe7ba65015980e03507c9128cf9b21f5074ceff /lib/libc/gen
parentUpdate the names of the DIOCXBEGIN ruleset types. (diff)
downloadwireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz
wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/confstr.36
-rw-r--r--lib/libc/gen/ctermid.36
-rw-r--r--lib/libc/gen/exec.36
-rw-r--r--lib/libc/gen/fnmatch.36
-rw-r--r--lib/libc/gen/fts.36
-rw-r--r--lib/libc/gen/ftw.36
-rw-r--r--lib/libc/gen/getcwd.36
-rw-r--r--lib/libc/gen/getdomainname.36
-rw-r--r--lib/libc/gen/getfsent.36
-rw-r--r--lib/libc/gen/getgrent.36
-rw-r--r--lib/libc/gen/gethostname.36
-rw-r--r--lib/libc/gen/getpass.36
-rw-r--r--lib/libc/gen/getpwent.36
-rw-r--r--lib/libc/gen/getpwnam.36
-rw-r--r--lib/libc/gen/glob.310
-rw-r--r--lib/libc/gen/isfdtype.36
-rw-r--r--lib/libc/gen/signal.36
-rw-r--r--lib/libc/gen/sysconf.36
-rw-r--r--lib/libc/gen/sysctl.344
-rw-r--r--lib/libc/gen/uname.36
-rw-r--r--lib/libc/gen/utime.36
21 files changed, 84 insertions, 84 deletions
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 */