summaryrefslogtreecommitdiffstats
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
parentf055275992a02631ff93e032922d43e0d0a703ab (diff)
downloadFreeBSD-src-79fc0e555519ee116047038ddb2309feefbfcd1d.zip
FreeBSD-src-79fc0e555519ee116047038ddb2309feefbfcd1d.tar.gz
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
-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
-rw-r--r--lib/libcalendar/calendar.36
-rw-r--r--lib/libcompat/SysV/ftok.38
-rw-r--r--lib/libcurses/curses.32
-rw-r--r--lib/libdisk/libdisk.37
-rw-r--r--lib/libedit/editline.36
-rw-r--r--lib/libedit/editrc.56
-rw-r--r--lib/libftpio/ftpio.37
-rw-r--r--lib/libmd/mdX.38
-rw-r--r--lib/libskey/skey.310
-rw-r--r--lib/libutil/setproctitle.36
-rw-r--r--lib/libvgl/vgl.36
19 files changed, 72 insertions, 60 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 ,
diff --git a/lib/libcalendar/calendar.3 b/lib/libcalendar/calendar.3
index bbf5ede..a2eaf5c 100644
--- a/lib/libcalendar/calendar.3
+++ b/lib/libcalendar/calendar.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: calendar.3,v 1.2 1997/12/07 19:04:08 helbig Exp $
+.\" $Id: calendar.3,v 1.3 1997/12/13 11:51:10 helbig Exp $
.\"
.Dd November 29, 1997
.Dt CALENDAR 3
@@ -190,8 +190,8 @@ The
.Nm calendar
library first appeared in
.Fx 3.0 .
-.Sh AUTHOR
+.Sh AUTHORS
This manual page and the library was written by
-.An Wolfgang Helbig Aq helbig@FreeBSD.ORG .
+.An Wolfgang Helbig Aq helbig@FreeBSD.org .
.Sh BUGS
The library was coded with great care so there are no bugs left.
diff --git a/lib/libcompat/SysV/ftok.3 b/lib/libcompat/SysV/ftok.3
index 03b586d..180380d 100644
--- a/lib/libcompat/SysV/ftok.3
+++ b/lib/libcompat/SysV/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/libcurses/curses.3 b/lib/libcurses/curses.3
index a081540..17893b5 100644
--- a/lib/libcurses/curses.3
+++ b/lib/libcurses/curses.3
@@ -64,7 +64,7 @@ should be called before exiting.
.%T Screen Updating and Cursor Movement Optimization: A Library Package
.%A Ken Arnold
.Re
-.Sh AUTHOR
+.Sh AUTHORS
.An Ken Arnold
.Sh FUNCTIONS
.Bl -column "subwin(win,lines,cols,begin_y,begin_x) "
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3
index 1cc9388..ed0e517 100644
--- a/lib/libdisk/libdisk.3
+++ b/lib/libdisk/libdisk.3
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: libdisk.3,v 1.5 1997/02/22 15:06:34 peter Exp $
.\" "
.Dd March 15, 1996
.Dt LIBDISK 3
@@ -330,9 +330,10 @@ If
.Fn slice_type_name
returns "unknown" for slices it isn't familar with.
.Ql / .
-.Sh AUTHOR
+.Sh AUTHORS
.Nm Libdisk
-has been written by Poul-Henning Kamp.
+has been written by
+.An Poul-Henning Kamp .
.Pp
This man page by
.ie t J\(:org Wunsch.
diff --git a/lib/libedit/editline.3 b/lib/libedit/editline.3
index bb706ae..c385142 100644
--- a/lib/libedit/editline.3
+++ b/lib/libedit/editline.3
@@ -519,8 +519,10 @@ library first appeared in
.Sh AUTHORS
The
.Nm
-library was written by Christos Zoulas,
-and this manual was written by Luke Mewburn.
+library was written by
+.An Christos Zoulas ,
+and this manual was written by
+.An Luke Mewburn .
.Sh BUGS
This documentation is probably incomplete.
.Pp
diff --git a/lib/libedit/editrc.5 b/lib/libedit/editrc.5
index e9b2992..ed8731c 100644
--- a/lib/libedit/editrc.5
+++ b/lib/libedit/editrc.5
@@ -286,7 +286,9 @@ in the chosen set.
.Sh AUTHORS
The
.Nm editline
-library was written by Christos Zoulas,
-and this manual was written by Luke Mewburn,
+library was written by
+.An Christos Zoulas ,
+and this manual was written by
+.An Luke Mewburn ,
with some sections inspired by
.Xr tcsh 1 .
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3
index a8ce838..9de1714 100644
--- a/lib/libftpio/ftpio.3
+++ b/lib/libftpio/ftpio.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: ftpio.3,v 1.15 1997/04/19 15:57:15 bde Exp $
+.\" $Id: ftpio.3,v 1.16 1998/02/10 07:01:51 jkh Exp $
.\"
.Dd June 17, 1996
.Dt ftpio 3
@@ -206,4 +206,7 @@ utility, later significantly mutated into a more general form as an
extension of stdio by Jordan Hubbard. Also incorporates some ideas and
extensions from Jean-Marc Zucconi.
.Sh AUTHORS
-Jordan Hubbard, Poul-Henning Kamp and Jean-Marc Zucconi
+.An Jordan Hubbard ,
+.An Poul-Henning Kamp
+and
+.An Jean-Marc Zucconi
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index 63dc597..7174f7d 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -6,7 +6,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $Id: mdX.3,v 1.10 1997/03/19 00:52:58 bde Exp $
+.\" $Id: mdX.3,v 1.11 1997/08/25 05:24:25 joerg Exp $
.\"
.Dd October 9, 1996
.Dt MDX 3
@@ -116,12 +116,12 @@ argument is non-null it must point to at least 33 characters of buffer space.
.%A RSA Laboratories
.%T Frequently Asked Questions About today's Cryptography
.Re
-.Sh AUTHOR
+.Sh AUTHORS
The original MDX routines were developed by
.Tn RSA
Data Security, Inc., and published in the above references.
-This code is derived directly from these implementations by Poul-Henning Kamp
-.Aq Li phk@login.dkuug.dk
+This code is derived directly from these implementations by
+.An Poul-Henning Kamp Aq phk@login.dkuug.dk
.Pp
Phk ristede runen.
.Sh HISTORY
diff --git a/lib/libskey/skey.3 b/lib/libskey/skey.3
index 1b368d3..234d0b2 100644
--- a/lib/libskey/skey.3
+++ b/lib/libskey/skey.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: skey.3,v 1.5 1997/02/22 15:07:58 peter Exp $
+.\" $Id: skey.3,v 1.6 1997/03/19 01:33:23 bde Exp $
.\"
.Dd December 22, 1996
.Dt SKEY 3
@@ -152,6 +152,8 @@ No advisory locking is done on the s/key database to guard against
simultaneous access from multiple processes.
This is not normally a problem when keys are added to or updated
in the file, but may be problematic when keys are removed.
-.Sh AUTHOR
-Phil Karn, Neil M. Haller, John S. Walden, Scott Chasin
-
+.Sh AUTHORS
+.An Phil Karn ,
+.An Neil M. Haller ,
+.An John S. Walden ,
+.An Scott Chasin
diff --git a/lib/libutil/setproctitle.3 b/lib/libutil/setproctitle.3
index c3f2031..25e9162 100644
--- a/lib/libutil/setproctitle.3
+++ b/lib/libutil/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/libvgl/vgl.3 b/lib/libvgl/vgl.3
index 366a19e..4ade501 100644
--- a/lib/libvgl/vgl.3
+++ b/lib/libvgl/vgl.3
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: vgl.3,v 1.2 1997/10/16 09:12:31 sos Exp $
+.\" $Id: vgl.3,v 1.3 1997/10/22 23:12:27 jraynard Exp $
.Dd August 13, 1997
.Dt VGL 3
@@ -51,8 +51,8 @@ on different virtual consoles.
Below is a short description of the various functions:
-.Sh AUTHOR
-.An Søren Schmidt (sos@FreeBSD.org)
+.Sh AUTHORS
+.An Søren Schmidt Aq sos@FreeBSD.org
.Sh FUNCTIONS
OpenPOWER on IntegriCloud