diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-19 19:15:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-19 19:15:33 +0000 |
commit | 200b49de4b53ecb4f6bb3a0efb010ffaa35091a8 (patch) | |
tree | 9f5585a5a0e3d21f6b9aced868f58a3d60a97e98 /bin | |
parent | da68571d35c20bf003d82af49885656d780632b0 (diff) |
filenames can have 100 chars, total pathname 255 in ustar format; not 250;
from pb@
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pax/pax.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 901a9f7c90b..657848a601f 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.43 2004/01/23 23:08:45 jmc Exp $ +.\" $OpenBSD: pax.1,v 1.44 2004/02/19 19:15:32 jmc Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -750,7 +750,8 @@ The extended tar interchange format specified in the .St -p1003.2 standard. The default blocksize for this format is 10240 bytes. -Pathnames stored by this format must be 250 characters or less in length. +Filenames stored by this format must be 100 characters or less in length; +the total pathname must be 255 characters or less. .El .Pp .Nm |