]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(nl invocation): Specify that these are _basic_
authorJim Meyering <jim@meyering.net>
Wed, 10 Mar 2004 06:50:59 +0000 (06:50 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Mar 2004 06:50:59 +0000 (06:50 +0000)
regular expressions (BRE), and add a link to grep's documentation.

doc/coreutils.texi

index 6e074f5fa90193a01ff5c1fb7b7ce09a71baf6db..eebcb0088b8f77b17e0ebcc6ee10ee7b538d8fb3 100644 (file)
@@ -1331,8 +1331,10 @@ number all lines,
 number only nonempty lines (default for body),
 @item n
 do not number lines (default for header and footer),
-@item p@var{regexp}
-number only lines that contain a match for @var{regexp}.
+@item p@var{bre}
+number only lines that contain a match for the basic regular
+expression @var{bre}.
+@xref{Regular Expressions, , Regular Expressions, grep, The GNU Grep Manual}.
 @end table
 
 @item -d @var{cd}