bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #14556] find.1 manpage still refers to "-perm +mode" instead of "-p


From: Andreas Metzler
Subject: [bug #14556] find.1 manpage still refers to "-perm +mode" instead of "-perm /mode"
Date: Sat, 17 Sep 2005 09:54:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.11) Gecko/20050815 Debian/1.7.11-0.0.0.amsarge.1

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14556>

                 Summary: find.1 manpage still refers to "-perm +mode"
instead of "-perm /mode"
                 Project: findutils
            Submitted by: ametzler
            Submitted on: Sa 17.09.2005 um 09:54
                Category: documentation
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 4.2.25
           Fixed Release: None

    _______________________________________________________

Details:

find.1 still documents the old syntax

find -perm +mode

instead of

find -perm /mode

Attached patch fixes this. As my copyright assignment is still pending you
might want to re-generate this yourself, it is a no-brainer, just replace any
-perm +... with -perm /... except for

-.B find /  \t\e( \-perm +4000 \-fprintf /root/suid.txt '%#m %u %p\en' \e) ,
\e
+.B find /  \t\e( \-perm -4000 \-fprintf /root/suid.txt '%#m %u %p\en' \e) ,
\e

where the usage of the GNU extension is superfluous and "-" can be used
instead.
             cu andreas





    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sa 17.09.2005 um 09:54  Name: fix-permdocs.diff  Size: 1,74KB   By:
ametzler
bugfix
<http://savannah.gnu.org/bugs/download.php?item_id=14556&item_file_id=2956>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14556>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]