diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/tftp | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/tftp')
-rw-r--r-- | usr.bin/tftp/tftp.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index af56a7d77a9..41685c8bd51 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftp.1,v 1.3 1998/10/30 00:24:39 aaron Exp $ +.\" $OpenBSD: tftp.1,v 1.4 1999/06/05 01:21:43 aaron Exp $ .\" $NetBSD: tftp.1,v 1.5 1995/08/18 14:45:44 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -36,7 +36,7 @@ .\" .Dd April 18, 1994 .Dt TFTP 1 -.Os BSD 4.3 +.Os .Sh NAME .Nm tftp .Nd trivial file transfer program @@ -92,7 +92,7 @@ does not maintain connections between transfers; thus, the .Ic connect command does not actually create a connection, but merely remembers what host is to be used for transfers. -You do not have to use the +You do not have to use the .Ic connect command; the remote host can be specified as part of the .Ic get @@ -115,7 +115,7 @@ If the latter form is used, the last hostname specified becomes the default for future transfers. .Pp .It Ic mode Ar transfer-mode -Set the mode for transfers; +Set the mode for transfers; .Ar transfer-mode may be one of .Ic ascii |