diff options
author | ru <ru@FreeBSD.org> | 2001-01-16 09:39:23 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-16 09:39:23 +0000 |
commit | ffef081534c45c9ab6bd02870d86dc2395c74cee (patch) | |
tree | 131f589b68adcf699f3618d081cd17e11dda450a /usr.sbin/fdwrite | |
parent | 3e32b84b0f3de9ab7e58af919fc8927b974ea8a9 (diff) | |
download | FreeBSD-src-ffef081534c45c9ab6bd02870d86dc2395c74cee.zip FreeBSD-src-ffef081534c45c9ab6bd02870d86dc2395c74cee.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.sbin/fdwrite')
-rw-r--r-- | usr.sbin/fdwrite/fdwrite.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1 index a948c32..89881a7 100644 --- a/usr.sbin/fdwrite/fdwrite.1 +++ b/usr.sbin/fdwrite/fdwrite.1 @@ -82,7 +82,7 @@ one such use could be to write a tar-archive: .Dl "tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v .Pp The main difference from using -.Xr tar 1 's +.Xr tar 1 Ns 's multivolume facility is of course the formatting of the floppies, which here is done on the fly, thus reducing the amount of work for the floppy-jockey. |