diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-04 09:49:05 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-04 09:49:05 +0000 |
| commit | 02ee7aa71f93bea5f38bed0755a267b347c007e9 (patch) | |
| tree | 27e6f57a6d4bc777c4eb132406de6bb378c4d2ec /gnu | |
| parent | e09940394c4f183829659b6ae52e54dbb8b772e4 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 a4ee0208c8a2..3b425f6fa205 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. - |
