.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq

This commit is contained in:
Philippe Charnier 1998-03-19 07:34:22 +00:00
parent 05e61fd508
commit a5941fc2aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34669
19 changed files with 72 additions and 60 deletions

View File

@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd June 24, 1994
.Os .Os
.Dt ftok 3 .Dt ftok 3
@ -72,10 +72,8 @@ The
.Fn ftok .Fn ftok
function originates with System V and is typically used by programs function originates with System V and is typically used by programs
that use the System V IPC routines. that use the System V IPC routines.
.Sh AUTHOR .Sh AUTHORS
.Bl -tag .An Thorsten Lockert Aq tholo@sigmasoft.com
Thorsten Lockert <tholo@sigmasoft.com>
.El
.Sh BUGS .Sh BUGS
The returned key is computed based on the device minor number and inode of the The returned key is computed based on the device minor number and inode of the
specified specified

View File

@ -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. .\" Written by Garrett A. Wollman, September 1994.
.\" This manual page is in the public domain. .\" 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 command isn't particularly useful when interpreted as an
.Va errno .Va errno
value (or anything else, for that matter). value (or anything else, for that matter).
.Sh AUTHOR .Sh AUTHORS
The loadable filesystem support was written by Garrett A. Wollman, The loadable filesystem support was written by
based on generic loadable kernel module support by Terry Lambert. .An Garrett A. Wollman ,
based on generic loadable kernel module support by
.An Terry Lambert .
.Sh HISTORY .Sh HISTORY
The The
.Fn getvfsbyname .Fn getvfsbyname

View File

@ -152,9 +152,9 @@ always also set the multiplicand and addend for any of the six
generator calls. generator calls.
.Pp .Pp
For a more powerful random number generator, see For a more powerful random number generator, see
.Xr random 3 .Xr random 3 .
.Sh AUTHOR .Sh AUTHORS
Martin Birgmeier .An Martin Birgmeier
.Sh SEE ALSO .Sh SEE ALSO
.Xr rand 3 , .Xr rand 3 ,
.Xr random 3 . .Xr random 3

View File

@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above .\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met. .\" 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. .\" The following requests are required for all man pages.
.Dd December 16, 1995 .Dd December 16, 1995
@ -105,9 +105,9 @@ first appeared in
Other operating systems have Other operating systems have
similar functions. similar functions.
.Sh AUTHORS .Sh AUTHORS
.Sy "Peter Wemm <peter@FreeBSD.org>" .An Peter Wemm Aq peter@FreeBSD.org
stole the idea from the stole the idea from the
.Sy "Sendmail 8.7.3" .Sy "Sendmail 8.7.3"
source code by source code by
.Sy "Eric Allman <eric@sendmail.org>" . .An Eric Allman Aq eric@sendmail.org .
.\" .Sh BUGS .\" .Sh BUGS

View File

@ -190,9 +190,10 @@ Partridge. This particular interface originally apppeared in the
.Tn INRIA .Tn INRIA
.Tn IPv6 .Tn IPv6
implementation. implementation.
.Sh AUTHOR .Sh AUTHORS
Code and documentation by Garrett A. Wollman, MIT Laboratory for Code and documentation by
Computer Science. .An Garrett A. Wollman ,
MIT Laboratory for Computer Science.
.Sh BUGS .Sh BUGS
The original implementations supported IPv6. This support should The original implementations supported IPv6. This support should
eventually be resurrected. The eventually be resurrected. The

View File

@ -161,8 +161,8 @@ generator is greater than
.if t 2\u\s769\s10\d, .if t 2\u\s769\s10\d,
.if n 2**69 .if n 2**69
which should be sufficient for most purposes. which should be sufficient for most purposes.
.Sh AUTHOR .Sh AUTHORS
Earl T. Cohen .An Earl T. Cohen
.Sh DIAGNOSTICS .Sh DIAGNOSTICS
If If
.Fn initstate .Fn initstate

View File

@ -112,7 +112,8 @@ function
conforms to conforms to
.St -ansiC . .St -ansiC .
.Sh AUTHORS .Sh AUTHORS
The author of this software is David M. Gay. The author of this software is
.An David M. Gay .
.Pp .Pp
Copyright (c) 1991 by AT&T. Copyright (c) 1991 by AT&T.
.Pp .Pp

View File

@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dd July 23, 1994
.Dt RTPRIO 2 .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. may only change the idle priority of the current process.
.It Bq Er ESRCH .It Bq Er ESRCH
The specified process was not found. The specified process was not found.
.Sh AUTHOR .Sh AUTHORS
The original author was Henrik Vestergaard Draboel - hvd@terry.ping.dk. This The original author was
implementation in .An Henrik Vestergaard Draboel Aq hvd@terry.ping.dk .
.Tn FreeBSD This implementation in
was substantially rewritten by David Greenman. .Bx Free
was substantially rewritten by
.An David Greenman .
.Sh SEE ALSO .Sh SEE ALSO
.Xr nice 1 , .Xr nice 1 ,
.Xr ps 1 , .Xr ps 1 ,

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dd November 29, 1997
.Dt CALENDAR 3 .Dt CALENDAR 3
@ -190,8 +190,8 @@ The
.Nm calendar .Nm calendar
library first appeared in library first appeared in
.Fx 3.0 . .Fx 3.0 .
.Sh AUTHOR .Sh AUTHORS
This manual page and the library was written by 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 .Sh BUGS
The library was coded with great care so there are no bugs left. The library was coded with great care so there are no bugs left.

View File

