mdoc(7) police:

Revert to using the .Tn POSIX and .Tn ANSI instead of \*[Px] and \*[Ai]
strings; using these strings is unsafe in troff mode, as they include a
change in a font size.

Approved by:	re
This commit is contained in:
Ruslan Ermilov 2002-11-26 17:55:41 +00:00
parent fe5f892d58
commit e27480d64d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107282
6 changed files with 13 additions and 7 deletions

View File

@ -378,5 +378,5 @@ operand and the
and and
.Cm oldibm .Cm oldibm
values are extensions to the values are extensions to the
\*[Px] .Tn POSIX
standard. standard.

View File

@ -141,7 +141,7 @@ Unless
compatibility is enabled, this version of compatibility is enabled, this version of
.Nm .Nm
adheres to the adheres to the
\*[Px] .Tn POSIX
Utility Syntax Guidelines, which require that a leading argument beginning Utility Syntax Guidelines, which require that a leading argument beginning
with a minus sign be considered an option to the program. with a minus sign be considered an option to the program.
The standard The standard

View File

@ -44,7 +44,8 @@
The The
.Nm .Nm
module provides a drop-in security mechanism in addition to the traditional module provides a drop-in security mechanism in addition to the traditional
\*[Px] UID-based security facilities, requiring no additional configuration .Tn POSIX
UID-based security facilities, requiring no additional configuration
from the administrator. from the administrator.
.Nm .Nm
aims to be two things: it is non-intrusive, so that the system with aims to be two things: it is non-intrusive, so that the system with

View File

@ -66,7 +66,8 @@ in new programs under
.Fx . .Fx .
It is feeble compared with It is feeble compared with
.Xr getrusage 2 . .Xr getrusage 2 .
It is provided for \*[Ai] It is provided for
.Tn ANSI
conformance. conformance.
It is implemented by calling It is implemented by calling
.Xr getrusage 2 .Xr getrusage 2
@ -91,7 +92,8 @@ It is feeble compared with
.Xr gettimeofday 2 .Xr gettimeofday 2
together with together with
.Xr getrusage 2 . .Xr getrusage 2 .
It is provided for \*[Px] It is provided for
.Tn POSIX
conformance. conformance.
It is implemented by calling It is implemented by calling
.Xr gettimeofday 2 .Xr gettimeofday 2

View File

@ -311,7 +311,8 @@ When convention requires a
make its name match the struct tag. make its name match the struct tag.
Avoid typedefs ending in Avoid typedefs ending in
.Dq Li _t , .Dq Li _t ,
except as specified in Standard C or by \*[Px]. except as specified in Standard C or by
.Tn POSIX .
.Bd -literal .Bd -literal
/* Make the structure name match the typedef. */ /* Make the structure name match the typedef. */
typedef struct bar { typedef struct bar {

View File

@ -129,7 +129,9 @@ and to run a job at 1am tomorrow, use
.Pp .Pp
The The
.Nm at .Nm at
utility also supports the \*[Px] time format (see utility also supports the
.Tn POSIX
time format (see
.Fl t .Fl t
option). option).
.Pp .Pp