diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-13 07:58:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-13 07:58:45 +0000 |
commit | d86b014ebb9550a33e0f9b90bb5d42b6bd207777 (patch) | |
tree | ff5932bee53626fee959e9b9f2748bfb554483c2 /src | |
parent | eddf022d340feb0cc992ba3aae7eab10cf43ff82 (diff) | |
download | coreutils-d86b014ebb9550a33e0f9b90bb5d42b6bd207777.tar.xz |
(usage): Specify that nl uses _basic_ regular expressions.
Diffstat (limited to 'src')
-rw-r--r-- | src/nl.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -215,7 +215,8 @@ second character implies :. Type \\\\ for \\. STYLE is one of:\n\ a number all lines\n\ t number only nonempty lines\n\ n number no lines\n\ - pREGEXP number only lines that contain a match for REGEXP\n\ + pBRE number only lines that contain a match for the basic regular\n\ + expression, BRE\n\ \n\ FORMAT is one of:\n\ \n\ |