Fixed some minor formatting problems to silence manck some more.

Corrected some bogus cross references to man pages that we don't/won't
have and either deleted them, or found a more appropriate man page
that we do have.  Various other minor changes to silence manck.

Manck is currently down to about 200 lines of errors, down from
the 500 - 600+ when I started all this.
This commit is contained in:
Mike Pritchard 1996-02-12 01:20:38 +00:00
parent 3656c5f4df
commit 4bd9ba3c2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14042
16 changed files with 30 additions and 47 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)acosh.3 5.2 (Berkeley) 5/6/91
.\" $Id: acosh.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $
.\" $Id: acosh.3,v 1.2 1995/03/01 05:05:19 jkh Exp $
.\"
.Dd May 6, 1991
.Dt ACOSH 3
@ -80,7 +80,6 @@ causes a reserved operand fault.
.Xr asinh 3 ,
.Xr atanh 3 ,
.Xr exp 3 ,
.Xr infnan 3 ,
.Xr math 3
.Sh HISTORY
The

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)asinh.3 6.4 (Berkeley) 5/6/91
.\" $Id: asinh.3,v 1.1.1.1 1994/08/19 09:39:41 jkh Exp $
.\" $Id: asinh.3,v 1.2 1995/03/01 05:05:27 jkh Exp $
.\"
.Dd May 6, 1991
.Dt ASINH 3
@ -68,7 +68,6 @@ return the inverse hyperbolic sine of
.Xr acosh 3 ,
.Xr atanh 3 ,
.Xr exp 3 ,
.Xr infnan 3 ,
.Xr math 3
.Sh HISTORY
The

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atanh.3 5.2 (Berkeley) 5/6/91
.\" $Id: atanh.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
.\" $Id: atanh.3,v 1.2 1995/03/01 05:05:37 jkh Exp $
.\"
.Dd May 6, 1991
.Dt ATANH 3
@ -82,7 +82,6 @@ a reserved operand fault is generated.
.Xr acosh 3 ,
.Xr asinh 3 ,
.Xr exp 3 ,
.Xr infnan 3 ,
.Xr math 3
.Sh HISTORY
The

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91
.\" $Id: exp.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
.\" $Id: exp.3,v 1.2 1995/03/01 05:05:55 jkh Exp $
.\"
.Dd July 31, 1991
.Dt EXP 3
@ -299,8 +299,7 @@ then \*(Na**0 = 1 too because x**0 = 1 for all finite
and infinite x, i.e., independently of x.
.El
.Sh SEE ALSO
.Xr math 3 ,
.Xr infnan 3
.Xr math 3
.Sh HISTORY
A
.Fn exp ,

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)j0.3 6.7 (Berkeley) 4/19/91
.\" $Id: j0.3,v 1.2 1995/03/01 05:06:20 jkh Exp $
.\" $Id: j0.3,v 1.3 1995/10/22 18:16:39 bde Exp $
.\"
.Dd April 19, 1991
.Dt J0 3
@ -148,8 +148,7 @@ is set to
.Er EDOM
and a reserve operand fault is generated.
.Sh SEE ALSO
.Xr math 3 ,
.Xr infnan 3
.Xr math 3
.Sh HISTORY
This set of functions
appeared in

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92
.\" $Id: lgamma.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
.\" $Id: lgamma.3,v 1.2 1995/03/01 05:06:23 jkh Exp $
.\"
.Dd December 3, 1992
.Dt LGAMMA 3
@ -122,8 +122,7 @@ For large non-integer negative values,
.Fn gamma
will underflow.
.Sh SEE ALSO
.Xr math 3 ,
.Xr infnan 3
.Xr math 3
.Sh HISTORY
The
.Nm lgamma

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)math.3 6.10 (Berkeley) 5/6/91
.\" $Id: math.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
.\" $Id: math.3,v 1.2 1995/03/01 05:06:27 jkh Exp $
.\"
.TH MATH 3M "May 6, 1991"
.UC 4
@ -82,7 +82,6 @@ fabs floor.3m absolute value 0
floor floor.3m integer no greater than 0
hypot hypot.3m Euclidean distance 1
ilogb ieee.3m exponent extraction 0
infnan infnan.3m signals exceptions
j0 j0.3m bessel function ???
j1 j0.3m bessel function ???
jn j0.3m bessel function ???
@ -244,7 +243,7 @@ The situation is described in more detail in manual pages.
to be replaced at some time in the foreseeable future by a
more flexible but still uniform scheme being developed to
handle all floating\-point arithmetic exceptions neatly.
See infnan(3M) for the present state of affairs.\fR
.\" See infnan(3M) for the present state of affairs.\fR
.ll +0.5i
.RE
.PP

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91
.\" $Id: sqrt.3,v 1.1.1.1 1994/08/19 09:39:42 jkh Exp $
.\" $Id: sqrt.3,v 1.2 1995/03/01 05:06:41 jkh Exp $
.\"
.Dd May 6, 1991
.Dt SQRT 3
@ -121,8 +121,7 @@ in the
.Em P Ns lace
carried.
.Sh SEE ALSO
.Xr math 3 ,
.Xr infnan 3
.Xr math 3
.Sh STANDARDS
The
.Nm sqrt

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)swapon.8 8.1 (Berkeley) 6/5/93
.\" $Id$
.\" $Id: dumpon.8,v 1.1 1995/05/12 19:10:08 wollman Exp $
.\"
.Dd May 12, 1995
.Dt DUMPON 8
@ -81,7 +81,7 @@ or to
is the text string
.Dq Li off .
.Sh SEE ALSO
.Xr dumpon 2 ,
.Xr sysctl 3 ,
.Xr init 8 ,
.Xr rc 8 ,
.Xr savecore 8

