diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-11-09 19:56:24 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-11-09 19:56:24 +0000 |
commit | b9b35fdcb712159f9970a5ffa48326544a97cddf (patch) | |
tree | ee46d91375bdd9026cf6307c550e00bdb2bcf993 /usr.bin/ftp | |
parent | 9a392691205db6bb05c699cd84bd21015378adc7 (diff) |
optional size argument to hash command
Diffstat (limited to 'usr.bin/ftp')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index b1e149e1a8d..956f111be6e 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.4 1996/10/31 14:36:55 mickey Exp $ +.\" $OpenBSD: ftp.1,v 1.5 1996/11/09 19:56:23 kstailey Exp $ .\" $NetBSD: ftp.1,v 1.11 1995/09/08 01:06:24 tls Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -329,10 +329,11 @@ That can be done by transferring a .Xr tar 1 archive of the subtree (in binary mode). -.It Ic hash +.It Ic hash Op Ar size Toggle hash-sign (``#'') printing for each data block transferred. -The size of a data block is 1024 bytes. +The size of a data block defaults to 1024 bytes. +This can be changed by specifying a size in bytes. .It Ic help Op Ar command Print an informative message about the meaning of .Ar command . |