summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-26 17:55:41 +0000
committerru <ru@FreeBSD.org>2002-11-26 17:55:41 +0000
commit10c48e457c8da47353caba1e4c3adcaa9b5e93c8 (patch)
tree449cefb742e46dfb64850651e39621d6fdf9a946 /share
parentfa42ce0be90bf3bbc03bf4ec12ee132c78738a8e (diff)
downloadFreeBSD-src-10c48e457c8da47353caba1e4c3adcaa9b5e93c8.zip
FreeBSD-src-10c48e457c8da47353caba1e4c3adcaa9b5e93c8.tar.gz
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
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/lomac.43
-rw-r--r--share/man/man7/clocks.76
-rw-r--r--share/man/man9/style.93
3 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man4/lomac.4 b/share/man/man4/lomac.4
index 0a649d7..fcadb5e 100644
--- a/share/man/man4/lomac.4
+++ b/share/man/man4/lomac.4
@@ -44,7 +44,8 @@
The
.Nm
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.
.Nm
aims to be two things: it is non-intrusive, so that the system with
diff --git a/share/man/man7/clocks.7 b/share/man/man7/clocks.7
index f7f3273..7ab5407 100644
--- a/share/man/man7/clocks.7
+++ b/share/man/man7/clocks.7
@@ -66,7 +66,8 @@ in new programs under
.Fx .
It is feeble compared with
.Xr getrusage 2 .
-It is provided for \*[Ai]
+It is provided for
+.Tn ANSI
conformance.
It is implemented by calling
.Xr getrusage 2
@@ -91,7 +92,8 @@ It is feeble compared with
.Xr gettimeofday 2
together with
.Xr getrusage 2 .
-It is provided for \*[Px]
+It is provided for
+.Tn POSIX
conformance.
It is implemented by calling
.Xr gettimeofday 2
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index d669b3b..fabb1a4 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -311,7 +311,8 @@ When convention requires a
make its name match the struct tag.
Avoid typedefs ending in
.Dq Li _t ,
-except as specified in Standard C or by \*[Px].
+except as specified in Standard C or by
+.Tn POSIX .
.Bd -literal
/* Make the structure name match the typedef. */
typedef struct bar {
OpenPOWER on IntegriCloud