summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
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/gen
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/gen')
-rw-r--r--lib/libc/gen/confstr.32
-rw-r--r--lib/libc/gen/ctermid.32
-rw-r--r--lib/libc/gen/dlinfo.34
-rw-r--r--lib/libc/gen/fts.32
-rw-r--r--lib/libc/gen/getcwd.32
-rw-r--r--lib/libc/gen/getfsent.32
-rw-r--r--lib/libc/gen/getgrent.32
-rw-r--r--lib/libc/gen/gethostname.32
-rw-r--r--lib/libc/gen/getpwent.32
-rw-r--r--lib/libc/gen/glob.32
-rw-r--r--lib/libc/gen/msgctl.36
-rw-r--r--lib/libc/gen/signal.32
-rw-r--r--lib/libc/gen/sysconf.32
-rw-r--r--lib/libc/gen/sysctl.320
-rw-r--r--lib/libc/gen/tcsetattr.34
-rw-r--r--lib/libc/gen/uname.32
-rw-r--r--lib/libc/gen/wordexp.32
17 files changed, 30 insertions, 30 deletions
diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3
index 5587e02..6344059 100644
--- a/lib/libc/gen/confstr.3
+++ b/lib/libc/gen/confstr.3
@@ -62,7 +62,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 71e20ac..c8f3c10 100644
--- a/lib/libc/gen/ctermid.3
+++ b/lib/libc/gen/ctermid.3
@@ -65,7 +65,7 @@ is assumed to be at least
.Dv L_ctermid
(as defined in the include
file
-.Aq Pa stdio.h )
+.In stdio.h )
bytes long.
.Pp
The
diff --git a/lib/libc/gen/dlinfo.3 b/lib/libc/gen/dlinfo.3
index a4ebff9..1658471 100644
--- a/lib/libc/gen/dlinfo.3
+++ b/lib/libc/gen/dlinfo.3
@@ -102,7 +102,7 @@ example 1.
The
.Vt Link_map
structure is defined in
-.Aq Pa link.h
+.In link.h
and has the following members:
.Bd -literal -offset indent
caddr_t l_addr; /* Base Address of library */
@@ -159,7 +159,7 @@ The corresponding
field contains one of more flags indicating the origin of the path (see the
.Dv LA_SER_*
flags defined in the
-.Aq Pa link.h
+.In link.h
header file).
See
.Sx EXAMPLES ,
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
index 6c9e28d..3245ba8 100644
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -93,7 +93,7 @@ or physically (visiting symbolic links), 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
.Vt FTS ,
the structure that represents the file hierarchy itself.
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index 0dadd05..ba59c15 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -78,7 +78,7 @@ argument and a size of
.Dv MAXPATHLEN
(as defined in the include
file
-.Aq Pa sys/param.h ) .
+.In sys/param.h ) .
Obviously,
.Fa buf
should be at least
diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3
index 94069c9..299c868 100644
--- a/lib/libc/gen/getfsent.3
+++ b/lib/libc/gen/getfsent.3
@@ -70,7 +70,7 @@ 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 ca85a4a..be37567 100644
--- a/lib/libc/gen/getgrent.3
+++ b/lib/libc/gen/getgrent.3
@@ -78,7 +78,7 @@ Each line of the database is defined by the structure
.Vt 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 ac0b9f2..325ce42 100644
--- a/lib/libc/gen/gethostname.3
+++ b/lib/libc/gen/gethostname.3
@@ -108,7 +108,7 @@ Callers should be aware that
may be variable or infinite, but is guaranteed to be no less than
.Brq Dv _POSIX_HOST_NAME_MAX .
On older systems, this limit was defined in the non-standard header
-.Aq Pa sys/param.h
+.In sys/param.h
as
.Dv MAXHOSTNAMELEN ,
and counted the terminating null.
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index 0a5580e..da1988c 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -79,7 +79,7 @@ Each entry in the database is defined by the structure
.Vt 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 33dfe81..9168021 100644
--- a/lib/libc/gen/glob.3
+++ b/lib/libc/gen/glob.3
@@ -376,7 +376,7 @@ If
terminates due to an error, it sets 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/msgctl.3 b/lib/libc/gen/msgctl.3
index b0264b5..f049a1c 100644
--- a/lib/libc/gen/msgctl.3
+++ b/lib/libc/gen/msgctl.3
@@ -58,7 +58,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 {
@@ -85,7 +85,7 @@ The
structure used inside the
.Vt shmid_ds
structure is defined in
-.Aq Pa sys/ipc.h
+.In sys/ipc.h
and looks like this:
.Bd -literal
struct ipc_perm {
@@ -133,7 +133,7 @@ can only be increased by the super-user.
Values for
.Va msg_qbytes
that exceed the system limit (MSGMNB from
-.Aq Pa sys/msg.h )
+.In sys/msg.h )
are silently truncated to that limit.
.It Dv IPC_RMID
Remove the message queue specified by
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index c536cd7..0e3b9ed 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -89,7 +89,7 @@ signals, the
function allows for a 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 SIGVTALARMXX "create core imagexxx"
.It Sy "Name Default Action 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 3d0a0b9..86fb16f 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -58,7 +58,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 .
Shell programmers who need access to these parameters should use the
.Xr getconf 1
utility.
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index acda7fc..e91cd55 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -182,7 +182,7 @@ for (i = 0; i < 100; i++) {
.Ed
.Pp
The top level names are defined with a 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.
@@ -420,7 +420,7 @@ and
is updated when the available APIs change.
.Pp
The userland release version is available from
-.Aq Pa osreldate.h ;
+.In osreldate.h ;
parse this file if you need to get the release version of
the currently installed userland.
.It Li KERN_OSRELEASE
@@ -816,23 +816,23 @@ A process without appropriate privilege attempts to set a value.
.El
.Sh FILES
.Bl -tag -width <netinet/icmpXvar.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 vm/vm_param.h
+.It In vm/vm_param.h
definitions for second level virtual memory identifiers
-.It Aq Pa netinet/in.h
+.It In netinet/in.h
definitions for third level IPv4/IPv6 identifiers and
fourth level IPv4/v6 identifiers
-.It Aq Pa netinet/icmp_var.h
+.It In netinet/icmp_var.h
definitions for fourth level ICMP identifiers
-.It Aq Pa netinet/icmp6.h
+.It In netinet/icmp6.h
definitions for fourth level ICMPv6 identifiers
-.It Aq Pa netinet/udp_var.h
+.It In netinet/udp_var.h
definitions for fourth level UDP identifiers
.El
.Sh SEE ALSO
diff --git a/lib/libc/gen/tcsetattr.3 b/lib/libc/gen/tcsetattr.3
index a369a91..82df2a6 100644
--- a/lib/libc/gen/tcsetattr.3
+++ b/lib/libc/gen/tcsetattr.3
@@ -97,7 +97,7 @@ The input and output baud rates are found in the termios structure.
The unsigned integer
.Li speed_t
is typedef'd in the include file
-.Aq Pa termios.h .
+.In termios.h .
The value of the integer corresponds directly to the baud rate being
represented, however, the following symbolic values are defined.
.Bd -literal
@@ -218,7 +218,7 @@ The
argument is created by
.Em or Ns 'ing
the following values, as specified in the include file
-.Aq Pa termios.h .
+.In termios.h .
.Bl -tag -width "TCSADRAIN"
.It Fa TCSANOW
The change occurs immediately.
diff --git a/lib/libc/gen/uname.3 b/lib/libc/gen/uname.3
index 330347d..d88ba33 100644
--- a/lib/libc/gen/uname.3
+++ b/lib/libc/gen/uname.3
@@ -56,7 +56,7 @@ the current system into the structure referenced by
The
.Vt utsname
structure is defined in the
-.Aq Pa sys/utsname.h
+.In sys/utsname.h
header file, and contains the following members:
.Bl -tag -width nodenameXXXX -offset indent
.It sysname
diff --git a/lib/libc/gen/wordexp.3 b/lib/libc/gen/wordexp.3
index dac41d0..7138bdc 100644
--- a/lib/libc/gen/wordexp.3
+++ b/lib/libc/gen/wordexp.3
@@ -91,7 +91,7 @@ Report error on an attempt to expand an undefined shell variable.
The
.Vt wordexp_t
structure is defined in
-.Aq Pa wordexp.h
+.In wordexp.h
as:
.Bd -literal -offset indent
typedef struct {
OpenPOWER on IntegriCloud