mdoc(7) police: expand plain text xrefs.
This commit is contained in:
parent
3bc371d25d
commit
6575e6daae
@ -53,7 +53,8 @@ struct sigvec {
|
||||
.Fn sigvec "int sig" "struct sigvec *vec" "struct sigvec *ovec"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
This interface is made obsolete by sigaction(2).
|
||||
This interface is made obsolete by
|
||||
.Xr sigaction 2 .
|
||||
.Ef
|
||||
.Pp
|
||||
The system defines a set of signals that may be delivered to a process.
|
||||
|
@ -46,7 +46,8 @@
|
||||
.Fn alarm "unsigned int seconds"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
This interface is made obsolete by setitimer(2).
|
||||
This interface is made obsolete by
|
||||
.Xr setitimer 2 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -37,7 +37,9 @@
|
||||
.Dt FMTCHECK 3
|
||||
.Sh NAME
|
||||
.Nm fmtcheck
|
||||
.Nd sanitizes user-supplied printf(3)-style format string
|
||||
.Nd sanitizes user-supplied
|
||||
.Xr printf 3 Ns -style
|
||||
format string
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
|
@ -46,7 +46,8 @@
|
||||
.Fn nice "int incr"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
This interface is obsoleted by setpriority(2).
|
||||
This interface is obsoleted by
|
||||
.Xr setpriority 2 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -46,7 +46,8 @@
|
||||
.Fn ualarm "u_int microseconds" "u_int interval"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
This is a simplified interface to setitimer(2).
|
||||
This is a simplified interface to
|
||||
.Xr setitimer 2 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -47,7 +47,8 @@
|
||||
.Fn utime "const char *file" "const struct utimbuf *timep"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
This interface is obsoleted by utimes(2) .
|
||||
This interface is obsoleted by
|
||||
.Xr utimes 2 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -46,7 +46,10 @@
|
||||
.Fn valloc "size_t size"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
Valloc is obsoleted by the current version of malloc(3),
|
||||
The
|
||||
.Fn valloc
|
||||
function is obsoleted by the current version of
|
||||
.Xr malloc 3 ,
|
||||
which aligns page-sized and larger allocations.
|
||||
.Ef
|
||||
.Pp
|
||||
|
@ -395,7 +395,10 @@ The allocation functions were compiled with
|
||||
.Dq EXTRA_SANITY
|
||||
defined, and an error was found during the additional error checking.
|
||||
Consult the source code for further information.
|
||||
.It "mmap(2) failed, check limits
|
||||
.It Xo
|
||||
.Xr mmap 2
|
||||
failed, check limits
|
||||
.Xc
|
||||
This most likely means that the system is dangerously overloaded or that
|
||||
the process' limits are incorrectly specified.
|
||||
.It "freelist is destroyed
|
||||
|
@ -59,7 +59,8 @@
|
||||
.Fn rand_r "unsigned *ctx"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
These interfaces are obsoleted by random(3).
|
||||
These interfaces are obsoleted by
|
||||
.Xr random 3 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -66,7 +66,8 @@
|
||||
.Fn strtok_r "char *str" "const char *sep" "char **last"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
This interface is obsoleted by strsep(3).
|
||||
This interface is obsoleted by
|
||||
.Xr strsep 3 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -47,7 +47,8 @@
|
||||
.Fn ftime "struct timeb *tp"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
This interface is obsoleted by gettimeofday(2).
|
||||
This interface is obsoleted by
|
||||
.Xr gettimeofday 2 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -46,7 +46,10 @@
|
||||
.Fn getpw "uid_t uid" "char *buf"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
The getpw function is made obsolete by getpwuid(3).
|
||||
The
|
||||
.Fn getpw
|
||||
function is made obsolete by
|
||||
.Xr getpwuid 3 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -49,7 +49,8 @@
|
||||
.Fn gtty "int fd" "struct sgttyb *buf"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
These interfaces are obsoleted by ioctl(2).
|
||||
These interfaces are obsoleted by
|
||||
.Xr ioctl 2 .
|
||||
.Ef
|
||||
.Pp
|
||||
The
|
||||
|
@ -165,7 +165,7 @@ Consult the appropriate manual page for
|
||||
details on the operation of any given builtin command under those shells.
|
||||
Users of other shells will need to consult the documentation supplied
|
||||
with the other shells.
|
||||
.Bl -column "continueXX" "ExternalXX" "csh(1)" "sh(1)" -offset indent
|
||||
.Bl -column ".Ic uncomplete" ".Em External" ".Xr csh 1" ".Xr sh 1" -offset indent
|
||||
.It Xo
|
||||
.Em "Command External" Ta Xr csh 1 Ta Xr sh 1
|
||||
.Xc
|
||||
|
@ -113,7 +113,9 @@ Set to PCCARD controller memory address or
|
||||
for the default value.
|
||||
.It Va pccard_ifconfig
|
||||
.Pq Vt str
|
||||
List of arguments to be passed to ifconfig(8) at boot time or on
|
||||
List of arguments to be passed to
|
||||
.Xr ifconfig 8
|
||||
at boot time or on
|
||||
insertion of the card (e.g. "inet 192.168.1.1 netmask 255.255.255.0"
|
||||
for a fixed address or "DHCP" for a DHCP client).
|
||||
.It Va pccard_beep
|
||||
|
@ -66,7 +66,9 @@ contain additional custom startup code for your system.
|
||||
contains the global system configuration information referenced
|
||||
by the rc files, while
|
||||
.Nm rc.conf.local
|
||||
contains the local system configuration. See rc.conf(5)
|
||||
contains the local system configuration.
|
||||
See
|
||||
.Xr rc.conf 5 .
|
||||
.Pp
|
||||
The
|
||||
.Nm rc.d
|
||||
|
@ -507,4 +507,6 @@ Besides for being used for network packets, they were used
|
||||
to store various dynamic structures, such as routing table
|
||||
entries, interface addresses, protocol control blocks, etc.
|
||||
.Sh AUTHORS
|
||||
The original mbuf(9) man page was written by Yar Tikhiy.
|
||||
The original
|
||||
.Nm
|
||||
man page was written by Yar Tikhiy.
|
||||
|
@ -36,7 +36,9 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
program is intended to be called by cron(8) to execute shell scripts
|
||||
program is intended to be called by
|
||||
.Xr cron 8
|
||||
to execute shell scripts
|
||||
located in the specified directory.
|
||||
.Pp
|
||||
One or more of the following arguments must be specified:
|
||||
|
Loading…
Reference in New Issue
Block a user