diff options
author | simon <simon@FreeBSD.org> | 2006-01-17 19:37:07 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-01-17 19:37:07 +0000 |
commit | 396c4b8e2af1dbc3e74e528697bcfc18ac140ff4 (patch) | |
tree | 991012905900566806dbda2b6d1dd5676b8d7fa4 /usr.bin/tar | |
parent | 00ce0e8a4aa43e52992230dc001c264522c08e86 (diff) | |
download | FreeBSD-src-396c4b8e2af1dbc3e74e528697bcfc18ac140ff4.zip FreeBSD-src-396c4b8e2af1dbc3e74e528697bcfc18ac140ff4.tar.gz |
Use the .Fx macro.
MFC after: 3 days
Diffstat (limited to 'usr.bin/tar')
-rw-r--r-- | usr.bin/tar/bsdtar.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index 854d926..7e532ce 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.1 @@ -167,7 +167,9 @@ The filename can be .Pa - for standard input or standard output. If not specified, the default tape device will be used. -(On FreeBSD, the default tape device is +(On +.Fx , +the default tape device is .Pa /dev/sa0 . ) .It Fl -fast-read ( Fl W Cm fast-read ) (x and t mode only) @@ -660,7 +662,10 @@ John Gilmore's public-domain implementation (circa November, 1987) was quite influential, and formed the basis of GNU tar. GNU tar was included as the standard system tar -in FreeBSD beginning with FreeBSD 1.0. +in +.Fx +beginning with +.Fx 1.0 . .Pp This is a complete re-implementation based on the .Xr libarchive 3 |