Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2010 13:56:27 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208594 - in head: lib/msun/man share/man/man9 usr.sbin/nfsd
Message-ID:  <201005271356.o4RDuRuK090349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: uqs
Date: Thu May 27 13:56:27 2010
New Revision: 208594
URL: http://svn.freebsd.org/changeset/base/208594

Log:
  mdoc: Garbage collect unused/unneeded macros

Modified:
  head/lib/msun/man/math.3
  head/share/man/man9/atomic.9
  head/usr.sbin/nfsd/nfsv4.4
  head/usr.sbin/nfsd/stablerestart.5

Modified: head/lib/msun/man/math.3
==============================================================================
--- head/lib/msun/man/math.3	Thu May 27 13:56:19 2010	(r208593)
+++ head/lib/msun/man/math.3	Thu May 27 13:56:27 2010	(r208594)
@@ -31,9 +31,6 @@
 .Dd December 16, 2007
 .Dt MATH 3
 .Os
-.if n \{\
-.char \[sr] "sqrt
-.\}
 .Sh NAME
 .Nm math
 .Nd "floating-point mathematical library"

Modified: head/share/man/man9/atomic.9
==============================================================================
--- head/share/man/man9/atomic.9	Thu May 27 13:56:19 2010	(r208593)
+++ head/share/man/man9/atomic.9	Thu May 27 13:56:27 2010	(r208594)
@@ -62,7 +62,6 @@
 .Fn atomic_subtract_[acq_|rel_]<type> "volatile <type> *p" "<type> v"
 .Ft void
 .Fn atomic_store_rel_<type> "volatile <type> *p" "<type> v"
-.rm LB RB La Ra
 .Sh DESCRIPTION
 Each of the atomic operations is guaranteed to be atomic in the presence of
 interrupts.

Modified: head/usr.sbin/nfsd/nfsv4.4
==============================================================================
--- head/usr.sbin/nfsd/nfsv4.4	Thu May 27 13:56:19 2010	(r208593)
+++ head/usr.sbin/nfsd/nfsv4.4	Thu May 27 13:56:27 2010	(r208594)
@@ -34,7 +34,7 @@
 The experimental NFS client and server provides support for the
 .Tn NFSv4
 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
 ways.
 It uses a single compound RPC that concatenates operations to-gether.

Modified: head/usr.sbin/nfsd/stablerestart.5
==============================================================================
--- head/usr.sbin/nfsd/stablerestart.5	Thu May 27 13:56:19 2010	(r208593)
+++ head/usr.sbin/nfsd/stablerestart.5	Thu May 27 13:56:27 2010	(r208594)
@@ -42,7 +42,7 @@ file holds information that allows the
 server to restart without always returning the NFSERR_NOGRACE error, as described in the
 .Tn NFSv4
 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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005271356.o4RDuRuK090349>