mdoc: Garbage collect unused/unneeded macros

This commit is contained in:
Ulrich Spörlein 2010-05-27 13:56:27 +00:00
parent 7d6c0d150d
commit 25c8b07fc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208594
4 changed files with 2 additions and 6 deletions

View File

@ -31,9 +31,6 @@
.Dd December 16, 2007 .Dd December 16, 2007
.Dt MATH 3 .Dt MATH 3
.Os .Os
.if n \{\
.char \[sr] "sqrt
.\}
.Sh NAME .Sh NAME
.Nm math .Nm math
.Nd "floating-point mathematical library" .Nd "floating-point mathematical library"

View File

@ -62,7 +62,6 @@
.Fn atomic_subtract_[acq_|rel_]<type> "volatile <type> *p" "<type> v" .Fn atomic_subtract_[acq_|rel_]<type> "volatile <type> *p" "<type> v"
.Ft void .Ft void
.Fn atomic_store_rel_<type> "volatile <type> *p" "<type> v" .Fn atomic_store_rel_<type> "volatile <type> *p" "<type> v"
.rm LB RB La Ra
.Sh DESCRIPTION .Sh DESCRIPTION
Each of the atomic operations is guaranteed to be atomic in the presence of Each of the atomic operations is guaranteed to be atomic in the presence of
interrupts. interrupts.

View File

@ -34,7 +34,7 @@
The experimental NFS client and server provides support for the The experimental NFS client and server provides support for the
.Tn NFSv4 .Tn NFSv4
specification; see specification; see
.%T "Network File System (NFS) Version 4 Protocol \\*(tNRFC\\*(sP 3530" . .%T "Network File System (NFS) Version 4 Protocol RFC 3530" .
The protocol is somewhat similar to NFS Version 3, but differs in significant The protocol is somewhat similar to NFS Version 3, but differs in significant
ways. ways.
It uses a single compound RPC that concatenates operations to-gether. It uses a single compound RPC that concatenates operations to-gether.

View File

@ -42,7 +42,7 @@ file holds information that allows the
server to restart without always returning the NFSERR_NOGRACE error, as described in the server to restart without always returning the NFSERR_NOGRACE error, as described in the
.Tn NFSv4 .Tn NFSv4
server specification; see server specification; see
.%T "Network File System (NFS) Version 4 Protocol \\*(tNRFC\\*(sP 3530, Section 8.6.3" . .%T "Network File System (NFS) Version 4 Protocol RFC 3530, Section 8.6.3" .
.Pp .Pp
The first record in the file, as defined by struct nfsf_rec in The first record in the file, as defined by struct nfsf_rec in
/usr/include/fs/nfs/nfsrvstate.h, holds the lease duration of the /usr/include/fs/nfs/nfsrvstate.h, holds the lease duration of the