diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-09 06:37:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-05-09 06:37:39 +0000 |
commit | 279722c18189a3dd65bc68ae22af204664f6e1e2 (patch) | |
tree | e2b95d75a4c4ff08c86b6aa6f559c69f4ac18ad3 /usr.bin | |
parent | 7247a280eeeb2ea13aff62807edc5fcc101859d2 (diff) |
my previous attempt to fix the renaming of the inet(3) pages was wrong;
this fixes those by referencing the correct page, and cleans up the netintro/
inet entries;
all this on the advice (and ok) of guenther!
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/telnet/telnet.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index f2e66254c8e..6903ad71889 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.48 2014/05/08 13:08:43 jmc Exp $ +.\" $OpenBSD: telnet.1,v 1.49 2014/05/09 06:37:38 jmc Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)telnet.1 8.4 (Berkeley) 2/3/94 .\" -.Dd $Mdocdate: May 8 2014 $ +.Dd $Mdocdate: May 9 2014 $ .Dt TELNET 1 .Os .Sh NAME @@ -580,7 +580,7 @@ will attempt to contact a TELNET server at the default port. The host specification may be either a host name (see .Xr hosts 5 ) or an Internet address specified in the ``dot notation'' (see -.Xr inet_net 3 ) . +.Xr inet_ntop 3 ) . The .Fl l option may be used to specify the user name |