]> Dogcows Code - chaz/tar/blobdiff - src/xheader.c
Started merging with cpio into paxutils.
[chaz/tar] / src / xheader.c
index f26cf66760a4f447a1b46a290a81c0803f685ceb..1ad6be80ecda2786ef9728d5d797e6cc173411cc 100644 (file)
@@ -16,7 +16,7 @@
    with this program; if not, write to the Free Software Foundation, Inc.,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#include "system.h"
+#include <system.h>
 
 #include <fnmatch.h>
 #include <hash.h>
@@ -220,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.020026 seconds and 4 git commands to generate.