summaryrefslogtreecommitdiff
path: root/libexec/getty/gettytab.5
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-12-14 23:27:20 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-12-14 23:27:20 +0000
commit487990280da5a9d6084bc19dce2a91a5f49bfbe3 (patch)
tree2252ba7e27cd3bd0d388dff5b6b8f6f860aa9bd5 /libexec/getty/gettytab.5
parent5bf8036af0f1ef55e35d07fb56fa8f6f67f78c0a (diff)
Notes
Diffstat (limited to 'libexec/getty/gettytab.5')
-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 3e68f9ab281a..b14f6e1f6e54 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.8 1996/11/13 01:06:37 pst Exp $
+.\" $Id: gettytab.5,v 1.9 1996/11/13 01:36:52 pst Exp $
.\" "
.Dd April 19, 1994
.Dt GETTYTAB 5
@@ -278,7 +278,7 @@ string
.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.
@@ -302,7 +302,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 %
@@ -365,8 +365,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