Package: grep Version: 2.14-1 Severity: minor Tags: patch upstream Hi,
The new “-R, --dereference-recursive” option is not aligned correctly in grep.1, the attached trivial patch fixes the issue. Regards David -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.5-trunk-amd64 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages grep depends on: ii dpkg 1.16.9 ii install-info 4.13a.dfsg.1-10 ii libc6 2.13-36 grep recommends no packages. Versions of packages grep suggests: ii libpcre3 1:8.31-1 -- no debconf information
>From b5c0aa096e9ca4789d2f44a7a122480add8d10b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= <[email protected]> Date: Thu, 8 Nov 2012 11:50:19 -0400 Subject: [PATCH] grep.1: ffix --- doc/grep.in.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/grep.in.1 b/doc/grep.in.1 index 4bf03b4..f2d4362 100644 --- a/doc/grep.in.1 +++ b/doc/grep.in.1 @@ -533,6 +533,7 @@ following symbolic links only if they are on the command line. This is equivalent to the .B "\-d recurse" option. +.TP .BR \-R ", " \-\^\-dereference\-recursive Read all files under each directory, recursively. Follow all symbolic links, unlike -- 1.7.10.4

