diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 19:21:22 +0000 |
commit | 8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch) | |
tree | 8a144320be53313e4213c190a32070d087be10c3 /usr.bin/telnet/telnet.1 | |
parent | 4b66483fd8b6ec9417916966c646abfeac99278c (diff) |
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes:
svn path=/head/; revision=68963
Diffstat (limited to 'usr.bin/telnet/telnet.1')
-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 bd0b238e7407..41e0a4315608 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 |