diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2010-11-23 16:44:55 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2010-11-23 16:44:55 +0100 |
commit | 0a2d62b62a3aef601228232ee2e0133a3bbc510b (patch) | |
tree | 8e4904494e8526b5544979acce3591c4f7a2adff | |
parent | 7fed4441e12dc794c5eb6ae1798c8338548042ac (diff) | |
download | attr-0a2d62b62a3aef601228232ee2e0133a3bbc510b.tar.gz |
OPTIONS in man pages should be a section heading, not a subsection heading
-rw-r--r-- | man/man1/getfattr.1 | 2 | ||||
-rw-r--r-- | man/man1/setfattr.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/getfattr.1 b/man/man1/getfattr.1 index 40f735d..53beb84 100644 --- a/man/man1/getfattr.1 +++ b/man/man1/getfattr.1 @@ -59,7 +59,7 @@ The remaining lines (lines 2 to 4 above) show the and .I value pairs associated with the specified file. -.SS OPTIONS +.SH OPTIONS .TP 4 .BR \-n " \f2name\f1, " \-\-name "=\f2name\f1" Dump the value of the named extended attribute extended attribute. diff --git a/man/man1/setfattr.1 b/man/man1/setfattr.1 index 2d33f50..ee54e06 100644 --- a/man/man1/setfattr.1 +++ b/man/man1/setfattr.1 @@ -40,7 +40,7 @@ command associates a new with an extended attribute .IR name for each specified file. -.SS OPTIONS +.SH OPTIONS .TP 4 .BR \-n " \f2name\f1, " \-\-name "=\f2name\f1" Specifies the name of the extended attribute to set. |