>From ec0e92d6bc1a52cb668d5246c56feb16f3b93ecb Mon Sep 17 00:00:00 2001
From: Greg Reagle <[email protected]>
Date: Wed, 11 Aug 2021 11:47:04 -0400
Subject: [PATCH] refer to re_format(7) for BSDs

---
 grep.1 | 6 ++++--
 nl.1   | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/grep.1 b/grep.1
index 0091916..cb9ae47 100644
--- a/grep.1
+++ b/grep.1
@@ -16,7 +16,8 @@
 searches the input files for lines that match the
 .Ar pattern ,
 a regular expression as defined in
-.Xr regex 7 .
+.Xr regex 7 or
+.Xr re_format 7 .
 By default each matching line is printed to stdout.
 If no
 .Ar file
@@ -83,7 +84,8 @@ An error occurred.
 .El
 .Sh SEE ALSO
 .Xr sed 1 ,
-.Xr regex 7
+.Xr regex 7 ,
+.Xr re_format 7
 .Sh STANDARDS
 The
 .Nm
diff --git a/nl.1 b/nl.1
index 5b30524..93c428c 100644
--- a/nl.1
+++ b/nl.1
@@ -63,7 +63,8 @@ This is the default.
 Only lines matching
 .Ar expr
 according to
-.Xr regex 7 .
+.Xr regex 7 or
+.Xr re_format 7 .
 .El
 .It Fl d Ar delim
 Set
--
2.20.1
From ec0e92d6bc1a52cb668d5246c56feb16f3b93ecb Mon Sep 17 00:00:00 2001
From: Greg Reagle <[email protected]>
Date: Wed, 11 Aug 2021 11:47:04 -0400
Subject: [PATCH] refer to re_format(7) for BSDs

---
 grep.1 | 6 ++++--
 nl.1   | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/grep.1 b/grep.1
index 0091916..cb9ae47 100644
--- a/grep.1
+++ b/grep.1
@@ -16,7 +16,8 @@
 searches the input files for lines that match the
 .Ar pattern ,
 a regular expression as defined in
-.Xr regex 7 .
+.Xr regex 7 or
+.Xr re_format 7 .
 By default each matching line is printed to stdout.
 If no
 .Ar file
@@ -83,7 +84,8 @@ An error occurred.
 .El
 .Sh SEE ALSO
 .Xr sed 1 ,
-.Xr regex 7
+.Xr regex 7 ,
+.Xr re_format 7
 .Sh STANDARDS
 The
 .Nm
diff --git a/nl.1 b/nl.1
index 5b30524..93c428c 100644
--- a/nl.1
+++ b/nl.1
@@ -63,7 +63,8 @@ This is the default.
 Only lines matching
 .Ar expr
 according to
-.Xr regex 7 .
+.Xr regex 7 or
+.Xr re_format 7 .
 .El
 .It Fl d Ar delim
 Set
-- 
2.20.1

Reply via email to