Correct some manual page cross reference errors. E.g. su is a section

one man page, not section eight.  This is the first round of such changes
and only fixes man pages in manual section one.
This commit is contained in:
Mike Pritchard 1996-02-02 00:26:12 +00:00
parent 7762115a5b
commit 7c87ef470d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13835
13 changed files with 26 additions and 30 deletions

View File

@ -1,4 +1,4 @@
''' $Id: uustat.1,v 1.12 1995/06/26 20:34:30 ian Rel $
''' $Id: uustat.1,v 1.5 1995/08/19 21:30:18 ache Exp $
.TH uustat 1 "Taylor UUCP 1.06"
.SH NAME
uustat \- UUCP status inquiry and control
@ -545,7 +545,7 @@ configuration file, so these are only approximations.
/var/spool/uucp -
UUCP spool directory.
.SH SEE ALSO
ps(1), rmail(1), uucp(1), uux(1), uucico(8), uuxqt(8)
ps(1), rmail(8), uucp(1), uux(1), uucico(8), uuxqt(8)
.SH AUTHOR
Ian Lance Taylor
(ian@airs.com)

View File

@ -609,7 +609,7 @@ The input to
must be in the format output by
.BR @g@troff (@MAN1EXT@).
This is described in
.BR groff_out (@MAN1EXT@).
.BR groff_out (@MAN5EXT@).
In addition the device and font description files for the device used
must meet certain requirements.
The device and font description files supplied for

View File

@ -7,11 +7,13 @@ MAN1= gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1 zgrep.1
CFLAGS+=-DASMV -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1
MLINKS= gzip.1 gunzip.1 gzip.1 zcat.1 gzip.1 gzcat.1
MLINKS+= zgrep.1 zfgrep.1 zgrep.1 zegrep.1
MLINKS+= zdiff.1 zcmp.1
LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip
LINKS+= ${BINDIR}/gzip ${BINDIR}/gzcat
LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
LINKS+= ${BINDIR}/zgrep ${BINDIR}/zegrep
LINKS+= ${BINDIR}/zgrep ${BINDIR}/zfgrep
LINKS+= ${BINDIR}/zdiff ${BINDIR}/zcmp
NOSHARED=yes
beforeinstall:

View File

@ -367,8 +367,7 @@ explicit command line parameters. For example:
On Vax/VMS, the name of the environment variable is GZIP_OPT, to
avoid a conflict with the symbol set for invocation of the program.
.SH "SEE ALSO"
znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1),
pack(1), compact(1)
znew(1), zcmp(1), zmore(1), zforce(1), gzexe(1), zip(1), unzip(1), compress(1)
.SH "DIAGNOSTICS"
Exit status is normally 0;
if an error occurs, exit status is 1. If a warning occurs, exit status is 2.

View File

@ -217,7 +217,7 @@ By default,
.I bdes
does too, but this may be changed from the command line.
.SH SEE ALSO
crypt(1), crypt(3), getpass(3)
crypt(3), getpass(3)
.sp
.IR "Data Encryption Standard" ,
Federal Information Processing Standard #46,

View File

@ -4,7 +4,7 @@
.\"
.\" nroff -man ee.1
.\"
.\" $Header: /home/ncvs/src/usr.bin/ee/ee.1,v 1.1.1.1 1995/08/30 07:28:06 jkh Exp $
.\" $Header: /home/ncvs/src/usr.bin/ee/ee.1,v 1.2 1996/01/30 13:48:39 mpp Exp $
.\"
.\"
.TH ee 1 "" "" "" ""
@ -504,5 +504,5 @@ copyright. All rights are reserved.
Copyright (c) 1990, 1991, 1992, 1993 Hugh Mahon.
.SH "SEE ALSO"
.PP
termcap(4), terminfo(4), environ(5), spell(1), ispell(1), lp(1)
termcap(5), terminfo(5), environ(7), spell(1), ispell(1), lp(1)

View File

@ -1,5 +1,5 @@
.TH FILE 1 "Copyright but distributable"
.\# $Id: file.1,v 1.3 1996/01/23 12:40:09 mpp Exp $
.\# $Id: file.1,v 1.4 1996/01/30 13:48:59 mpp Exp $
.SH NAME
file
\- determine file type
@ -138,7 +138,7 @@ can be used to set the default magic number files.
.IR magic (5)
\- description of magic file format.
.br
.IR Strings (1), " od" (1)
.IR strings (1), " od" (1)
\- tools for examining non-textfiles.
.SH STANDARDS CONFORMANCE
This program is believed to exceed the System V Interface Definition

