.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
This commit is contained in:
parent
05e61fd508
commit
a5941fc2aa
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ,
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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) "
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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 .
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user