mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add "-N" option to the SYNOPSIS and usage().
This commit is contained in:
parent
212dfe6fc7
commit
a6bd23ccf6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47970
2 changed files with 5 additions and 5 deletions
|
@ -81,10 +81,10 @@ usage()
|
|||
fprintf(stderr, "Usage: %s %s%s%s%s\n",
|
||||
prompt,
|
||||
#ifdef AUTHENTICATION
|
||||
"[-8] [-E] [-K] [-L] [-S tos] [-X atype] [-a] [-c] [-d] [-e char]",
|
||||
"\n\t[-k realm] [-l user] [-f/-F] [-n tracefile] ",
|
||||
"[-8] [-E] [-K] [-L] [-N] [-S tos] [-X atype] [-a] [-c] [-d]",
|
||||
"\n\t[-e char] [-k realm] [-l user] [-f/-F] [-n tracefile] ",
|
||||
#else
|
||||
"[-8] [-E] [-L] [-S tos] [-a] [-c] [-d] [-e char] [-l user]",
|
||||
"[-8] [-E] [-L] [-N] [-S tos] [-a] [-c] [-d] [-e char] [-l user]",
|
||||
"\n\t[-n tracefile] ",
|
||||
#endif
|
||||
#if defined(TN3270) && defined(unix)
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)telnet.1 8.5 (Berkeley) 3/1/94
|
||||
.\" $Id: telnet.1,v 1.10 1998/12/14 22:40:38 billf Exp $
|
||||
.\" $Id: telnet.1,v 1.11 1999/06/16 15:26:22 ru Exp $
|
||||
.\"
|
||||
.Dd March 1, 1994
|
||||
.Dt TELNET 1
|
||||
|
@ -42,7 +42,7 @@
|
|||
protocol
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl 8EFKLacdfrx
|
||||
.Op Fl 8EFKLNacdfrx
|
||||
.Op Fl S Ar tos
|
||||
.Op Fl X Ar authtype
|
||||
.Op Fl e Ar escapechar
|
||||
|
|
Loading…
Reference in a new issue