diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-08-06 19:16:08 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-08-06 19:16:08 +0000 |
commit | d569c9b0c585d1ada0bb33679611b77eba528140 (patch) | |
tree | af2426db3e795320f587d155021169a3f1700b3e /usr.bin/tftp/tftp.1 | |
parent | 602a7968e47e34fd38658741b7b66d3c9115f9cf (diff) |
the ellipsis is not an optional argument; while here, sync the usage
and synopsis of commands
lots of good ideas by jmc@
ok jmc@
Diffstat (limited to 'usr.bin/tftp/tftp.1')
-rw-r--r-- | usr.bin/tftp/tftp.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 5155ec29f07..eea8fad1a37 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftp.1,v 1.16 2007/05/31 19:20:17 jmc Exp $ +.\" $OpenBSD: tftp.1,v 1.17 2007/08/06 19:16:06 sobrado Exp $ .\" $NetBSD: tftp.1,v 1.5 1995/08/18 14:45:44 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)tftp.1 8.2 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 6 2007 $ .Dt TFTP 1 .Os .Sh NAME @@ -62,7 +62,7 @@ is running, it issues the prompt and recognizes the following commands: .Pp .Bl -tag -width verbose -compact -.It Ic \&? Ar command-name Op Ar ... +.It Ic \&? Ar command-name ... Print help information. .Pp .It Ic ascii @@ -109,8 +109,7 @@ commands. .Ic get Oo Ar host1 : Oc Ns .Ar file1 .Oo Ar host2 : Oc Ns -.Ar file2 -.Ar ... +.Ar file2 ... .Oo Ar hostN : Oc Ns .Ar fileN .Xc |