]> Dogcows Code - chaz/tar/blobdiff - src/xheader.c
Fix improper use of 'path' word
[chaz/tar] / src / xheader.c
index 2cfa683336d0bb63d913ebd040b53cf37f308901..b63cdb769f05f7d99dc6fbe35568c5a0ea17fd01 100644 (file)
@@ -21,6 +21,7 @@
 #include <fnmatch.h>
 #include <hash.h>
 #include <quotearg.h>
+#include <stpcpy.h>
 #include <xstrtol.h>
 
 #include "common.h"
@@ -219,10 +220,10 @@ to_decimal (uintmax_t value, char *where, size_t size)
      %d                       The directory name of the file,
                               equivalent to the result of the
                               dirname utility on the translated
-                              pathname.
+                              file name.
      %f                       The filename of the file, equivalent
                               to the result of the basename
-                              utility on the translated pathname.
+                              utility on the translated file name.
      %p                       The process ID of the pax process.
      %%                       A '%' character. */
 
This page took 0.021025 seconds and 4 git commands to generate.