diff options
author | trhodes <trhodes@FreeBSD.org> | 2002-05-16 01:57:20 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2002-05-16 01:57:20 +0000 |
commit | 56036d26233ff609be6306f948bdbebc57075335 (patch) | |
tree | a6535f7145cab2b794accc91e7549be9d65f90f6 /bin/pax/pax.c | |
parent | 24cc1f8e45f072238cecb4ba927e38f90d1627f5 (diff) | |
download | FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.zip FreeBSD-src-56036d26233ff609be6306f948bdbebc57075335.tar.gz |
Consistancy check s/file system/filesystem/
Reviewed by: brian
Diffstat (limited to 'bin/pax/pax.c')
-rw-r--r-- | bin/pax/pax.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 8a92e4e..d3bf18f 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -162,11 +162,11 @@ char *tempbase; /* basename of tempfile to use for mkstemp(3) */ * archive and pax the specific format specifications. * 2.3 Blocking size and format is rigidly enforced on writes. * 2.4 Formats which may exhibit header overflow problems (they have fields - * too small for large file systems, such as inode number storage), use + * too small for large filesystems, such as inode number storage), use * routines designed to repair this problem. These techniques still * conform to both pax and format specifications, but no longer truncate * these fields. This removes any restrictions on using these archive - * formats on large file systems. + * formats on large filesystems. * 2.5 Multiple archive volumes can be written and may span over different * archive devices * 2.6 A archive volume record limit allows the user to specify the number |