summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/ctermid.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
committerru <ru@FreeBSD.org>2002-12-18 13:33:04 +0000
commit863465c1ab2c58349d7f1f859822ef564e592280 (patch)
tree6086e75984c3472fb331e2598243ce260e65581f /lib/libc/gen/ctermid.3
parent8746d263e1451855025dc83dde5176cc9f1fbe3f (diff)
downloadFreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.zip
FreeBSD-src-863465c1ab2c58349d7f1f859822ef564e592280.tar.gz
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
Diffstat (limited to 'lib/libc/gen/ctermid.3')
-rw-r--r--lib/libc/gen/ctermid.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/ctermid.3 b/lib/libc/gen/ctermid.3
index e0fc487..71e20ac 100644
--- a/lib/libc/gen/ctermid.3
+++ b/lib/libc/gen/ctermid.3
@@ -53,14 +53,14 @@ function generates a string, that, when used as a pathname, refers to
the current controlling terminal of the calling process.
.Pp
If
-.Ar buf
+.Fa buf
is the
.Dv NULL
pointer, a pointer to a static area is returned.
Otherwise, the pathname is copied into the memory referenced by
-.Ar buf .
+.Fa buf .
The argument
-.Ar buf
+.Fa buf
is assumed to be at least
.Dv L_ctermid
(as defined in the include
@@ -74,7 +74,7 @@ function
provides the same functionality as
.Fn ctermid
except that if
-.Ar buf
+.Fa buf
is a
.Dv NULL
pointer,
OpenPOWER on IntegriCloud