Module Name:    src
Committed By:   wiz
Date:           Sat Dec 15 22:17:02 UTC 2018

Modified Files:
        src/usr.bin/telnet: telnet.1

Log Message:
Remove reference to krb_realmofhost(3) which does not exist.

Someone who speaks kerberos might want to check the -k description.

Remove some macros that do nothing and use \(em.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/telnet/telnet.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/telnet/telnet.1
diff -u src/usr.bin/telnet/telnet.1:1.35 src/usr.bin/telnet/telnet.1:1.36
--- src/usr.bin/telnet/telnet.1:1.35	Sat Dec 15 22:12:15 2018
+++ src/usr.bin/telnet/telnet.1	Sat Dec 15 22:17:02 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: telnet.1,v 1.35 2018/12/15 22:12:15 maya Exp $
+.\"	$NetBSD: telnet.1,v 1.36 2018/12/15 22:17:02 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -158,8 +158,7 @@ If Kerberos authentication is being used
 option requests that telnet obtain tickets for the remote host in
 realm
 .Ar realm
-instead of the remote host's realm, as determined by
-.Xr krb_realmofhost 3 .
+instead of the remote host's realm.
 .It Fl l Ar user
 When connecting to the remote system, if the remote system
 understands the
@@ -314,7 +313,6 @@ Only enough of each command to uniquely 
 and
 .Ic display
 commands).
-.Pp
 .Bl -tag -width "mode type"
 .It Ic auth Ar argument ...
 The auth command manipulates the information sent through the
@@ -612,7 +610,6 @@ An end of file (in command mode) will al
 Sends one or more special character sequences to the remote host.
 The following are the arguments which may be specified
 (more than one argument may be specified at a time):
-.Pp
 .Bl -tag -width escape
 .It Ic abort
 Sends the
@@ -703,7 +700,7 @@ This sequence is sent as
 urgent
 data (and may not work if the remote system is a
 .Bx 4.2
-system -- if
+system \(em if
 it doesn't work, a lower case \*(Lqr\*(Rq may be echoed on the terminal).
 .It Ic do Ar cmd
 .It Ic dont Ar cmd

Reply via email to