]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Rename Rock Ridge option name from `rock-ridge' to `rockridge' and `Rockridge'.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 12 Oct 2009 05:29:38 +0000 (01:29 -0400)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Mon, 12 Oct 2009 05:29:38 +0000 (01:29 -0400)
SVN-Revision: 1509

libarchive/archive_read_support_format_iso9660.c
tar/bsdtar.1

index de4159d6398071e6d32d9c3be9fc20dd9c16e91a..0b2c692592bd357218f9df14381fe417c7bbdacf 100644 (file)
@@ -476,7 +476,8 @@ archive_read_format_iso9660_options(struct archive_read *a,
                        iso9660->opt_support_joliet = 1;
                return (ARCHIVE_OK);
        }
-       if (strcmp(key, "rock-ridge") == 0) {
+       if (strcmp(key, "rockridge") == 0 ||
+           strcmp(key, "Rockridge") == 0) {
                iso9660->opt_support_rockridge = val != NULL;
                return (ARCHIVE_OK);
        }
index 28d5106e2e2de0b01c2810944b8213d38f64b84e..67cac1099a00323c0cbc9d0e03e4a729cac18f13 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD: src/usr.bin/tar/bsdtar.1,v 1.46 2008/12/06 07:37:55 kientzle Exp $
 .\"
-.Dd May 26, 2009
+.Dd Oct 12, 2009
 .Dt BSDTAR 1
 .Os
 .Sh NAME
@@ -336,12 +336,12 @@ This is enabled by default, use
 or
 .Cm iso9660:!joliet
 to disable.
-.It Cm iso9660:rock-ridge
+.It Cm iso9660:rockridge
 Support Rock Ridge extensions.
 This is enabled by default, use
-.Cm !rock-ridge
+.Cm !rockridge
 or
-.Cm iso9660:!rock-ridge
+.Cm iso9660:!rockridge
 to disable.
 .It Cm gzip:compression-level
 A decimal integer from 0 to 9 specifying the gzip compression level.