summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /lib/libc/sys
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/chmod.22
-rw-r--r--lib/libc/sys/getlogin.22
-rw-r--r--lib/libc/sys/intro.26
-rw-r--r--lib/libc/sys/kqueue.22
-rw-r--r--lib/libc/sys/ktrace.22
-rw-r--r--lib/libc/sys/mincore.22
-rw-r--r--lib/libc/sys/poll.22
-rw-r--r--lib/libc/sys/ptrace.212
-rw-r--r--lib/libc/sys/reboot.22
-rw-r--r--lib/libc/sys/select.22
-rw-r--r--lib/libc/sys/sigaction.22
-rw-r--r--lib/libc/sys/sigprocmask.22
-rw-r--r--lib/libc/sys/stat.24
13 files changed, 21 insertions, 21 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2
index e703df1..66b4d56 100644
--- a/lib/libc/sys/chmod.2
+++ b/lib/libc/sys/chmod.2
@@ -81,7 +81,7 @@ A mode is created from
.Em or'd
permission bit masks
defined in
-.Aq Pa sys/stat.h :
+.In sys/stat.h :
.Pp
.Bd -literal -offset indent -compact
#define S_IRWXU 0000700 /* RWX mask for owner */
diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2
index a3ce359..c7d03c7 100644
--- a/lib/libc/sys/getlogin.2
+++ b/lib/libc/sys/getlogin.2
@@ -162,7 +162,7 @@ pointed to a string that was too long.
Login names are limited to
.Dv MAXLOGNAME
(from
-.Aq Pa sys/param.h )
+.In sys/param.h )
characters, currently 17 including null.
.It Bq Er EPERM
The caller tried to set the login name and was not the super-user.
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 10f1730..6be0ac0 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -53,7 +53,7 @@ their error returns, and other common definitions and concepts.
Nearly all of the system calls provide an error number referenced via
the external identifier errno.
This identifier is defined in
-.Aq Pa sys/errno.h
+.In sys/errno.h
as
.Pp
.Dl extern int * __error();
@@ -88,7 +88,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 "Undefined error: 0" .
Not used.
@@ -128,7 +128,7 @@ list of the new process exceeded the current limit
of 65536 bytes
.Dv ( NCARGS
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,
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 468cfca..d0abe55 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -95,7 +95,7 @@ argument
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 b51558c..6dabfd5 100644
--- a/lib/libc/sys/ktrace.2
+++ b/lib/libc/sys/ktrace.2
@@ -133,7 +133,7 @@ bytes of a
.Va 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
.Rv -std ktrace
diff --git a/lib/libc/sys/mincore.2 b/lib/libc/sys/mincore.2
index 836f846..25ad076 100644
--- a/lib/libc/sys/mincore.2
+++ b/lib/libc/sys/mincore.2
@@ -64,7 +64,7 @@ The status is returned in the
array, one character per page.
Each character is either 0 if the page is not resident, or a combination of
the following flags (defined in
-.Aq Pa sys/mman.h ) :
+.In sys/mman.h ) :
.Bl -tag -width ".Dv MINCORE_REFERENCED_OTHER"
.It Dv MINCORE_INCORE
Page is in core (resident).
diff --git a/lib/libc/sys/poll.2 b/lib/libc/sys/poll.2
index dbbbcef..3256667 100644
--- a/lib/libc/sys/poll.2
+++ b/lib/libc/sys/poll.2
@@ -49,7 +49,7 @@ I/O.
The
.Fa fds
argument is a pointer to an array of pollfd structures as defined in
-.Aq Pa poll.h
+.In poll.h
(shown below). The
.Fa nfds
argument determines the size of the
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index be44822..807f907 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -197,7 +197,7 @@ This request reads the traced process's machine registers into the
.Vt "struct reg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_SETREGS
@@ -208,7 +208,7 @@ it loads the traced process's machine registers from the
.Vt "struct reg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_GETFPREGS
@@ -218,7 +218,7 @@ the
.Vt "struct fpreg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_SETFPREGS
@@ -229,7 +229,7 @@ it loads the traced process's floating-point registers from the
.Vt "struct fpreg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_GETDBREGS
@@ -239,7 +239,7 @@ the
.Vt "struct dbreg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.It Dv PT_SETDBREGS
@@ -250,7 +250,7 @@ it loads the traced process's debug registers from the
.Vt "struct dbreg"
.Dc
(defined in
-.Aq Pa machine/reg.h )
+.In machine/reg.h )
pointed to by
.Fa addr .
.El
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2
index 619c2fd..54c04da 100644
--- a/lib/libc/sys/reboot.2
+++ b/lib/libc/sys/reboot.2
@@ -59,7 +59,7 @@ The
argument
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
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 849d6aa..7e9434f 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -181,7 +181,7 @@ it is possible
to increase this size by having the program define
.Dv FD_SETSIZE
before the inclusion of any header which includes
-.Aq Pa sys/types.h .
+.In sys/types.h .
.Pp
If
.Fa nfds
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 1c38751..a93ccea 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -275,7 +275,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 SIGVTALARMXX "create core imagexxx"
.It Sy "NAME Default Action Description"
.It Dv SIGHUP No " terminate process" " terminal line hangup"
diff --git a/lib/libc/sys/sigprocmask.2 b/lib/libc/sys/sigprocmask.2
index 1d8c59a6..8f3a586 100644
--- a/lib/libc/sys/sigprocmask.2
+++ b/lib/libc/sys/sigprocmask.2
@@ -68,7 +68,7 @@ and the current mask.
The function is specified by
.Fa how
using one of the following values from
-.Aq Pa signal.h :
+.In signal.h :
.Bl -tag -width SIG_UNBLOCK
.It Dv SIG_BLOCK
The new mask is the union of the current mask and the specified
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 98b2367..d5ec69e 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -84,7 +84,7 @@ argument is a pointer to a
.Vt stat
structure
as defined by
-.Aq Pa sys/stat.h
+.In sys/stat.h
and into which information is placed concerning the file.
.Pp
The time-related fields of
@@ -169,7 +169,7 @@ has the following bits:
.Ed
.Pp
For a list of access modes, see
-.Aq Pa sys/stat.h ,
+.In sys/stat.h ,
.Xr access 2
and
.Xr chmod 2 .
OpenPOWER on IntegriCloud