aboutsummaryrefslogtreecommitdiff
path: root/sbin/i386
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-12-23 02:03:15 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-12-23 02:03:15 +0000
commitbc41bb3f921b478d1ff610b0b16fbfe9bb1529ee (patch)
tree5d81bd6d42b6d80b36ebffccfb5b8e5075bde7c9 /sbin/i386
parent2c966b7fdcbc64fa0ac0aa6ab02354446490e9df (diff)
Notes
Diffstat (limited to 'sbin/i386')
-rw-r--r--sbin/i386/ft/ft.84
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/i386/ft/ft.8 b/sbin/i386/ft/ft.8
index 962001ec7bef..1306010637e9 100644
--- a/sbin/i386/ft/ft.8
+++ b/sbin/i386/ft/ft.8
@@ -50,7 +50,9 @@ and has nothing to do with the QIC standards.
.Pp
.Nm ft
is used primarily as a filter for tape i/o.
-For example, to save and compress the /usr directory to tape:
+For example, to save and compress the
+.Pa /usr
+directory to tape:
.Bd -literal -offset indent
% tar cvzf - /usr | ft "/usr save"
.Ed