View File

@ -321,4 +321,4 @@ Implement the \-x option:
"%07.7_ax " 8/2 "%04x " "\en"
.Ed
.Sh SEE ALSO
.Xr adb 1
.Xr gdb 1

View File

@ -144,7 +144,7 @@ is \f3proto.x\f1, then the client side sample file is written to
and the sample makefile to \f3makefile.proto\f1.
.LP
The server created can be started both by the port monitors
(for example, \f3inetd\f1 or \f3listen\f1)
(for example, \f3inetd\f1)
or by itself.
When it is started by a port monitor,
it creates servers only for the transport for which
@ -326,7 +326,7 @@ a non-zero value explicitly to override this default.
.TP
\f3\-I\f1
Compile support for
.BR inetd (1M)
.BR inetd (8)
in the server side stubs.
Such servers can be self-started or can be started by \f3inetd\f1.
When the server is self-started, it backgrounds itself by default.
@ -363,8 +363,7 @@ To create a server that never exits, the appropriate argument is
\f3\-K \-1\fP.
.IP
When monitoring for a server,
some portmonitors, like
.BR listen (1M),
some portmonitors
.I always
spawn a new process in response to a service request.
If it is known that a server will be used with such a monitor, the
@ -541,8 +540,7 @@ use:
.RE
.SH "SEE ALSO"
.BR cc (1B),
.BR inetd (1M),
.BR listen (1M),
.BR inetd (8),
.BR syslog (3),
.BR rpc (3N),
.\" .BR rpc_svc_calls (3N)

View File

@ -160,14 +160,11 @@ The default filename of the terminfo source file.
The default filename of the termcap database.
.PD
.SH "SEE ALSO"
captoinfo(1M),
tic(1M),
infocmp(1M),
termcap(3),
curses(3X),
term(4),
termcap(4),
terminfo(4).
curses(3),
term(5),
termcap(5),
terminfo(5).
.SH DIAGNOSTICS
The line number of a warning message when translating a file
may refer to the last line of an entry instead of the line in the entry

View File

@ -114,8 +114,8 @@ case insensitive) nor is a notification sent if a
or
.Dq Precedence: junk
line is included in the mail headers.
The people who have sent you messages are maintained as an
.Xr ndbm 3
The people who have sent you messages are maintained as a
.Xr hash 3
database in the file
.Pa .vacation.db
in your home directory.

View File

@ -142,7 +142,7 @@ terminal. A
.Xr termcap 5
entry tailored to this window is created
and passed as environment
.Xr (environ 5 )
.Xr (environ 7 )
variable
.Ev TERMCAP .
The termcap entry contains the window's size and

View File

@ -1,4 +1,4 @@
.\" @(#) $Id: /home/ncvs/src/usr.sbin/tcpdump/tcpdump/tcpdump.1,v 1.3 1995/03/08 12:52:47 olah Exp $ (LBL)
.\" @(#) $Id: tcpdump.1,v 1.4 1995/09/22 17:24:51 wollman Exp $ (LBL)
.\"
.\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994
.\" The Regents of the University of California. All rights reserved.
@ -1122,7 +1122,7 @@ ethernet interface removed the packet from the wire and when the kernel
serviced the `new packet' interrupt (of course,
with Sun's lousy clock resolution this time lag is negligible.)
.SH "SEE ALSO"
traffic(1C), nit(4P), bpf(4)
bpf(4)
.SH AUTHORS
Van Jacobson (van@helios.ee.lbl.gov),
Craig Leres (leres@helios.ee.lbl.gov) and
@ -1141,7 +1141,7 @@ We recommend that you use the latter.
\fItcpdump\fP for Ultrix requires Ultrix version 4.0 or later; the kernel
has to have been built with the \fIpacketfilter\fP pseudo-device driver
(see
.IR packetfilter (4)).
.IR bpf (4)).
In order to watch either your own outbound or inbound traffic,
you will need to use Ultrix version 4.2 or later, and you will have
to have used the