summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-03-19 07:34:22 +0000
committercharnier <charnier@FreeBSD.org>1998-03-19 07:34:22 +0000
commit79fc0e555519ee116047038ddb2309feefbfcd1d (patch)
tree9f9f07d3c3fb86b509abe4632fda270d6c550807 /lib/libc
parentf055275992a02631ff93e032922d43e0d0a703ab (diff)
downloadFreeBSD-src-79fc0e555519ee116047038ddb2309feefbfcd1d.zip
FreeBSD-src-79fc0e555519ee116047038ddb2309feefbfcd1d.tar.gz
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/ftok.38
-rw-r--r--lib/libc/gen/getvfsent.310
-rw-r--r--lib/libc/gen/rand48.38
-rw-r--r--lib/libc/gen/setproctitle.36
-rw-r--r--lib/libc/net/addr2ascii.37
-rw-r--r--lib/libc/stdlib/random.34
-rw-r--r--lib/libc/stdlib/strtod.33
-rw-r--r--lib/libc/sys/rtprio.214
8 files changed, 32 insertions, 28 deletions
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3
index 03b586d..180380d 100644
--- a/lib/libc/gen/ftok.3
+++ b/lib/libc/gen/ftok.3
@@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: ftok.3,v 1.7 1997/02/22 15:06:08 peter Exp $
+.\" $Id: ftok.3,v 1.8 1997/03/19 00:58:07 bde Exp $
.Dd June 24, 1994
.Os
.Dt ftok 3
@@ -72,10 +72,8 @@ The
.Fn ftok
function originates with System V and is typically used by programs
that use the System V IPC routines.
-.Sh AUTHOR
-.Bl -tag
-Thorsten Lockert <tholo@sigmasoft.com>
-.El
+.Sh AUTHORS
+.An Thorsten Lockert Aq tholo@sigmasoft.com
.Sh BUGS
The returned key is computed based on the device minor number and inode of the
specified
diff --git a/lib/libc/gen/getvfsent.3 b/lib/libc/gen/getvfsent.3
index 756fec4..57b026b 100644
--- a/lib/libc/gen/getvfsent.3
+++ b/lib/libc/gen/getvfsent.3
@@ -1,4 +1,4 @@
-.\" $Id: getvfsent.3,v 1.8 1997/02/28 06:22:28 mpp Exp $
+.\" $Id: getvfsent.3,v 1.9 1997/03/03 06:02:54 mpp Exp $
.\" Written by Garrett A. Wollman, September 1994.
.\" This manual page is in the public domain.
.\"
@@ -218,9 +218,11 @@ The return value of the
command isn't particularly useful when interpreted as an
.Va errno
value (or anything else, for that matter).
-.Sh AUTHOR
-The loadable filesystem support was written by Garrett A. Wollman,
-based on generic loadable kernel module support by Terry Lambert.
+.Sh AUTHORS
+The loadable filesystem support was written by
+.An Garrett A. Wollman ,
+based on generic loadable kernel module support by
+.An Terry Lambert .
.Sh HISTORY
The
.Fn getvfsbyname
diff --git a/lib/libc/gen/rand48.3 b/lib/libc/gen/rand48.3
index 356f2f3..67aef14 100644
--- a/lib/libc/gen/rand48.3
+++ b/lib/libc/gen/rand48.3
@@ -152,9 +152,9 @@ always also set the multiplicand and addend for any of the six
generator calls.
.Pp
For a more powerful random number generator, see
-.Xr random 3
-.Sh AUTHOR
-Martin Birgmeier
+.Xr random 3 .
+.Sh AUTHORS
+.An Martin Birgmeier
.Sh SEE ALSO
.Xr rand 3 ,
-.Xr random 3 .
+.Xr random 3
diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3
index c3f2031..25e9162 100644
--- a/lib/libc/gen/setproctitle.3
+++ b/lib/libc/gen/setproctitle.3
@@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met.
.\"
-.\" $Id: setproctitle.3,v 1.8 1997/04/17 23:31:47 danny Exp $
+.\" $Id: setproctitle.3,v 1.9 1997/05/11 08:50:33 davidn Exp $
.\"
.\" The following requests are required for all man pages.
.Dd December 16, 1995
@@ -105,9 +105,9 @@ first appeared in
Other operating systems have
similar functions.
.Sh AUTHORS
-.Sy "Peter Wemm <peter@FreeBSD.org>"
+.An Peter Wemm Aq peter@FreeBSD.org
stole the idea from the
.Sy "Sendmail 8.7.3"
source code by
-.Sy "Eric Allman <eric@sendmail.org>" .
+.An Eric Allman Aq eric@sendmail.org .
.\" .Sh BUGS
diff --git a/lib/libc/net/addr2ascii.3 b/lib/libc/net/addr2ascii.3
index 8cf1b85..5a3f3d1 100644
--- a/lib/libc/net/addr2ascii.3
+++ b/lib/libc/net/addr2ascii.3
@@ -190,9 +190,10 @@ Partridge. This particular interface originally apppeared in the
.Tn INRIA
.Tn IPv6
implementation.
-.Sh AUTHOR
-Code and documentation by Garrett A. Wollman, MIT Laboratory for
-Computer Science.
+.Sh AUTHORS
+Code and documentation by
+.An Garrett A. Wollman ,
+MIT Laboratory for Computer Science.
.Sh BUGS
The original implementations supported IPv6. This support should
eventually be resurrected. The
diff --git a/lib/libc/stdlib/random.3 b/lib/libc/stdlib/random.3
index 4691498..58ef724 100644
--- a/lib/libc/stdlib/random.3
+++ b/lib/libc/stdlib/random.3
@@ -161,8 +161,8 @@ generator is greater than
.if t 2\u\s769\s10\d,
.if n 2**69
which should be sufficient for most purposes.
-.Sh AUTHOR
-Earl T. Cohen
+.Sh AUTHORS
+.An Earl T. Cohen
.Sh DIAGNOSTICS
If
.Fn initstate
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index e1d4c39..742157c 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -112,7 +112,8 @@ function
conforms to
.St -ansiC .
.Sh AUTHORS
-The author of this software is David M. Gay.
+The author of this software is
+.An David M. Gay .
.Pp
Copyright (c) 1991 by AT&T.
.Pp
diff --git a/lib/libc/sys/rtprio.2 b/lib/libc/sys/rtprio.2
index 9e7c1c9..5f83c77 100644
--- a/lib/libc/sys/rtprio.2
+++ b/lib/libc/sys/rtprio.2
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rtprio.2,v 1.8 1997/02/22 15:04:17 peter Exp $
+.\" $Id: rtprio.2,v 1.9 1997/03/21 20:57:20 mpp Exp $
.\"
.Dd July 23, 1994
.Dt RTPRIO 2
@@ -94,11 +94,13 @@ root is allowed to change the realtime priority of any process, and non-root
may only change the idle priority of the current process.
.It Bq Er ESRCH
The specified process was not found.
-.Sh AUTHOR
-The original author was Henrik Vestergaard Draboel - hvd@terry.ping.dk. This
-implementation in
-.Tn FreeBSD
-was substantially rewritten by David Greenman.
+.Sh AUTHORS
+The original author was
+.An Henrik Vestergaard Draboel Aq hvd@terry.ping.dk .
+This implementation in
+.Bx Free
+was substantially rewritten by
+.An David Greenman .
.Sh SEE ALSO
.Xr nice 1 ,
.Xr ps 1 ,
OpenPOWER on IntegriCloud