summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-15 16:31:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-15 16:31:04 +0000
commit7f43023a7afc217477b6e07ebb3d046b0779dc0c (patch)
tree5654c44727f7dd56ad5a2fb9dccdbb2176aab10f
parentac487f07f75cc2b1e3624dfcf9c4707f605a4977 (diff)
Xr repair
-rw-r--r--lib/libc/gen/getpwent.34
-rw-r--r--lib/libc/net/rcmd.34
-rw-r--r--libexec/getty/gettytab.510
-rw-r--r--share/man/man5/resolv.conf.54
-rw-r--r--usr.bin/logname/logname.14
-rw-r--r--usr.sbin/rwhod/rwhod.88
6 files changed, 17 insertions, 17 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index 44794d29d4c..746f3e11d4e 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpwent.3,v 1.4 1997/06/13 13:06:37 deraadt Exp $
+.\" $OpenBSD: getpwent.3,v 1.5 1997/07/15 16:30:59 deraadt Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -162,7 +162,7 @@ The current password file
A Version 7 format password file
.El
.Sh SEE ALSO
-.Xr getlogin 3 ,
+.Xr getlogin 2 ,
.Xr getgrent 3 ,
.Xr passwd 5 ,
.Xr pwd_mkdb 8 ,
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3
index ac3a8d5018c..0e6699d8c53 100644
--- a/lib/libc/net/rcmd.3
+++ b/lib/libc/net/rcmd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rcmd.3,v 1.8 1997/06/13 13:31:56 deraadt Exp $
+.\" $OpenBSD: rcmd.3,v 1.9 1997/07/15 16:31:00 deraadt Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -186,7 +186,7 @@ and
.Fn ruserok
return \-1.
If the local domain (as obtained from
-.Xr gethostname 2 )
+.Xr gethostname 3 )
is the same as the remote domain, only the machine name need be specified.
.Pp
If the IP address of the remote host is known,
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5
index dac31429b55..b173208c56b 100644
--- a/libexec/getty/gettytab.5
+++ b/libexec/getty/gettytab.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94
-.\" $Id: gettytab.5,v 1.3 1996/12/10 07:58:29 deraadt Exp $
+.\" $Id: gettytab.5,v 1.4 1997/07/15 16:31:01 deraadt Exp $
.\"
.Dd April 19, 1994
.Dt GETTYTAB 5
@@ -273,7 +273,7 @@ The current date.
.It \&%h
The hostname of the machine, which is normally obtained from the
system using
-.Xr gethostname 2 ,
+.Xr gethostname 3 ,
but may also be overridden by the
.Em \&hn
table entry.
@@ -297,7 +297,7 @@ The tty name.
The type of machine, release of the operating system, name of the
operating system, and version of the kernel, respectively, as
returned by
-.Xr uname 2 .
+.Xr uname 3 .
.It \&%%
A
.Dq %
@@ -360,8 +360,8 @@ getty will invoke the program referenced by the pp option. This
can be used to handle incoming PPP calls.
.Sh SEE ALSO
.Xr login 1 ,
-.Xr gethostname 2 ,
-.Xr uname 2 ,
+.Xr gethostname 3 ,
+.Xr uname 3 ,
.Xr termcap 5 ,
.Xr getty 8 .
.Sh BUGS
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5
index e83115053e6..e44aab36036 100644
--- a/share/man/man5/resolv.conf.5
+++ b/share/man/man5/resolv.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: resolv.conf.5,v 1.3 1997/06/11 01:10:24 deraadt Exp $
+.\" $OpenBSD: resolv.conf.5,v 1.4 1997/07/15 16:31:02 deraadt Exp $
.\" $NetBSD: resolv.conf.5,v 1.7 1996/03/06 18:22:16 scottr Exp $
.\"
.\" Copyright (c) 1986, 1991 The Regents of the University of California.
@@ -84,7 +84,7 @@ If no
.Sy domain
entry is present, the domain is determined
from the local host name returned by
-.Xr gethostname 2 ;
+.Xr gethostname 3 ;
the domain part is taken to be everything after the first `.'.
Finally, if the host name does not contain a domain part, the root
domain is assumed.
diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1
index 36a1cdefe6b..6efb524abeb 100644
--- a/usr.bin/logname/logname.1
+++ b/usr.bin/logname/logname.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: logname.1,v 1.3 1997/05/30 07:49:23 deraadt Exp $
+.\" $OpenBSD: logname.1,v 1.4 1997/07/15 16:31:03 deraadt Exp $
.\" $NetBSD: logname.1,v 1.5 1995/07/25 18:31:12 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -66,7 +66,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
diff --git a/usr.sbin/rwhod/rwhod.8 b/usr.sbin/rwhod/rwhod.8
index b6ef3778453..a7338faa2f9 100644
--- a/usr.sbin/rwhod/rwhod.8
+++ b/usr.sbin/rwhod/rwhod.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rwhod.8 8.2 (Berkeley) 12/11/93
-.\" $OpenBSD: rwhod.8,v 1.4 1997/03/26 00:45:56 deraadt Exp $
+.\" $OpenBSD: rwhod.8,v 1.5 1997/07/15 16:31:03 deraadt Exp $
.\"
.Dd December 11, 1993
.Dt RWHOD 8
@@ -94,9 +94,9 @@ transmission. The load averages are as calculated by the
program, and represent load averages over the 5, 10, and 15 minute
intervals prior to a server's transmission; they are multiplied by 100
for representation in an integer. The host name
-included is that returned by the
-.Xr gethostname 2
-system call, with any trailing domain name omitted.
+included is that returned by
+.Xr gethostname 3
+with any trailing domain name omitted.
The array at the end of the message contains information about
the users logged in to the sending machine. This information
includes the contents of the