Package: findutils
Version: 4.4.2-1+b1
Severity: minor

The following example from 'man find' lacks quotation marks around the 
arguments for fprintf:

|       find / \
|       \( -perm -4000 -fprintf /root/suid.txt %#m %u %p\n \) , \
|       \( -size +100M -fprintf /root/big.txt %-10s %p\n \)

Correct form would be something like:

|       find / \
|       \( -perm -4000 -fprintf /root/suid.txt "%#m %u %p\n" \) , \
|       \( -size +100M -fprintf /root/big.txt "%-10s %p\n" \)

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages findutils depends on:
ii  dpkg                      1.15.8.10      Debian package management system
ii  install-info              4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6                     2.11.2-10      Embedded GNU C Library: Shared lib

findutils recommends no packages.

Versions of packages findutils suggests:
ii  locate                        4.4.2-1+b1 maintain and query an index of a d

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to