mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
regex(3): belatedly document REG_POSIX from r363734
My original patch included this documented, but it appears that I failed to include the manpage update. Do so now.
This commit is contained in:
parent
6e0c8e1ae2
commit
ba8b64de05
1 changed files with 12 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
.\" @(#)regex.3 8.4 (Berkeley) 3/20/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 25, 2016
|
||||
.Dd April 15, 2017
|
||||
.Dt REGEX 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -183,6 +183,17 @@ compatible with but not specified by
|
|||
.St -p1003.2 ,
|
||||
and should be used with
|
||||
caution in software intended to be portable to other systems.
|
||||
.It Dv REG_POSIX
|
||||
Compile only
|
||||
.St -p1003.2
|
||||
compliant expressions.
|
||||
This flag has no effect unless linking against
|
||||
.Nm libregex .
|
||||
This is an extension,
|
||||
compatible with but not specified by
|
||||
.St -p1003.2 ,
|
||||
and should be used with
|
||||
caution in software intended to be portable to other systems.
|
||||
.El
|
||||
.Pp
|
||||
When successful,
|
||||
|
|
|
|||
Loading…
Reference in a new issue