diff options
Diffstat (limited to 'lib/libc')
62 files changed, 105 insertions, 105 deletions
diff --git a/lib/libc/compat-43/sigvec.2 b/lib/libc/compat-43/sigvec.2 index b758416..230e4b3 100644 --- a/lib/libc/compat-43/sigvec.2 +++ b/lib/libc/compat-43/sigvec.2 @@ -139,7 +139,7 @@ is returned to the user. .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" @@ -332,7 +332,7 @@ argument 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 BUGS This manual page is still confusing. diff --git a/lib/libc/db/man/btree.3 b/lib/libc/db/man/btree.3 index b861aeb..9c5fbfe 100644 --- a/lib/libc/db/man/btree.3 +++ b/lib/libc/db/man/btree.3 @@ -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 typedef struct { diff --git a/lib/libc/db/man/dbm.3 b/lib/libc/db/man/dbm.3 index 1fd4d85..f2b7f46 100644 --- a/lib/libc/db/man/dbm.3 +++ b/lib/libc/db/man/dbm.3 @@ -65,7 +65,7 @@ database. .Pp .Vt datum is declared in -.Aq Pa ndbm.h : +.In ndbm.h : .Bd -literal typedef struct { char *dptr; diff --git a/lib/libc/db/man/dbopen.3 b/lib/libc/db/man/dbopen.3 index e67fc29..e68e3b5 100644 --- a/lib/libc/db/man/dbopen.3 +++ b/lib/libc/db/man/dbopen.3 @@ -119,7 +119,7 @@ The argument is of type .Ft DBTYPE (as defined in the -.Aq Pa db.h +.In db.h include file) and may be set to .Dv DB_BTREE , DB_HASH @@ -148,7 +148,7 @@ on error. The .Ft DB structure is defined in the -.Aq Pa db.h +.In db.h include file, and contains at least the following fields: .Bd -literal diff --git a/lib/libc/db/man/hash.3 b/lib/libc/db/man/hash.3 index 527f59f..6c2e930 100644 --- a/lib/libc/db/man/hash.3 +++ b/lib/libc/db/man/hash.3 @@ -61,7 +61,7 @@ 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 typedef struct { diff --git a/lib/libc/db/man/recno.3 b/lib/libc/db/man/recno.3 index 0780356..9a786dd 100644 --- a/lib/libc/db/man/recno.3 +++ b/lib/libc/db/man/recno.3 @@ -66,7 +66,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 typedef struct { @@ -179,7 +179,7 @@ The field of the key should be a pointer to a memory location of type .Ft 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 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 { diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2 index 61448b9..67ae712 100644 --- a/lib/libc/i386/sys/i386_get_ldt.2 +++ b/lib/libc/i386/sys/i386_get_ldt.2 @@ -70,7 +70,7 @@ and the number of entries to set or return The argument .Fa descs can be either segment_descriptor or gate_descriptor and are defined in -.Aq Pa i386/segments.h . +.In i386/segments.h . These structures are defined by the architecture as disjoint bit-fields, so care must be taken in constructing them. .Pp diff --git a/lib/libc/locale/ctype.3 b/lib/libc/locale/ctype.3 index 232ebe4..3362c28 100644 --- a/lib/libc/locale/ctype.3 +++ b/lib/libc/locale/ctype.3 @@ -112,7 +112,7 @@ The above functions perform character tests and conversions on the integer .Fa c . They are available as macros, defined in the include file -.Aq Pa ctype.h , +.In ctype.h , or as true functions in the C library. See the specific manual pages for more information. .Sh SEE ALSO diff --git a/lib/libc/locale/nl_langinfo.3 b/lib/libc/locale/nl_langinfo.3 index 08d0523..57071c4 100644 --- a/lib/libc/locale/nl_langinfo.3 +++ b/lib/libc/locale/nl_langinfo.3 @@ -44,7 +44,7 @@ the particular language or cultural area defined in the program's locale. The manifest constant names and values of .Fa item are defined in -.Aq Pa langinfo.h . +.In langinfo.h . .Pp Calls to .Fn setlocale diff --git a/lib/libc/locale/rune.3 b/lib/libc/locale/rune.3 index 3e90e20..3ce4de3 100644 --- a/lib/libc/locale/rune.3 +++ b/lib/libc/locale/rune.3 @@ -92,7 +92,7 @@ The .Fn setrunelocale controls the type of encoding used to represent runes as multibyte strings as well as the properties of the runes as defined in -.Aq Pa ctype.h . +.In ctype.h . The .Fa locale argument indicates which locale to load. diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3 index 31e9f3f..fc9373d 100644 --- a/lib/libc/net/addr2ascii.3 +++ b/lib/libc/net/addr2ascii.3 @@ -106,15 +106,15 @@ addresses in the specified family: .It Dv AF_INET .Li struct in_addr (in -.Aq Pa netinet/in.h ) +.In netinet/in.h ) .It Dv AF_LINK .Li struct sockaddr_dl (in -.Aq Pa net/if_dl.h ) +.In net/if_dl.h ) .\" .It Dv AF_INET6 .\" .Li struct in6_addr .\" (in -.\" .Aq Pa netinet6/in6.h ) +.\" .In netinet6/in6.h ) .El .Sh RETURN VALUES The diff --git a/lib/libc/net/ethers.3 b/lib/libc/net/ethers.3 index 813fd74..4f774e5 100644 --- a/lib/libc/net/ethers.3 +++ b/lib/libc/net/ethers.3 @@ -61,7 +61,7 @@ These functions operate on ethernet addresses using an .Vt ether_addr structure, which is defined in the header file -.Aq Pa netinet/if_ether.h : +.In netinet/if_ether.h : .Bd -literal -offset indent /* * The number of bytes in an ethernet (MAC) address. diff --git a/lib/libc/net/getaddrinfo.3 b/lib/libc/net/getaddrinfo.3 index f8c8f57..b40f29a 100644 --- a/lib/libc/net/getaddrinfo.3 +++ b/lib/libc/net/getaddrinfo.3 @@ -71,7 +71,7 @@ but in a more sophisticated manner. The .Li addrinfo structure is defined as a result of including the -.Aq Pa netdb.h +.In netdb.h header: .Bd -literal -offset struct addrinfo { @@ -516,7 +516,7 @@ Error return status from .Fn getaddrinfo is zero on success and non-zero on errors. Non-zero error codes are defined in -.Aq Pa netdb.h , +.In netdb.h , and as follows: .Pp .Bl -tag -width EAI_ADDRFAMILY -compact diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 92d3547..3d7ea42 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -45,7 +45,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: @@ -115,12 +115,12 @@ field references address family specific data. For addresses it contains a pointer to the .Fa 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, it contains a pointer to the .Fa struct ifa_data (as defined in include file -.Aq Pa net/if.h ) +.In net/if.h ) which contains per-address interface statistics. .Pp The data returned by @@ -143,14 +143,14 @@ or .Xr sysctl 3 . .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 . .Sh SEE ALSO .Xr ioctl 2 , .Xr socket 2 , diff --git a/lib/libc/net/getnameinfo.3 b/lib/libc/net/getnameinfo.3 index f0496e7..3267f43 100644 --- a/lib/libc/net/getnameinfo.3 +++ b/lib/libc/net/getnameinfo.3 @@ -111,7 +111,7 @@ Unfortunately most systems do not provide constants that specify the maximum size of either a fully-qualified domain name or a service name. Therefore to aid the application in allocating buffers for these two returned strings the following constants are defined in -.Aq Pa netdb.h : +.In netdb.h : .Bd -literal -offset #define NI_MAXHOST 1025 #define NI_MAXSERV 32 @@ -120,7 +120,7 @@ returned strings the following constants are defined in The first value is actually defined as the constant .Dv MAXDNAME in recent versions of BIND's -.Aq Pa arpa/nameser.h +.In arpa/nameser.h header (older versions of BIND define this constant to be 256) and the second is a guess based on the services listed in the current @@ -176,7 +176,7 @@ that have different services for UDP and TCP. These .Dv NI_xxx flags are defined in -.Aq Pa netdb.h . +.In netdb.h . .\" .Sh EXTENSION The implementation allows experimental numeric IPv6 address notation with diff --git a/lib/libc/net/if_indextoname.3 b/lib/libc/net/if_indextoname.3 index 7c7737e..b1d1688 100644 --- a/lib/libc/net/if_indextoname.3 +++ b/lib/libc/net/if_indextoname.3 @@ -73,7 +73,7 @@ function returns an array of .Vt if_nameindex structures, one structure per interface, as defined in the include file -.Aq Pa net/if.h . +.In net/if.h . The .Vt if_nameindex structure contains at least the following entries: diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index 2a89500..4b98ef2 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -289,7 +289,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 . The diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index af7f575..68edd7f 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -86,7 +86,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, .Ft regex_t and diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index d1c19a4..e19ac41 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -23,11 +23,11 @@ to perform the requested service, and then sends back a reply. .Pp All RPC routines require the header -.Aq Pa rpc/rpc.h . +.In rpc/rpc.h . Routines that take a .Vt "struct netconfig" also require that -.Aq Pa netconfig.h +.In netconfig.h be included. .Sh Nettype Some of the high-level diff --git a/lib/libc/rpc/rpc_svc_calls.3 b/lib/libc/rpc/rpc_svc_calls.3 index 1118576..c3265d8 100644 --- a/lib/libc/rpc/rpc_svc_calls.3 +++ b/lib/libc/rpc/rpc_svc_calls.3 @@ -204,7 +204,7 @@ and thus not portable. This macro returns a pointer to a .Vt cmsgcred structure, defined in -.Aq Pa sys/socket.h , +.In sys/socket.h , identifying the calling client. This only works if the client is calling the server over an diff --git a/lib/libc/rpc/rpc_svc_create.3 b/lib/libc/rpc/rpc_svc_create.3 index b1efa3a..4016a6c 100644 --- a/lib/libc/rpc/rpc_svc_create.3 +++ b/lib/libc/rpc/rpc_svc_create.3 @@ -260,7 +260,7 @@ structure comes from the TLI/XTI SysV interface, which .Nx does not use. The structure is defined in -.Aq Pa rpc/types.h +.In rpc/types.h for compatibility as: .Bd -literal struct t_bind { diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index bf2c15f..8c2b3e6 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -117,7 +117,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 fd22bea..19e7ba82 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -85,7 +85,7 @@ 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 @@ -103,7 +103,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/hcreate.3 b/lib/libc/stdlib/hcreate.3 index df46b2d..88943c1 100644 --- a/lib/libc/stdlib/hcreate.3 +++ b/lib/libc/stdlib/hcreate.3 @@ -61,7 +61,7 @@ The argument is a structure of type .Vt ENTRY (defined in the -.Aq Pa search.h +.In search.h header) containing two pointers: .Fa item.key points to the comparison key (a diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index 513a9f6..c0500ba 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -69,7 +69,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/stdtime/ctime.3 b/lib/libc/stdtime/ctime.3 index 3557471..68aa10b 100644 --- a/lib/libc/stdtime/ctime.3 +++ b/lib/libc/stdtime/ctime.3 @@ -266,7 +266,7 @@ returns the difference between two calendar times, expressed in seconds. .Pp External declarations as well as the tm structure definition are in the -.Aq Pa time.h +.In time.h include file. The tm structure includes at least the following fields: .Bd -literal -offset indent diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3 index aa7c2cd..cc75ac1 100644 --- a/lib/libc/string/bcmp.3 +++ b/lib/libc/string/bcmp.3 @@ -73,9 +73,9 @@ A function first appeared in .Bx 4.2 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3 index 48b3d53..c7e9706 100644 --- a/lib/libc/string/bcopy.3 +++ b/lib/libc/string/bcopy.3 @@ -73,9 +73,9 @@ A function appeared in .Bx 4.2 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3 index 71b8520..a8c4a27 100644 --- a/lib/libc/string/bzero.3 +++ b/lib/libc/string/bzero.3 @@ -70,9 +70,9 @@ function appeared in .Bx 4.3 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3 index fd4de44..5b5fb6f 100644 --- a/lib/libc/string/ffs.3 +++ b/lib/libc/string/ffs.3 @@ -63,9 +63,9 @@ The function appeared in .Bx 4.3 . Its prototype existed previously in -.Aq Pa string.h +.In string.h before it was moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index 5fd6977..1245970 100644 --- a/lib/libc/string/index.3 +++ b/lib/libc/string/index.3 @@ -98,9 +98,9 @@ and functions appeared in .At v6 . Their prototypes existed previously in -.Aq Pa string.h +.In string.h before they were moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3 index 05b3a48..346b9e3 100644 --- a/lib/libc/string/strcasecmp.3 +++ b/lib/libc/string/strcasecmp.3 @@ -96,9 +96,9 @@ and functions first appeared in .Bx 4.4 . Their prototypes existed previously in -.Aq Pa string.h +.In string.h before they were moved to -.Aq Pa strings.h +.In strings.h for .St -p1003.1-2001 compliance. 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 . |