Prepare for mdoc(7)NG.
This commit is contained in:
parent
55f4342b4e
commit
32f6256a49
@ -142,7 +142,7 @@ the permissions on the directory. Under
|
|||||||
.Fx ,
|
.Fx ,
|
||||||
the sticky bit is
|
the sticky bit is
|
||||||
ignored for executable files and may only be set for directories (see
|
ignored for executable files and may only be set for directories (see
|
||||||
.Xr sticky 8 ).
|
.Xr sticky 8 ) .
|
||||||
.It Li 0400
|
.It Li 0400
|
||||||
Allow read by owner.
|
Allow read by owner.
|
||||||
.It Li 0200
|
.It Li 0200
|
||||||
|
@ -1809,7 +1809,7 @@ the complete pathname of the command is printed.
|
|||||||
.Op Ar limit
|
.Op Ar limit
|
||||||
.Xc
|
.Xc
|
||||||
Set or display resource limits (see
|
Set or display resource limits (see
|
||||||
.Xr getrlimit 2 ).
|
.Xr getrlimit 2 ) .
|
||||||
If
|
If
|
||||||
.Ar limit
|
.Ar limit
|
||||||
is specified, the named resource will be set;
|
is specified, the named resource will be set;
|
||||||
|
@ -159,7 +159,7 @@ is determined by the
|
|||||||
.Va msg_perm.mode
|
.Va msg_perm.mode
|
||||||
field in the same way as is
|
field in the same way as is
|
||||||
done with files (see
|
done with files (see
|
||||||
.Xr chmod 2 ),
|
.Xr chmod 2 ) ,
|
||||||
but the effective uid can match either the
|
but the effective uid can match either the
|
||||||
.Va msg_perm.cuid
|
.Va msg_perm.cuid
|
||||||
field or the
|
field or the
|
||||||
|
@ -81,14 +81,14 @@ transmitting data to the system.
|
|||||||
(See the description of IXOFF in the
|
(See the description of IXOFF in the
|
||||||
.Ql Input Modes
|
.Ql Input Modes
|
||||||
section of
|
section of
|
||||||
.Xr termios 4 ).
|
.Xr termios 4 ) .
|
||||||
.It Fa TCION
|
.It Fa TCION
|
||||||
Transmit a START character, which is intended to cause the terminal to start
|
Transmit a START character, which is intended to cause the terminal to start
|
||||||
transmitting data to the system.
|
transmitting data to the system.
|
||||||
(See the description of IXOFF in the
|
(See the description of IXOFF in the
|
||||||
.Ql Input Modes
|
.Ql Input Modes
|
||||||
section of
|
section of
|
||||||
.Xr termios 4 ).
|
.Xr termios 4 ) .
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
|
@ -71,7 +71,7 @@ for storage of any type of object.
|
|||||||
If the space is at least
|
If the space is at least
|
||||||
.Em pagesize
|
.Em pagesize
|
||||||
bytes in length (see
|
bytes in length (see
|
||||||
.Xr getpagesize 3 ),
|
.Xr getpagesize 3 ) ,
|
||||||
the returned memory will be page boundary aligned as well.
|
the returned memory will be page boundary aligned as well.
|
||||||
If
|
If
|
||||||
.Fn malloc
|
.Fn malloc
|
||||||
@ -209,7 +209,7 @@ option.
|
|||||||
Rather than return failure for any allocation function,
|
Rather than return failure for any allocation function,
|
||||||
display a diagnostic message on stderr and cause the program to drop
|
display a diagnostic message on stderr and cause the program to drop
|
||||||
core (using
|
core (using
|
||||||
.Xr abort 3 ).
|
.Xr abort 3 ) .
|
||||||
This option should be set at compile time by including the following in
|
This option should be set at compile time by including the following in
|
||||||
the source code:
|
the source code:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
|
@ -81,7 +81,7 @@ struct timespec {
|
|||||||
.Pp
|
.Pp
|
||||||
Only the super-user may set the time of day.
|
Only the super-user may set the time of day.
|
||||||
If the system securelevel is greater than 1 (see
|
If the system securelevel is greater than 1 (see
|
||||||
.Xr init 8 ),
|
.Xr init 8 ) ,
|
||||||
the time may only be advanced.
|
the time may only be advanced.
|
||||||
This limitation is imposed to prevent a malicious super-user
|
This limitation is imposed to prevent a malicious super-user
|
||||||
from setting arbitrary time stamps on files.
|
from setting arbitrary time stamps on files.
|
||||||
|
@ -100,7 +100,7 @@ the appropriate part of the year.
|
|||||||
.Pp
|
.Pp
|
||||||
Only the super-user may set the time of day or time zone.
|
Only the super-user may set the time of day or time zone.
|
||||||
If the system is running in secure mode (see
|
If the system is running in secure mode (see
|
||||||
.Xr init 8 ),
|
.Xr init 8 ) ,
|
||||||
the time may only be advanced.
|
the time may only be advanced.
|
||||||
This limitation is imposed to prevent a malicious super-user
|
This limitation is imposed to prevent a malicious super-user
|
||||||
from setting arbitrary time stamps on files.
|
from setting arbitrary time stamps on files.
|
||||||
|
@ -147,7 +147,7 @@ file descriptor may not cause
|
|||||||
.Fn poll
|
.Fn poll
|
||||||
to return with an error. In cases where this would have happened in
|
to return with an error. In cases where this would have happened in
|
||||||
the historical implementation (e.g. trying to poll a
|
the historical implementation (e.g. trying to poll a
|
||||||
.Xr revoke 2 ed
|
.Xr revoke 2 Ns ed
|
||||||
descriptor), this implementation instead copies the
|
descriptor), this implementation instead copies the
|
||||||
.Fa events
|
.Fa events
|
||||||
bitmask to the
|
bitmask to the
|
||||||
|
@ -266,7 +266,7 @@ The socket is associated with a connection-oriented protocol
|
|||||||
and has not been connected (see
|
and has not been connected (see
|
||||||
.Xr connect 2
|
.Xr connect 2
|
||||||
and
|
and
|
||||||
.Xr accept 2 ).
|
.Xr accept 2 ) .
|
||||||
.It Bq Er ENOTSOCK
|
.It Bq Er ENOTSOCK
|
||||||
The argument
|
The argument
|
||||||
.Fa s
|
.Fa s
|
||||||
|
@ -120,7 +120,7 @@ Options include:
|
|||||||
Bind all keys to the standard GNU Emacs-like bindings.
|
Bind all keys to the standard GNU Emacs-like bindings.
|
||||||
.It Fl v
|
.It Fl v
|
||||||
Bind all keys to the standard
|
Bind all keys to the standard
|
||||||
.Xr vi 1 -like
|
.Xr vi 1 Ns -like
|
||||||
bindings.
|
bindings.
|
||||||
.It Fl a
|
.It Fl a
|
||||||
List or change key bindings in the
|
List or change key bindings in the
|
||||||
@ -223,7 +223,7 @@ causes messages to be verbose.
|
|||||||
List the history.
|
List the history.
|
||||||
.It Ic telltc
|
.It Ic telltc
|
||||||
List the values of all the terminal capabilities (see
|
List the values of all the terminal capabilities (see
|
||||||
.Xr termcap 5 ).
|
.Xr termcap 5 ) .
|
||||||
.It Ic settc Ar cap Ar val
|
.It Ic settc Ar cap Ar val
|
||||||
Set the terminal capability
|
Set the terminal capability
|
||||||
.Ar cap
|
.Ar cap
|
||||||
|
@ -319,7 +319,7 @@ If the
|
|||||||
.Fa h
|
.Fa h
|
||||||
(high) flag is specified, data sockets will be allocated in the high
|
(high) flag is specified, data sockets will be allocated in the high
|
||||||
port range (see
|
port range (see
|
||||||
.Xr ip 4 ).
|
.Xr ip 4 ) .
|
||||||
.Pp
|
.Pp
|
||||||
If the
|
If the
|
||||||
.Fa d
|
.Fa d
|
||||||
|
@ -137,7 +137,7 @@ Instead, the application obtains the error message
|
|||||||
corresponding to the most recent kvm library call using
|
corresponding to the most recent kvm library call using
|
||||||
.Fn kvm_geterr
|
.Fn kvm_geterr
|
||||||
(see
|
(see
|
||||||
.Xr kvm_geterr 3 ).
|
.Xr kvm_geterr 3 ) .
|
||||||
The results are undefined if the most recent kvm call did not produce
|
The results are undefined if the most recent kvm call did not produce
|
||||||
an error.
|
an error.
|
||||||
Since
|
Since
|
||||||
|
@ -166,7 +166,7 @@ notation may be used.
|
|||||||
.Pp
|
.Pp
|
||||||
These resource limit entries actually specify both the maximum
|
These resource limit entries actually specify both the maximum
|
||||||
and current limits (see
|
and current limits (see
|
||||||
.Xr getrlimit 2 ).
|
.Xr getrlimit 2 ) .
|
||||||
The current (soft) limit is the one normally used, although the user is permitted
|
The current (soft) limit is the one normally used, although the user is permitted
|
||||||
to increase the current limit to the maximum (hard) limit.
|
to increase the current limit to the maximum (hard) limit.
|
||||||
The maximum and current limits may be specified individually by appending a
|
The maximum and current limits may be specified individually by appending a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user