From: Jim Meyering <meyer...@redhat.com> * build-aux/pmccabe.css: Remove trailing blanks. * doc/acl-cygwin.txt: Likewise. * doc/gnu-oids.texi: Likewise * cfg.mk: Enable sc_trailing_blank. Exempt build-aux/texinfo.tex and doc/Copyright/assign.future.manual. --- ChangeLog | 7 +++++++ build-aux/pmccabe.css | 4 ++-- cfg.mk | 3 ++- doc/acl-cygwin.txt | 6 +++--- doc/gnu-oids.texi | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/ChangeLog b/ChangeLog index ec42f95..80b07fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2012-01-17 Jim Meyering <meyer...@redhat.com> + maint: enable sc_trailing_blank + * build-aux/pmccabe.css: Remove trailing blanks. + * doc/acl-cygwin.txt: Likewise. + * doc/gnu-oids.texi: Likewise + * cfg.mk: Enable sc_trailing_blank. + Exempt build-aux/texinfo.tex and doc/Copyright/assign.future.manual. + maint: enable sc_prohibit_openat_without_use * cfg.mk: Enable sc_prohibit_openat_without_use. Exempt lib/selinux-at.c. diff --git a/build-aux/pmccabe.css b/build-aux/pmccabe.css index b78bc10..a10ee35 100644 --- a/build-aux/pmccabe.css +++ b/build-aux/pmccabe.css @@ -56,7 +56,7 @@ body { } .ranges_entry_simple { - background: #87ff75; + background: #87ff75; } .ranges_entry_moderate { @@ -105,7 +105,7 @@ body { .function_entry_simple { - background: #87ff75; + background: #87ff75; } .function_entry_moderate { diff --git a/cfg.mk b/cfg.mk index 71da114..bce58d2 100644 --- a/cfg.mk +++ b/cfg.mk @@ -44,7 +44,6 @@ local-checks-to-skip = \ sc_require_config_h_first \ sc_space_tab \ sc_texinfo_acronym \ - sc_trailing_blank \ sc_two_space_separator_in_usage \ sc_unmarked_diagnostics \ sc_useless_cpp_parens @@ -54,3 +53,5 @@ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ exclude_file_name_regexp--sc_prohibit_doubled_word = \ ^(tests/test-init\.sh|lib/base(32|64)\.c)$$ exclude_file_name_regexp--sc_prohibit_openat_without_use = ^lib/selinux-at\.c$$ +exclude_file_name_regexp--sc_trailing_blank = \ + ^(build-aux/texinfo\.tex|doc/Copyright/assign\.future\.manual)$$ diff --git a/doc/acl-cygwin.txt b/doc/acl-cygwin.txt index 82ce6e4..9274c51 100644 --- a/doc/acl-cygwin.txt +++ b/doc/acl-cygwin.txt @@ -57,7 +57,7 @@ Modify file and directory access control lists (ACLs) At least one of (-d, -f, -m, -s) must be specified - Acl_entries are one or more comma-separated ACL entries + Acl_entries are one or more comma-separated ACL entries from the following list: u[ser]::perm @@ -68,7 +68,7 @@ At least one of (-d, -f, -m, -s) must be specified o[ther]:perm Default entries are like the above with the additional - default identifier. For example: + default identifier. For example: d[efault]:u[ser]:uid:perm @@ -116,7 +116,7 @@ The following options are supported: - One default other entry. -m Add or modify one or more specified ACL entries. - Acl_entries is a comma-separated list of entries from the + Acl_entries is a comma-separated list of entries from the same list as above. -r Causes the permissions specified in the mask entry to be diff --git a/doc/gnu-oids.texi b/doc/gnu-oids.texi index 85386e7..ecbd59b 100644 --- a/doc/gnu-oids.texi +++ b/doc/gnu-oids.texi @@ -15,7 +15,7 @@ 1.3.6.1.4.1.11591.1 GNU Radius -1.3.6.1.4.1.11591.2 GnuPG +1.3.6.1.4.1.11591.2 GnuPG 1.3.6.1.4.1.11591.2.1 notation 1.3.6.1.4.1.11591.2.1.1 pkaAddress -- 1.7.9.rc1.2.gccfe4