diff options
author | mpp <mpp@FreeBSD.org> | 1996-12-23 02:03:15 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-12-23 02:03:15 +0000 |
commit | 853fbca1762d37db20aa740f751dd886d5e45fa0 (patch) | |
tree | 5d81bd6d42b6d80b36ebffccfb5b8e5075bde7c9 /sbin/i386 | |
parent | 365b171ddfb22a613bc2a8ab5db82d41f02d8537 (diff) | |
download | FreeBSD-src-853fbca1762d37db20aa740f751dd886d5e45fa0.zip FreeBSD-src-853fbca1762d37db20aa740f751dd886d5e45fa0.tar.gz |
Minor mdoc/style fixes.
Diffstat (limited to 'sbin/i386')
-rw-r--r-- | sbin/i386/ft/ft.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/i386/ft/ft.8 b/sbin/i386/ft/ft.8 index 962001e..1306010 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 |