From d86b014ebb9550a33e0f9b90bb5d42b6bd207777 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Mar 2004 07:58:45 +0000 Subject: [PATCH] (usage): Specify that nl uses _basic_ regular expressions. --- src/nl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nl.c b/src/nl.c index cc4865ef48..648e36e0a7 100644 --- a/src/nl.c +++ b/src/nl.c @@ -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\ -- 2.47.2