diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 0d1334ca0c7f5a53195b38b126d726747949ce5d (patch) | |
tree | 399269f867eeb084bb6edf479f12b35526a9edb4 /usr.bin/telnet | |
parent | 0100fd6e93e8e0203ec077685f3e68afea54de52 (diff) | |
download | FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.zip FreeBSD-src-0d1334ca0c7f5a53195b38b126d726747949ce5d.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r-- | usr.bin/telnet/telnet.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index bd0b238..41e0a43 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -67,7 +67,7 @@ is invoked without the .Ar host argument, it enters command mode, indicated by its prompt -.Pq Nm telnet\&> . +.Pq Dq Li telnet\&> . In this mode, it accepts and executes the commands listed below. If it is invoked with arguments, it performs an .Ic open @@ -606,7 +606,7 @@ command prompt. Close any open .Tn TELNET session and exit -.Nm telnet . +.Nm . An end of file (in command mode) will also close a session and exit. .It Ic send Ar arguments Sends one or more special character sequences to the remote host. @@ -1084,7 +1084,7 @@ command. .El .It Ic status Show the current status of -.Nm telnet . +.Nm . This includes the peer one is connected to, as well as the current mode. .It Ic toggle Ar arguments ... @@ -1351,7 +1351,7 @@ commands. .El .It Ic z Suspend -.Nm telnet . +.Nm . This command only works when the user is using the .Xr csh 1 . .It Ic \&! Op Ar command |