Diff for /embedaddon/sudo/doc/fixmdoc.sh between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2013/07/22 10:46:11 version 1.1.1.3, 2013/10/14 07:56:34
Line 33  case "$OUTFILE" in Line 33  case "$OUTFILE" in
         # BSD auth          # BSD auth
         BA_FLAG=          BA_FLAG=
         if [ X"$BAMAN" != X"1" ]; then          if [ X"$BAMAN" != X"1" ]; then
                BA_FLAG='/^.*\n\.Op Fl a Ar auth_type/{;N;/^.*\n\.Ek$/d;};'                BA_FLAG='/^.*\n\.Op Fl a Ar type/{;N;/^.*\n\.Ek$/d;};'
                 cat >>"$OUTFILE" <<-'EOF'                  cat >>"$OUTFILE" <<-'EOF'
                         /^\.It Fl a Ar type/,/BSD authentication\.$/ {                          /^\.It Fl a Ar type/,/BSD authentication\.$/ {
                                 d                                  d
Line 65  case "$OUTFILE" in Line 65  case "$OUTFILE" in
                         /^\.It Fl r Ar role/,/^\.Ar role \.$/ {                          /^\.It Fl r Ar role/,/^\.Ar role \.$/ {
                                 d                                  d
                         }                          }
                        /^\.It Fl t Ar type/,/specified role\.$/ {                        /^\.It Fl t Ar type/,/derived from the role\.$/ {
                                 d                                  d
                         }                          }
                         /^SELinux role and type$/ {                          /^SELinux role and type$/ {

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>