From: Phillip Susi Date: Wed, 13 Nov 2013 15:19:04 +0000 (-0500) Subject: mount: correct mount man page default iso9660 permission X-Git-Tag: v2.25-rc1~736 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9167f4c2e822a4eb161efa4d37836fe2323662a4;p=thirdparty%2Futil-linux.git mount: correct mount man page default iso9660 permission The mount man page said the default permissions are read for everyone, but it is in fact, read and execute. Signed-off-by: Phillip Susi --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 371f1a1bbf..9b9a9db432 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -1980,7 +1980,7 @@ but also apply Acorn extensions if present. .TP .BI mode= value For non-Rock Ridge volumes, give all files the indicated mode. -(Default: read permission for everybody.) +(Default: read and execute permission for everybody.) Since Linux 2.1.37 one no longer needs to specify the mode in decimal. (Octal is indicated by a leading 0.) .TP