mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Correct a bunch of man page cross references and generally
try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
This commit is contained in:
parent
f3e79aa705
commit
78b0b234eb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14038
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)hostname.1 8.1 (Berkeley) 5/31/93
|
||||
.\" $Id$
|
||||
.\" $Id: hostname.1,v 1.2 1994/09/24 02:55:40 davidg Exp $
|
||||
.\"
|
||||
.Dd May 31, 1993
|
||||
.Dt HOSTNAME 1
|
||||
@ -58,7 +58,7 @@ Trims off any domain information from the printed
|
||||
name.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gethostname 2
|
||||
.Xr gethostname 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm hostname
|
||||
|
@ -178,14 +178,14 @@ Raw local password database (only used when
|
||||
.Fl m
|
||||
option isn't supplied)
|
||||
.Sh SEE ALSO
|
||||
.Xr passwd 5 ,
|
||||
.Xr passwd 1 ,
|
||||
.Xr portmap 8 ,
|
||||
.Xr yppasswd 1 ,
|
||||
.Xr ypcat 1 ,
|
||||
.Xr ypchsh 1 ,
|
||||
.Xr ypchfn 1 ,
|
||||
.Xr yppasswd 1 ,
|
||||
.Xr passwd 5 ,
|
||||
.Xr ypserv 8 ,
|
||||
.Xr ypcat 8 .
|
||||
.Xr portmap 8 .
|
||||
.Sh COPYRIGHT
|
||||
.Nm yppasswdd
|
||||
is copyright (C) Olaf Kirch. You can use and distribute it
|
||||
|
@ -57,10 +57,10 @@ returns the 32-bit identifier for the current processor.
|
||||
.Pp
|
||||
This function has been deprecated.
|
||||
The hostid should be set or retrieved by use of
|
||||
.Xr sysctl 2 .
|
||||
.Xr sysctl 3 .
|
||||
.Sh SEE ALSO
|
||||
.Xr sysctl 2 ,
|
||||
.Xr gethostname 3 ,
|
||||
.Xr sysctl 3 ,
|
||||
.Xr sysctl 8 .
|
||||
.Sh BUGS
|
||||
32 bits for the identifier is too small.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# From: @(#)Makefile.inc 8.3 (Berkeley) 4/16/94
|
||||
# $Id: Makefile.inc,v 1.16 1995/05/30 05:40:08 rgrimes Exp $
|
||||
# $Id: Makefile.inc,v 1.17 1996/01/22 00:00:45 julian Exp $
|
||||
|
||||
# machine-independent gen sources
|
||||
.PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen
|
||||
@ -62,7 +62,7 @@ MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
|
||||
directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
|
||||
directory.3 telldir.3
|
||||
MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 execv.3 \
|
||||
exec.3 execvp.3
|
||||
exec.3 execvp.3 exec.3 exect.3
|
||||
MLINKS+=err.3 verr.3 err.3 errx.3 err.3 verrx.3 err.3 warn.3 err.3 vwarn.3 \
|
||||
err.3 warnx.3 err.3 vwarnx.3
|
||||
MLINKS+=isinf.3 isnan.3
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" From: @(#)err.3 8.1 (Berkeley) 6/9/93
|
||||
.\" $Id$
|
||||
.\" $Id: err.3,v 1.2 1995/04/13 18:04:05 wollman Exp $
|
||||
.\"
|
||||
.Dd April 13, 1995
|
||||
.Dt ERR 3
|
||||
@ -107,7 +107,7 @@ functions do not return, but exit with the value of the argument
|
||||
The
|
||||
.Fn err_set_exit
|
||||
function can be used to specify a function which is called before
|
||||
.Xr exit 2
|
||||
.Xr exit 3
|
||||
to perform any necessary cleanup; passing a null function pointer for
|
||||
.Va exitf
|
||||
resets the hook to do nothing.
|
||||
@ -135,6 +135,7 @@ if ((fd = open(block_device, O_RDONLY, 0)) == -1)
|
||||
err(1, "%s", block_device);
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr exit 3 ,
|
||||
.Xr strerror 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -213,10 +213,9 @@ for any of the errors specified for the library function
|
||||
.Xr sh 1 ,
|
||||
.Xr execve 2 ,
|
||||
.Xr fork 2 ,
|
||||
.Xr trace 2 ,
|
||||
.Xr environ 7 ,
|
||||
.Xr ktrace 2 ,
|
||||
.Xr ptrace 2 ,
|
||||
.Xr environ 7 ,
|
||||
.Xr environ 7 .
|
||||
.Sh COMPATIBILITY
|
||||
Historically, the default path for the
|
||||
.Fn execlp
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" From: @(#)gethostname.3 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id$
|
||||
.\" $Id: getbootfile.3,v 1.1 1994/09/23 20:21:59 wollman Exp $
|
||||
.\"
|
||||
.Dd September 23, 1994
|
||||
.Dt GETBOOTFILE 3
|
||||
@ -48,7 +48,7 @@ The
|
||||
function retrieves the full pathname of the file from which the
|
||||
current kernel was loaded, and returns a static pointer to the name.
|
||||
A read/write interface to this information is available via the
|
||||
.Xr sysctl 2
|
||||
.Xr sysctl 3
|
||||
MIB variable
|
||||
.Dq Li kern.bootfile .
|
||||
.Sh RETURN VALUES
|
||||
@ -57,7 +57,7 @@ fails, a a null pointer is returned and an error code is
|
||||
placed in the global location
|
||||
.Va errno .
|
||||
.Sh SEE ALSO
|
||||
.Xr sysctl 2
|
||||
.Xr sysctl 3
|
||||
.Sh BUGS
|
||||
If the boot blocks have not been modified to pass this information into
|
||||
the kernel at boot time, the static string
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)getdomainname.2 6.7 (Berkeley) 3/10/91
|
||||
.\" $Id: getdomainname.2,v 1.1 1993/10/25 03:11:30 rgrimes Exp $
|
||||
.\" $Id: getdomainname.3,v 1.1 1994/12/18 14:06:39 guido Exp $
|
||||
.\"
|
||||
.Dd March 10, 1991
|
||||
.Dt GETDOMAINNAME 3
|
||||
@ -83,8 +83,8 @@ invalid address.
|
||||
The caller tried to set the domainname and was not the super-user.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr sysctl 2
|
||||
.Xr gethostid 3
|
||||
.Xr gethostid 3 ,
|
||||
.Xr sysctl 3
|
||||
.Sh BUGS
|
||||
Host names are limited to
|
||||
.Dv MAXHOSTNAMELEN
|
||||
|
@ -82,8 +82,8 @@ invalid address.
|
||||
The caller tried to set the hostname and was not the super-user.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr sysctl 2
|
||||
.Xr gethostid 3
|
||||
.Xr gethostid 3 ,
|
||||
.Xr sysctl 3
|
||||
.Sh BUGS
|
||||
Host names are limited to
|
||||
.Dv MAXHOSTNAMELEN
|
||||
|
@ -55,8 +55,8 @@ If the load average was unobtainable, \-1 is returned; otherwise,
|
||||
the number of samples actually retrieved is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr uptime 1 ,
|
||||
.Xr sysctl 2 ,
|
||||
.Xr kvm_getloadavg 3
|
||||
.Xr kvm_getloadavg 3 ,
|
||||
.Xr sysctl 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getloadavg
|
||||
|
@ -180,12 +180,12 @@ The current password file
|
||||
A Version 7 format password file
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr getlogin 3 ,
|
||||
.Xr getlogin 2 ,
|
||||
.Xr getgrent 3 ,
|
||||
.Xr yp 4 ,
|
||||
.Xr passwd 5 ,
|
||||
.Xr pwd_mkdb 8 ,
|
||||
.Xr vipw 8 ,
|
||||
.Xr yp 4
|
||||
.Xr vipw 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm getpwent ,
|
||||
|
@ -44,7 +44,8 @@
|
||||
.Nm setjmp ,
|
||||
.Nm longjmp ,
|
||||
.Nm _setjmp ,
|
||||
.Nm _longjmp longjmperror
|
||||
.Nm _longjmp ,
|
||||
.Nm longjmperror
|
||||
.Nd non-local jumps
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <setjmp.h>
|
||||
|
@ -68,7 +68,7 @@ underlying terminal device represented by
|
||||
is not the controlling terminal.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr setpgid 3 ,
|
||||
.Xr setpgid 2 ,
|
||||
.Xr setsid 2 ,
|
||||
.Xr tcsetpgrp 3
|
||||
.Sh STANDARDS
|
||||
|
@ -89,7 +89,7 @@ argument does not match the process group ID of a process in the same
|
||||
session as the calling process.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr setpgid 3 ,
|
||||
.Xr setpgid 2 ,
|
||||
.Xr setsid 2 ,
|
||||
.Xr tcgetpgrp 3
|
||||
.Sh STANDARDS
|
||||
|
@ -38,7 +38,7 @@
|
||||
.Dt EUC 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm EUC
|
||||
.Nm euc
|
||||
.Nd EUC encoding of runes
|
||||
.Sh SYNOPSIS
|
||||
\fBENCODING "EUC"\fP
|
||||
|
@ -38,7 +38,7 @@
|
||||
.Dt EUC 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm EUC
|
||||
.Nm euc
|
||||
.Nd EUC encoding of runes
|
||||
.Sh SYNOPSIS
|
||||
\fBENCODING "EUC"\fP
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\" $Id: ethers.3,v 1.1 1995/04/12 22:28:49 wpaul Exp $
|
||||
.\"
|
||||
.Dd April 12, 1995
|
||||
.Dt ETHERS 3
|
||||
@ -169,8 +169,8 @@ maps in addition to the data in the
|
||||
.Pa /etc/ethers
|
||||
file.
|
||||
.Sh SEE ALSO
|
||||
.Xr ethers 5 ,
|
||||
.Xr yp 8
|
||||
.Xr yp 4 ,
|
||||
.Xr ethers 5
|
||||
.Sh BUGS
|
||||
.Pp
|
||||
The
|
||||
|
@ -61,7 +61,7 @@ function
|
||||
never returns.
|
||||
.Sh SEE ALSO
|
||||
.Xr sigaction 2 ,
|
||||
.Xr exit 2
|
||||
.Xr exit 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn abort
|
||||
|
@ -59,10 +59,10 @@ If the allocation failed, a
|
||||
pointer is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr brk 2 ,
|
||||
.Xr pagesize 2
|
||||
.Xr calloc 3 ,
|
||||
.Xr getpagesize 3 ,
|
||||
.Xr malloc 3 ,
|
||||
.Xr realloc 3 ,
|
||||
.Xr realloc 3
|
||||
.Sh BUGS
|
||||
The
|
||||
.Fn alloca
|
||||
|
@ -162,9 +162,9 @@ function returns either a null pointer or a pointer
|
||||
to the possibly moved allocated space.
|
||||
.Sh SEE ALSO
|
||||
.Xr brk 2 ,
|
||||
.Xr pagesize 2 ,
|
||||
.Xr calloc 3 ,
|
||||
.Xr alloca 3 ,
|
||||
.Xr calloc 3 ,
|
||||
.Xr getpagesize 3 ,
|
||||
.Xr memory 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -115,5 +115,5 @@ degenerate to the identity function.
|
||||
difftime(3),
|
||||
localtime(3),
|
||||
mktime(3),
|
||||
time(2)
|
||||
time(3)
|
||||
.\" @(#)time2posix.3 7.3
|
||||
|
@ -267,9 +267,10 @@ the real
|
||||
is ``root'', then the program has some of the powers
|
||||
of a super-user as well.
|
||||
.Sh SEE ALSO
|
||||
.Xr exit 2 ,
|
||||
.Xr _exit 2 ,
|
||||
.Xr fork 2 ,
|
||||
.Xr execl 3 ,
|
||||
.Xr exit 3 ,
|
||||
.Xr environ 7
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -70,7 +70,7 @@ indicate an error.
|
||||
.Sh SEE ALSO
|
||||
.Xr getuid 2 ,
|
||||
.Xr setregid 2 ,
|
||||
.Xr setgid 3
|
||||
.Xr setgid 2
|
||||
.Sh STANDARDS
|
||||
.Fn Getgid
|
||||
and
|
||||
|
@ -63,7 +63,7 @@ and
|
||||
functions are always successful, and no return value is reserved to
|
||||
indicate an error.
|
||||
.Sh SEE ALSO
|
||||
.Xr gethostid 2
|
||||
.Xr gethostid 3
|
||||
.Sh STANDARDS
|
||||
.Fn Getpid
|
||||
and
|
||||
|
@ -171,7 +171,8 @@ raised the maximum limit value, and the caller is not the super-user.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr csh 1 ,
|
||||
.Xr quota 2 ,
|
||||
.Xr quota 1 ,
|
||||
.Xr quotactl 2 ,
|
||||
.Xr sigaltstack 2 ,
|
||||
.Xr sigvec 2 ,
|
||||
.Xr sysctl 3
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)getsockopt.2 8.3 (Berkeley) 4/19/94
|
||||
.\" $Id: getsockopt.2,v 1.2 1995/11/03 18:34:36 wollman Exp $
|
||||
.\" $Id: getsockopt.2,v 1.3 1996/01/22 00:01:59 julian Exp $
|
||||
.\"
|
||||
.Dd November 3, 1995
|
||||
.Dt GETSOCKOPT 2
|
||||
@ -382,12 +382,12 @@ this error may also be returned if
|
||||
is not in a valid part of the process address space.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr sysctl 1 ,
|
||||
.Xr ioctl 2 ,
|
||||
.Xr socket 2 ,
|
||||
.Xr getprotoent 3 ,
|
||||
.Xr sysctl 3 ,
|
||||
.Xr protocols 5
|
||||
.Xr protocols 5 ,
|
||||
.Xr sysctl 8
|
||||
.Sh BUGS
|
||||
Several of the socket options should be handled at lower levels of the system.
|
||||
.Sh HISTORY
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" From: @(#)listen.2 8.2 (Berkeley) 12/11/93
|
||||
.\" $Id: listen.2,v 1.3 1995/11/03 18:34:38 wollman Exp $
|
||||
.\" $Id: listen.2,v 1.4 1996/01/22 00:02:02 julian Exp $
|
||||
.\"
|
||||
.Dd November 3, 1995
|
||||
.Dt LISTEN 2
|
||||
@ -123,11 +123,11 @@ The socket is not of a type that supports the operation
|
||||
.Fn listen .
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr sysctl 1 ,
|
||||
.Xr accept 2 ,
|
||||
.Xr connect 2 ,
|
||||
.Xr socket 2 ,
|
||||
.Xr sysctl 3
|
||||
.Xr sysctl 3 ,
|
||||
.Xr sysctl 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -202,14 +202,14 @@ parameter wasn't available.
|
||||
.Dv MAP_ANON
|
||||
was specified and insufficient memory was available.
|
||||
.Sh "SEE ALSO"
|
||||
.Xr getpagesize 2 ,
|
||||
.Xr msync 2 ,
|
||||
.Xr munmap 2 ,
|
||||
.Xr mprotect 2 ,
|
||||
.Xr madvise 2 ,
|
||||
.Xr mincore 2 ,
|
||||
.Xr mlock 2 ,
|
||||
.Xr munlock 2
|
||||
.Xr munlock 2 ,
|
||||
.Xr getpagesize 3
|
||||
|
||||
.Sh BUGS
|
||||
.Ar len
|
||||
|
@ -68,12 +68,12 @@ parameter was negative, or
|
||||
some part of the region being unmapped is not part of the currently
|
||||
valid address space.
|
||||
.Sh "SEE ALSO"
|
||||
.Xr getpagesize 2 ,
|
||||
.Xr msync 2 ,
|
||||
.Xr munmap 2 ,
|
||||
.Xr mprotect 2 ,
|
||||
.Xr madvise 2 ,
|
||||
.Xr mincore 2
|
||||
.Xr mincore 2 ,
|
||||
.Xr getpagesize 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn munmap
|
||||
|
@ -27,7 +27,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: $
|
||||
.\" $Id: rtprio.2,v 1.3 1995/08/05 07:31:19 bde Exp $
|
||||
.\"
|
||||
.Dd July 23, 1994
|
||||
.Dt RTPRIO 2
|
||||
@ -101,6 +101,6 @@ implementation in FreeBSD was substantially rewritten by David Greenman.
|
||||
.Xr rtprio 1 ,
|
||||
.Xr nice 1 ,
|
||||
.Xr ps 1 ,
|
||||
.Xr nice 2 ,
|
||||
.Xr setpriority 2 ,
|
||||
.Xr nice 3 ,
|
||||
.Xr renice 8
|
||||
|
||||
|
@ -68,7 +68,7 @@ group ID of a process other than the calling process matches the process
|
||||
ID of the calling process.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr setpgid 3 ,
|
||||
.Xr setpgid 2 ,
|
||||
.Xr tcgetpgrp 3 ,
|
||||
.Xr tcsetpgrp 3
|
||||
.Sh STANDARDS
|
||||
|
@ -156,7 +156,7 @@ One of the first three macros will evaluate to a non-zero (true) value:
|
||||
True if the process terminated normally by a call to
|
||||
.Xr _exit 2
|
||||
or
|
||||
.Xr exit 2 .
|
||||
.Xr exit 3 .
|
||||
.It Fn WIFSIGNALED status
|
||||
True if the process terminated due to receipt of a signal.
|
||||
.It Fn WIFSTOPPED status
|
||||
@ -178,7 +178,7 @@ is true, evaluates to the low-order 8 bits
|
||||
of the argument passed to
|
||||
.Xr _exit 2
|
||||
or
|
||||
.Xr exit 2
|
||||
.Xr exit 3
|
||||
by the child.
|
||||
.It Fn WTERMSIG status
|
||||
If
|
||||
@ -287,8 +287,9 @@ and the ability to restart a pending
|
||||
.Fn wait
|
||||
call are extensions to the POSIX interface.
|
||||
.Sh SEE ALSO
|
||||
.Xr exit 2 ,
|
||||
.Xr sigaction 2
|
||||
.Xr _exit 2 ,
|
||||
.Xr sigaction 2 ,
|
||||
.Xr exit 3
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Nm
|
||||
|
@ -75,7 +75,7 @@ Daylight Saving time applies locally during the appropriate part of the year.
|
||||
.Sh SEE ALSO
|
||||
.Xr gettimeofday 2 ,
|
||||
.Xr settimeofday 2 ,
|
||||
.Xr time 2 ,
|
||||
.Xr time 3 ,
|
||||
.Xr ctime 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -131,9 +131,9 @@ These numbers account only for real
|
||||
data supplied by the caching mechanism is charged only
|
||||
to the first process to read or write the data.
|
||||
.Sh SEE ALSO
|
||||
.Xr time 2 ,
|
||||
.Xr wait3 2 ,
|
||||
.Xr getrusage 2
|
||||
.Xr getrusage 2 ,
|
||||
.Xr time 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn vlimit
|
||||
|
@ -29,7 +29,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: cuserid.3,v 1.1 1995/04/10 18:48:03 joerg Exp $
|
||||
.\"
|
||||
.Dd April 10, 1995
|
||||
.Os
|
||||
@ -79,4 +79,4 @@ the buffer
|
||||
will be filled with a null string.
|
||||
.Sh SEE ALSO
|
||||
.Xr getpwuid 3 ,
|
||||
.Xr geteuid 3 .
|
||||
.Xr geteuid 2 .
|
||||
|
@ -107,9 +107,9 @@ Otherwise, it is converted as a decimal number.
|
||||
None. (See
|
||||
.Sx BUGS . )
|
||||
.Sh SEE ALSO
|
||||
.Xr ns 4 ,
|
||||
.Xr hosts 5 ,
|
||||
.Xr networks 5 ,
|
||||
.Xr ns 5 ,
|
||||
.Xr networks 5
|
||||
.Sh HISTORY
|
||||
The precursor
|
||||
.Fn ns_addr
|
||||
|
@ -51,7 +51,6 @@ for more information on what characters the key and salt can contain
|
||||
and how the encrypted value is calculated.
|
||||
.Sh SEE ALSO
|
||||
.Xr login 1 ,
|
||||
.Xr crypt 1 ,
|
||||
.Xr crypt 3
|
||||
.Sh HISTORY
|
||||
A
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: ypxfr.8,v 1.2 1995/12/25 02:54:39 wpaul Exp $
|
||||
.\" $Id: ypxfr.8,v 1.1.1.1 1995/12/25 03:07:13 wpaul Exp $
|
||||
.\"
|
||||
.Dd February 5, 1995
|
||||
.Dt YPXFR 8
|
||||
@ -200,8 +200,8 @@ The name of the map to transfer.
|
||||
The NIS maps for a particular NIS domain.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr yp 4 ,
|
||||
.Xr ypserv 8 ,
|
||||
.Xr yppush 8 ,
|
||||
.Xr yp 4
|
||||
.Xr yppush 8
|
||||
.Sh AUTHOR
|
||||
Bill Paul <wpaul@ctr.columbia.edu>
|
||||
|
@ -177,9 +177,9 @@ Set the interval between transmitting the
|
||||
messages.
|
||||
The default time is 600 seconds.
|
||||
.SH "SEE ALSO"
|
||||
.BR routed (8C)
|
||||
.BR icmp (7),
|
||||
.BR inet (7)
|
||||
.BR routed (8)
|
||||
.BR icmp (4),
|
||||
.BR inet (4)
|
||||
.LP
|
||||
Deering, S.E.,ed
|
||||
.RI `` "ICMP Router Discovery Messages" ,''
|
||||
|
@ -91,10 +91,10 @@ Normally, the
|
||||
utility is used when the system needs to be halted or restarted, giving
|
||||
users advance warning of their impending doom.
|
||||
.Sh SEE ALSO
|
||||
.Xr sync 1 ,
|
||||
.Xr utmp 5 ,
|
||||
.Xr boot 8 ,
|
||||
.Xr shutdown 8
|
||||
.Xr shutdown 8 ,
|
||||
.Xr sync 8
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Nm reboot
|
||||
|
@ -366,10 +366,10 @@ devices
|
||||
.Sh DIAGNOSTICS
|
||||
None.
|
||||
.Sh SEE ALSO
|
||||
.Xr disklabel 1 ,
|
||||
.Xr scsi 4 ,
|
||||
.Xr sd 4 ,
|
||||
.Xr disklabel 5
|
||||
.Xr disklabel 5 ,
|
||||
.Xr disklabel 8
|
||||
.Sh BUGS
|
||||
The names of the structures used for the third argument to
|
||||
.Fn ioctl
|
||||
|
@ -35,7 +35,7 @@
|
||||
.Dt ESIS 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm es-is
|
||||
.Nm esis
|
||||
.Nd End System to Intermediate System Routing Protocol
|
||||
.Sh SYNOPSIS
|
||||
.Sy pseudo-device
|
||||
|
@ -67,4 +67,4 @@ floppy tape (QIC40/80 driver source
|
||||
.Sh SEE ALSO
|
||||
.Xr disktab 5
|
||||
.Xr fdformat 1
|
||||
.Xr ft 1
|
||||
.Xr ft 8
|
||||
|
@ -10,8 +10,7 @@
|
||||
.Sh NAME
|
||||
.Nm fpa ,
|
||||
.Nm fea
|
||||
.Nd
|
||||
Device Drivers for DEC FDDI Controllers
|
||||
.Nd Device Drivers for DEC FDDI Controllers
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device fpa0"
|
||||
.Cd "device fea0 at isa? net irq ? vector feaintr"
|
||||
|
@ -23,7 +23,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: intro.4,v 1.1 1996/01/21 14:01:49 joerg Exp $
|
||||
.\"
|
||||
.Dd January 20, 1996
|
||||
.Dt INTRO 4
|
||||
@ -162,7 +162,7 @@ architecture
|
||||
.Xr socket 2 ,
|
||||
.Xr hier 7 ,
|
||||
.Xr config 8 ,
|
||||
.Xr MAKEDEV 7 ,
|
||||
.Xr MAKEDEV 8 ,
|
||||
.Xr devfs 5 Pq not yet existent .
|
||||
.Sh AUTHORS
|
||||
This man page has been written by
|
||||
|
@ -67,4 +67,4 @@ floppy tape (QIC40/80 driver source
|
||||
.Sh SEE ALSO
|
||||
.Xr disktab 5
|
||||
.Xr fdformat 1
|
||||
.Xr ft 1
|
||||
.Xr ft 8
|
||||
|
@ -20,7 +20,7 @@
|
||||
.\" Contributed by M.S. <seki@sysrap.cs.fujitsu.co.jp>
|
||||
.\" for fe driver version 0.8
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\" $Id: fe.4,v 1.1 1995/04/23 18:54:40 wollman Exp $
|
||||
.Dd April 23, 1995
|
||||
.Dt FE 4
|
||||
.Sh NAME
|
||||
@ -373,10 +373,10 @@ option is set to 3.
|
||||
They are not documented, since they are for debugging purposes.
|
||||
See the driver source program for level 3 messages.
|
||||
.Sh SEE ALSO
|
||||
.Xr netstat 1 ,
|
||||
.Xr netintro 4 ,
|
||||
.Xr ed 4 ,
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr netstat 8
|
||||
.Xr ifconfig 8
|
||||
.Sh BUGS
|
||||
Following are major known bugs.
|
||||
.Pp
|
||||
@ -386,7 +386,7 @@ driver may no be accurate:
|
||||
the
|
||||
.Fi i
|
||||
option of
|
||||
.Xr netstat 8
|
||||
.Xr netstat 1
|
||||
sometimes shows slightly less value than true number of collisions.
|
||||
.Pp
|
||||
More mbuf clusters are consumed than expected.
|
||||
|
@ -55,7 +55,7 @@ This driver provides access to parallel ports.
|
||||
The driver can be configured either to be either interrupt-driven, or
|
||||
to poll the printer. Ports that are configured to be
|
||||
interrupt-driven can be switched to polled mode by using the
|
||||
.Xr lptcontrol 1
|
||||
.Xr lptcontrol 8
|
||||
command.
|
||||
.sp
|
||||
This driver replaces the functionality of the
|
||||
@ -67,13 +67,13 @@ driver, which is now defunct.
|
||||
first parallel port driver
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr lptcontrol 1
|
||||
.Xr lptcontrol 8
|
||||
.Sh BUGS
|
||||
There are lots of them, especially in cheap parallel port implementations.
|
||||
.sp
|
||||
It is only possible to open a lpt port when a printer is connected and
|
||||
on-line, making it impossible to run
|
||||
.Xr lptcontrol 1
|
||||
.Xr lptcontrol 8
|
||||
when there is no printer connected.
|
||||
.Pp
|
||||
This driver could still stand a rewrite.
|
||||
|
@ -99,7 +99,7 @@ QIC-interfaced (e.g. not SCSI) 3M cartridge tape
|
||||
.SH FILES
|
||||
/dev The special file directory.
|
||||
.SH SEE ALSO
|
||||
.IR mknod (1),
|
||||
.IR intro (4),
|
||||
.IR config (8),
|
||||
.IR mknod (8),
|
||||
.IR special (8)
|
||||
|
@ -99,7 +99,7 @@ QIC-interfaced (e.g. not SCSI) 3M cartridge tape
|
||||
.SH FILES
|
||||
/dev The special file directory.
|
||||
.SH SEE ALSO
|
||||
.IR mknod (1),
|
||||
.IR intro (4),
|
||||
.IR config (8),
|
||||
.IR mknod (8),
|
||||
.IR special (8)
|
||||
|
@ -1808,7 +1808,7 @@ Hash database file containing terminal descriptions (see
|
||||
.Xr curses 3 ,
|
||||
.Xr printf 3 ,
|
||||
.Xr termcap 3 ,
|
||||
.Xr term 7
|
||||
.Xr term 5
|
||||
.Sh CAVEATS AND BUGS
|
||||
The
|
||||
.Em Note :
|
||||
|
@ -63,7 +63,7 @@ utility exits 0 on success, and >0 if an error occurs.
|
||||
.Sh SEE ALSO
|
||||
.Xr who 1 ,
|
||||
.Xr whoami 1 ,
|
||||
.Xr getlogin 3
|
||||
.Xr getlogin 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Nm logname
|
||||
|
@ -62,9 +62,10 @@ utility is expected to be
|
||||
compliant.
|
||||
.Sh SEE ALSO
|
||||
.Xr mkdir 1 ,
|
||||
.Xr mknod 1 ,
|
||||
.Xr rm 1 ,
|
||||
.Xr mkfifo 2
|
||||
.Xr mknod 2 ,
|
||||
.Xr mknod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -43,11 +43,11 @@
|
||||
.Nm Pagesize
|
||||
prints the size of a page of memory in bytes, as
|
||||
returned by
|
||||
.Xr getpagesize 2 .
|
||||
.Xr getpagesize 3 .
|
||||
This program is useful in constructing portable
|
||||
shell scripts.
|
||||
.Sh SEE ALSO
|
||||
.Xr getpagesize 2
|
||||
.Xr getpagesize 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm pagesize
|
||||
|
@ -77,7 +77,7 @@ exports list
|
||||
Use mount protocol Version 3, compatible with NFS Version 3.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr mount 1 ,
|
||||
.Xr mount 8 ,
|
||||
.Xr mountd 8
|
||||
.Sh BUGS
|
||||
The mount daemon running on the server only has an idea of the actual mounts,
|
||||
|
@ -86,9 +86,9 @@ listed in the
|
||||
file was not found in the symbol
|
||||
table, and >1 if an error occurs.
|
||||
.Sh SEE ALSO
|
||||
.Xr nm 3 ,
|
||||
.Xr nlist 3 ,
|
||||
.Xr strip 3
|
||||
.Xr nm 1 ,
|
||||
.Xr strip 1 ,
|
||||
.Xr nlist 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -153,7 +153,7 @@ Fatal errors, such as calling
|
||||
with incorrect arguments, or with non-existent
|
||||
.Ar login Ns Ar s ,
|
||||
are logged in the system log file, using
|
||||
.Xr syslog 8 .
|
||||
.Xr syslog 3 .
|
||||
.Sh FILES
|
||||
.Bl -tag -width "vacation.dirxxx" -compact
|
||||
.It Pa ~/.vacation.db
|
||||
@ -162,8 +162,9 @@ database file
|
||||
message to send
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr syslog 3 ,
|
||||
.Xr sendmail 8 ,
|
||||
.Xr syslog 8
|
||||
.Xr syslogd 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm vacation
|
||||
|
@ -26,7 +26,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: ypcat.1,v 1.1 1994/08/08 01:13:29 wollman Exp $
|
||||
.\" $Id: ypcat.1,v 1.2 1996/01/30 13:52:38 mpp Exp $
|
||||
.\"
|
||||
.Dd December 3, 1993
|
||||
.Dt YPCAT 1
|
||||
@ -65,6 +65,6 @@ Display the map nickname table.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ypmatch 1 ,
|
||||
.Xr yp 8
|
||||
.Xr yp 4
|
||||
.Sh AUTHOR
|
||||
Theo De Raadt
|
||||
|
@ -26,7 +26,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: ypmatch.1,v 1.1 1994/08/08 01:13:32 wollman Exp $
|
||||
.\" $Id: ypmatch.1,v 1.2 1996/01/30 13:52:43 mpp Exp $
|
||||
.\"
|
||||
.Dd December 3, 1993
|
||||
.Dt YPMATCH 1
|
||||
@ -66,6 +66,6 @@ Display the map nickname table.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ypcat 1 ,
|
||||
.Xr yp 8
|
||||
.Xr yp 4
|
||||
.Sh AUTHOR
|
||||
Theo De Raadt
|
||||
|
@ -180,5 +180,5 @@ Hosts acting as internetwork routers gratuitously supply their
|
||||
routing tables every 30 seconds to all directly connected hosts
|
||||
and networks.
|
||||
.Sh SEE ALSO
|
||||
.Xr ipx 4
|
||||
.Xr ipx 3
|
||||
.Sh HISTORY
|
||||
|
@ -34,12 +34,12 @@
|
||||
.\"
|
||||
.\" E-Mail: Wolfram Schneider <wosch@cs.tu-berlin.de>
|
||||
.\"
|
||||
.\" $Id: kbdmap.1,v 1.1 1995/04/05 08:09:22 jkh Exp $
|
||||
.\" $Id: kbdmap.1,v 1.2 1996/01/30 13:49:17 mpp Exp $
|
||||
.\"
|
||||
|
||||
.Dd Mar 25, 1995
|
||||
.Dt KBDMAP 1
|
||||
.Os
|
||||
.Os FreeBSD
|
||||
.Sh NAME
|
||||
.Nm kbdmap ,
|
||||
.Nm vidfont
|
||||
@ -120,7 +120,7 @@ work only on a (virtual) console an not with X11.
|
||||
.Sh SEE ALSO
|
||||
.Xr kbdcontrol 1 ,
|
||||
.Xr vidcontrol 1 ,
|
||||
.Xr sysconfig 8 ,
|
||||
.Xr sysconfig 5 ,
|
||||
.Xr dialog 1 .
|
||||
|
||||
.Sh HISTORY
|
||||
|
@ -233,13 +233,13 @@ lists machine names allowed printer access,
|
||||
but not under same administrative control.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr lpc 8 ,
|
||||
.Xr pac 1 ,
|
||||
.Xr lpr 1 ,
|
||||
.Xr lpq 1 ,
|
||||
.Xr lprm 1 ,
|
||||
.Xr syslog 3 ,
|
||||
.Xr printcap 5
|
||||
.Xr printcap 5 ,
|
||||
.Xr lpc 8 ,
|
||||
.Xr pac 8
|
||||
.Rs
|
||||
.%T "4.2 BSD Line Printer Spooler Manual"
|
||||
.Re
|
||||
|
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93
|
||||
.\" $Id: mtree.8,v 1.5 1995/02/10 03:12:30 wollman Exp $
|
||||
.\" $Id: mtree.8,v 1.6 1996/01/30 13:49:54 mpp Exp $
|
||||
.\"
|
||||
.Dd February 9, 1995
|
||||
.Dt MTREE 8
|
||||
@ -269,13 +269,13 @@ system specification directory
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr chmod 1 ,
|
||||
.Xr chown 1 ,
|
||||
.Xr chgrp 1 ,
|
||||
.Xr cksum 1 ,
|
||||
.Xr md5 1 ,
|
||||
.Xr stat 2 ,
|
||||
.Xr fts 3 ,
|
||||
.Xr md5 3
|
||||
.Xr md5 3 ,
|
||||
.Xr chown 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm mtree
|
||||
|
@ -409,7 +409,7 @@ Toggles logging of all incoming queries via syslog(8)
|
||||
/var/tmp/named.stats nameserver statistics data
|
||||
.fi
|
||||
.SH "SEE ALSO"
|
||||
kill(1), gethostbyname(3), signal(2),
|
||||
kill(1), gethostbyname(3), signal(3),
|
||||
resolver(3), resolver(5), hostname(7),
|
||||
RFC 882, RFC 883, RFC 973, RFC 974, RFC 1033, RFC 1034, RFC 1035, RFC 1123,
|
||||
\fIName Server Operations Guide for \s-1BIND\s+1\fR
|
||||
|
@ -22,7 +22,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: ncrcontrol.8,v 1.2 1994/12/02 06:19:37 nate Exp $
|
||||
.\" $Id: ncrcontrol.8,v 1.3 1996/01/30 13:49:57 mpp Exp $
|
||||
.\"
|
||||
.Dd September 16, 1994
|
||||
.Dt NCRCONTROL 8
|
||||
@ -253,7 +253,8 @@ option.
|
||||
.\"=====================================================================
|
||||
.\"
|
||||
.Sh SEE ALSO
|
||||
.Xr scsi 5
|
||||
.Xr scsi 4 ,
|
||||
.Xr scsi 8
|
||||
|
||||
.\"
|
||||
.\"=====================================================================
|
||||
|
@ -88,4 +88,4 @@ usage error
|
||||
.Sh BUGS
|
||||
No known bugs
|
||||
.Sh SEE ALSO
|
||||
.Xr pcvt 8
|
||||
.Xr pcvt 4
|
||||
|
@ -86,4 +86,5 @@ No known bugs
|
||||
.Sh SEE ALSO
|
||||
.Xr cursor 1 ,
|
||||
.Xr scon 1 ,
|
||||
.Xr pcvt 8
|
||||
.Xr pcvt 4 ,
|
||||
.Xr ispcvt 8
|
||||
|
@ -211,4 +211,4 @@ options collide somehow, this will change in a future release.
|
||||
.Sh SEE ALSO
|
||||
.Xr loadfont 1 ,
|
||||
.Xr cursor 1 ,
|
||||
.Xr pcvt 8
|
||||
.Xr pcvt 4
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: rtprio.1,v 1.3 1994/10/02 04:48:19 davidg Exp $
|
||||
.\" $Id: rtprio.1,v 1.4 1996/01/30 13:50:29 mpp Exp $
|
||||
.\"
|
||||
.Dd July 23, 1994
|
||||
.Dt RTPRIO 1
|
||||
@ -165,7 +165,8 @@ To make depend while not disturbing other machine usage:
|
||||
.Xr rtprio 2 ,
|
||||
.Xr nice 1 ,
|
||||
.Xr ps 1 ,
|
||||
.Xr nice 2 ,
|
||||
.Xr setpriority 2 ,
|
||||
.Xr nice 3 ,
|
||||
.Xr renice 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -485,12 +485,12 @@ The process id of the daemon
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr mail 1 ,
|
||||
.Xr rmail 1 ,
|
||||
.Xr syslog 3 ,
|
||||
.Xr aliases 5 ,
|
||||
.Xr mailaddr 7 ,
|
||||
.Xr mail.local 8 ,
|
||||
.Xr rc 8 ;
|
||||
.Xr rc 8 ,
|
||||
.Xr rmail 8 ;
|
||||
.Pp
|
||||
DARPA
|
||||
Internet Request For Comments
|
||||
|
@ -29,7 +29,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: ypbind.8,v 1.2 1995/04/26 19:03:15 wpaul Exp $
|
||||
.\" $Id: ypbind.8,v 1.3 1995/07/20 22:33:02 wpaul Exp $
|
||||
.\"
|
||||
.Dd April 9, 1995
|
||||
.Dt YPBIND 8
|
||||
@ -153,10 +153,10 @@ System configuration file where the system default domain and
|
||||
ypbind startup options are specified.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr syslog 3 ,
|
||||
.Xr domainname 1 ,
|
||||
.Xr syslog 3 ,
|
||||
.Xr yp 4
|
||||
.Xr ypserv 8 ,
|
||||
.Xr ypset 8 ,
|
||||
.Xr yp 8
|
||||
.Xr ypset 8
|
||||
.Sh AUTHOR
|
||||
Theo de Raadt <deraadt@fsa.ca>
|
||||
|
@ -29,7 +29,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: yppush.8,v 1.1.1.1 1996/01/12 07:03:33 wpaul Exp $
|
||||
.\" $Id: yppush.8,v 1.2 1996/01/30 13:52:45 mpp Exp $
|
||||
.\"
|
||||
.Dd February 5, 1995
|
||||
.Dt YPPUSH 8
|
||||
@ -160,9 +160,9 @@ The NIS ypservers map containing the names of all servers in
|
||||
a particular NIS domain.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr yp 4 ,
|
||||
.Xr ypserv 8 ,
|
||||
.Xr ypxfr 8 ,
|
||||
.Xr yp 8
|
||||
.Xr ypxfr 8
|
||||
.Sh BUGS
|
||||
The mechanism for transferring NIS maps in NIS v1 is different
|
||||
that that in NIS version 2. This version of
|
||||
|
@ -28,7 +28,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id: ypserv.8,v 1.1.1.1 1995/12/16 20:54:17 wpaul Exp $
|
||||
.\" $Id: ypserv.8,v 1.2 1996/01/30 13:52:50 mpp Exp $
|
||||
.\"
|
||||
.Dd February 4, 1995
|
||||
.Dt YPSERV 8
|
||||
@ -291,13 +291,13 @@ The NIS maps.
|
||||
Resolver configuration file.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ypcat 1 ,
|
||||
.Xr db 3 ,
|
||||
.Xr yp 4 ,
|
||||
.Xr ypbind 8 ,
|
||||
.Xr yppasswdd 8 ,
|
||||
.Xr yppush 8 ,
|
||||
.Xr ypxfr 8 ,
|
||||
.Xr ypcat 1 ,
|
||||
.Xr yp 8 ,
|
||||
.Xr db 3
|
||||
.Xr ypxfr 8
|
||||
.Sh AUTHOR
|
||||
Bill Paul <wpaul@ctr.columbia.edu>
|
||||
.Sh HISTORY
|
||||
|
Loading…
x
Reference in New Issue
Block a user