View File

@ -6,9 +6,9 @@
.Dd March 13, 1995
.Dt FPA 4 i386
.Dt FEA 4 i386
.Os
.Os FreeBSD
.Sh NAME
.Nm fpa ,
.Nm fpa ,
.Nm fea
.Nd Device Drivers for DEC FDDI Controllers
.Sh SYNOPSIS

View File

@ -1,11 +1,11 @@
.\" $Id: si.4,v 1.2 1995/12/28 21:47:58 adam Exp $
.\" $Id: si.4,v 1.3 1995/12/29 01:39:06 peter Exp $
.\" The following requests are required for all man pages.
.Dd September 16, 1995
.Os FreeBSD
.Dt SI 4
.Sh NAME
.Nm si
- Driver for Specialix International SI/XIO 8-32 port intelligent serial card.
.Nd Driver for Specialix International SI/XIO 8-32 port intelligent serial card.
.Sh SYNOPSIS
.Nm "device si0 at isa? tty irq 12 iomem 0xd0000 vector siintr"
.Sh DESCRIPTION

View File

@ -1,11 +1,11 @@
.\" $Id: si.4,v 1.2 1995/12/28 21:47:58 adam Exp $
.\" $Id: si.4,v 1.3 1995/12/29 01:39:06 peter Exp $
.\" The following requests are required for all man pages.
.Dd September 16, 1995
.Os FreeBSD
.Dt SI 4
.Sh NAME
.Nm si
- Driver for Specialix International SI/XIO 8-32 port intelligent serial card.
.Nd Driver for Specialix International SI/XIO 8-32 port intelligent serial card.
.Sh SYNOPSIS
.Nm "device si0 at isa? tty irq 12 iomem 0xd0000 vector siintr"
.Sh DESCRIPTION

View File

@ -43,7 +43,7 @@ The shell script
found in the ``/dev'' directory, is used to create the common special
files.
See
.IR special (8)
.IR intro (4)
for a more complete discussion of special files.
.PP
.I MAKEDEV
@ -101,5 +101,4 @@ QIC-interfaced (e.g. not SCSI) 3M cartridge tape
.SH SEE ALSO
.IR intro (4),
.IR config (8),
.IR mknod (8),
.IR special (8)
.IR mknod (8)

View File

@ -43,7 +43,7 @@ The shell script
found in the ``/dev'' directory, is used to create the common special
files.
See
.IR special (8)
.IR intro (4)
for a more complete discussion of special files.
.PP
.I MAKEDEV
@ -101,5 +101,4 @@ QIC-interfaced (e.g. not SCSI) 3M cartridge tape
.SH SEE ALSO
.IR intro (4),
.IR config (8),
.IR mknod (8),
.IR special (8)
.IR mknod (8)

View File

@ -22,9 +22,6 @@
.CT 1 prog_other
.SH NAME
f2c \- Convert Fortran 77 to C or C++
. \" f\^2c changed to f2c in the previous line for the benefit of
. \" people on systems (e.g. Sun systems) whose makewhatis cannot
. \" cope with troff formatting commands.
.SH SYNOPSIS
.B f\^2c
[
@ -325,13 +322,10 @@ output file
.F /usr/include/f2c.h
header file
.TP
.F /usr/lib/libF77.a
intrinsic function library
.F /usr/lib/libf2c.a
intrinsic functions and Fortran I/O library
.TP
.F /usr/lib/libI77.a
Fortran I/O library
.TP
.F /lib/libc.a
.F /usr/lib/libc.a
C library, see section 3
.SH "SEE ALSO"
S. I. Feldman and

View File

@ -1,8 +1,7 @@
.TH FILE 1 "Copyright but distributable"
.\# $Id: file.1,v 1.4 1996/01/30 13:48:59 mpp Exp $
.\# $Id: file.1,v 1.5 1996/02/02 00:25:40 mpp Exp $
.SH NAME
file
\- determine file type
file \- determine file type
.SH SYNOPSIS
.B file
[