summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2010-11-23 16:47:11 +0100
committerAndreas Gruenbacher <agruen@linbit.com>2010-12-15 01:27:51 +0100
commitcd31bafa745bb0603a26a39ad8d7e4abd2756c10 (patch)
treebc77a6c5c3c7289b89f28e43a8b7367f1f07a6e9
parent986642a10b5076c45405bceca606197660308fef (diff)
downloadacl-cd31bafa745bb0603a26a39ad8d7e4abd2756c10.tar.gz
OPTIONS in man pages should be a section heading, not a subsection heading
-rw-r--r--man/man1/getfacl.12
-rw-r--r--man/man1/setfacl.12
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/getfacl.1 b/man/man1/getfacl.1
index 5fe60a1..0e839b7 100644
--- a/man/man1/getfacl.1
+++ b/man/man1/getfacl.1
@@ -101,7 +101,7 @@ to the containing directory of a file) are also granted read access
to the file's ACLs. This is analogous to the permissions required for
accessing the file mode.
-.SS OPTIONS
+.SH OPTIONS
.TP 4
.I \-a, \-\-access
Display the file access control list.
diff --git a/man/man1/setfacl.1 b/man/man1/setfacl.1
index 3f00cde..64f0e33 100644
--- a/man/man1/setfacl.1
+++ b/man/man1/setfacl.1
@@ -85,7 +85,7 @@ to modify ACLs of a file. This is analogous to the permissions required
for accessing the file mode. (On current Linux systems, root is the only
user with the CAP_FOWNER capability.)
-.SS OPTIONS
+.SH OPTIONS
.TP 4
.I \-b, \-\-remove-all
Remove all extended ACL entries. The base ACL entries of the owner, group and others are retained.