@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd June 24, 1994
.Os .Os
.Dt ftok 3 .Dt ftok 3
@ -72,10 +72,8 @@ The
.Fn ftok .Fn ftok
function originates with System V and is typically used by programs function originates with System V and is typically used by programs
that use the System V IPC routines. that use the System V IPC routines.
.Sh AUTHOR .Sh AUTHORS
.Bl -tag .An Thorsten Lockert Aq tholo@sigmasoft.com
Thorsten Lockert <tholo@sigmasoft.com>
.El
.Sh BUGS .Sh BUGS
The returned key is computed based on the device minor number and inode of the The returned key is computed based on the device minor number and inode of the
specified specified

View File

@ -64,7 +64,7 @@ should be called before exiting.
.%T Screen Updating and Cursor Movement Optimization: A Library Package .%T Screen Updating and Cursor Movement Optimization: A Library Package
.%A Ken Arnold .%A Ken Arnold
.Re .Re
.Sh AUTHOR .Sh AUTHORS
.An Ken Arnold .An Ken Arnold
.Sh FUNCTIONS .Sh FUNCTIONS
.Bl -column "subwin(win,lines,cols,begin_y,begin_x) " .Bl -column "subwin(win,lines,cols,begin_y,begin_x) "

View File

@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd March 15, 1996
.Dt LIBDISK 3 .Dt LIBDISK 3
@ -330,9 +330,10 @@ If
.Fn slice_type_name .Fn slice_type_name
returns "unknown" for slices it isn't familar with. returns "unknown" for slices it isn't familar with.
.Ql / . .Ql / .
.Sh AUTHOR .Sh AUTHORS
.Nm Libdisk .Nm Libdisk
has been written by Poul-Henning Kamp. has been written by
.An Poul-Henning Kamp .
.Pp .Pp
This man page by This man page by
.ie t J\(:org Wunsch. .ie t J\(:org Wunsch.

View File

@ -519,8 +519,10 @@ library first appeared in
.Sh AUTHORS .Sh AUTHORS
The The
.Nm .Nm
library was written by Christos Zoulas, library was written by
and this manual was written by Luke Mewburn. .An Christos Zoulas ,
and this manual was written by
.An Luke Mewburn .
.Sh BUGS .Sh BUGS
This documentation is probably incomplete. This documentation is probably incomplete.
.Pp .Pp

View File

@ -286,7 +286,9 @@ in the chosen set.
.Sh AUTHORS .Sh AUTHORS
The The
.Nm editline .Nm editline
library was written by Christos Zoulas, library was written by
and this manual was written by Luke Mewburn, .An Christos Zoulas ,
and this manual was written by
.An Luke Mewburn ,
with some sections inspired by with some sections inspired by
.Xr tcsh 1 . .Xr tcsh 1 .

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dd June 17, 1996
.Dt ftpio 3 .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 extension of stdio by Jordan Hubbard. Also incorporates some ideas and
extensions from Jean-Marc Zucconi. extensions from Jean-Marc Zucconi.
.Sh AUTHORS .Sh AUTHORS
Jordan Hubbard, Poul-Henning Kamp and Jean-Marc Zucconi .An Jordan Hubbard ,
.An Poul-Henning Kamp
and
.An Jean-Marc Zucconi

View File

@ -6,7 +6,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" 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 .Dd October 9, 1996
.Dt MDX 3 .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 .%A RSA Laboratories
.%T Frequently Asked Questions About today's Cryptography .%T Frequently Asked Questions About today's Cryptography
.Re .Re
.Sh AUTHOR .Sh AUTHORS
The original MDX routines were developed by The original MDX routines were developed by
.Tn RSA .Tn RSA
Data Security, Inc., and published in the above references. Data Security, Inc., and published in the above references.
This code is derived directly from these implementations by Poul-Henning Kamp This code is derived directly from these implementations by
.Aq Li phk@login.dkuug.dk .An Poul-Henning Kamp Aq phk@login.dkuug.dk
.Pp .Pp
Phk ristede runen. Phk ristede runen.
.Sh HISTORY .Sh HISTORY

View File

@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dd December 22, 1996
.Dt SKEY 3 .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. simultaneous access from multiple processes.
This is not normally a problem when keys are added to or updated This is not normally a problem when keys are added to or updated
in the file, but may be problematic when keys are removed. in the file, but may be problematic when keys are removed.
.Sh AUTHOR .Sh AUTHORS
Phil Karn, Neil M. Haller, John S. Walden, Scott Chasin .An Phil Karn ,
.An Neil M. Haller ,
.An John S. Walden ,
.An Scott Chasin

View File

@ -17,7 +17,7 @@
.\" 5. Modifications may be freely made to this file providing the above .\" 5. Modifications may be freely made to this file providing the above
.\" conditions are met. .\" 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. .\" The following requests are required for all man pages.
.Dd December 16, 1995 .Dd December 16, 1995
@ -105,9 +105,9 @@ first appeared in
Other operating systems have Other operating systems have
similar functions. similar functions.
.Sh AUTHORS .Sh AUTHORS
.Sy "Peter Wemm <peter@FreeBSD.org>" .An Peter Wemm Aq peter@FreeBSD.org
stole the idea from the stole the idea from the
.Sy "Sendmail 8.7.3" .Sy "Sendmail 8.7.3"
source code by source code by
.Sy "Eric Allman <eric@sendmail.org>" . .An Eric Allman Aq eric@sendmail.org .
.\" .Sh BUGS .\" .Sh BUGS

View File

@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 .Dd August 13, 1997
.Dt VGL 3 .Dt VGL 3
@ -51,8 +51,8 @@ on different virtual consoles.
Below is a short description of the various functions: Below is a short description of the various functions:
.Sh AUTHOR .Sh AUTHORS
.An Søren Schmidt (sos@FreeBSD.org) .An Søren Schmidt Aq sos@FreeBSD.org
.Sh FUNCTIONS .Sh FUNCTIONS