diff options
author | ru <ru@FreeBSD.org> | 2001-04-04 09:49:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-04 09:49:05 +0000 |
commit | baf1e69c50b40f1adac61807f36aa7c20ca7ca7b (patch) | |
tree | bf80340c1b9e6652156077a80eabc0033dd02b1a /gnu/usr.bin/tar | |
parent | d828836161ae8776702ece68ab22fef8daf22e64 (diff) | |
download | FreeBSD-src-baf1e69c50b40f1adac61807f36aa7c20ca7ca7b.zip FreeBSD-src-baf1e69c50b40f1adac61807f36aa7c20ca7ca7b.tar.gz |
mdoc(7) police: use .Nm, remove blank line (these cause warnings in mdocNG).
Diffstat (limited to 'gnu/usr.bin/tar')
-rw-r--r-- | gnu/usr.bin/tar/tar.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index a4ee020..3b425f6 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -566,7 +566,8 @@ archives together, but it does not; attempting to do so leaves the end-of-archive blocks in place for the second and subsequent archives. .Pp -The tar file format is a semi fixed width field format, and the field +The +.Nm +file format is a semi fixed width field format, and the field for device numbers were designed for 16 bit (8 major, 8 minor) and can not absorb our 32 bit (8 major, 16+8 minor) numbers. - |