summaryrefslogtreecommitdiff
path: root/libexec
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 /libexec
parentac487f07f75cc2b1e3624dfcf9c4707f605a4977 (diff)
Xr repair
Diffstat (limited to 'libexec')
-rw-r--r--libexec/getty/gettytab.510
1 files changed, 5 insertions, 5 deletions
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