Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 1a11c96f36e22f603e8e091b9068c06e > files > 1

aufs-tools-4.4-0.git20160301.1.mga5.src.rpm

Author: Daniel Baumann <mail@daniel-baumann.ch>
Description:
 Correcting example syntax, thanks to Dan Greene <dan-greene@wi.rr.com>
 (Closes: #700111).

diff -Naurp aufs-tools.orig/aufs.in.5 aufs-tools/aufs.in.5
--- aufs-tools.orig/aufs.in.5
+++ aufs-tools/aufs.in.5
@@ -2006,7 +2006,7 @@ shows how the options are handled. (assu
 installed)
 
 .nf
-# mount -v -t aufs br:/day0:/base none /u
+# mount -v -t aufs -o br:/day0:/base none /u
 none on /u type aufs (rw,xino=/day0/.aufs.xino,br:/day0=rw:/base=ro)
 # mount -v -o remount,\\
 	prepend:/day1,\\
@@ -2018,7 +2018,7 @@ none on /u type aufs (rw,xino=/day1/xino
 .fi
 
 .nf
-# mount -t aufs br:/rw none /u
+# mount -t aufs -o br:/rw none /u
 # mount -o remount,append:/ro /u
 different uid/gid/permission, /ro
 # mount -o remount,del:/ro /u