diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/getty/gettytab.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index 3e68f9ab281a9..b14f6e1f6e54c 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 |
