Point people to re_format(7) instead of regex(3) for
RE description; from Greg A. Woods.
This commit is contained in:
parent
34efd254f6
commit
86a0205ded
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: sed.1,v 1.21 2003/08/07 11:15:50 agc Exp $
|
.\" $NetBSD: sed.1,v 1.22 2004/01/04 02:24:07 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1992, 1993
|
.\" Copyright (c) 1992, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -157,7 +157,7 @@ function.
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
regular expressions are basic regular expressions (BRE's, see
|
regular expressions are basic regular expressions (BRE's, see
|
||||||
.Xr regex 3
|
.Xr re_format 7
|
||||||
for more information).
|
for more information).
|
||||||
In addition,
|
In addition,
|
||||||
.Nm
|
.Nm
|
||||||
|
|
Loading…
Reference in New Issue