1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 07:13:36 +02:00

awk(1): the flush function was added to POSIX.1-2024

Remove this function from the list of POSIX extensions.

ok millert@
This commit is contained in:
daniel
2026-05-03 23:06:15 +00:00
parent 126c93b16f
commit 28f0ca93e9
+2 -3
View File
@@ -1,4 +1,4 @@
.\" $OpenBSD: awk.1,v 1.71 2024/12/25 13:44:22 naddy Exp $
.\" $OpenBSD: awk.1,v 1.72 2026/05/03 23:06:15 daniel Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -22,7 +22,7 @@
.\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
.\" THIS SOFTWARE.
.\"
.Dd $Mdocdate: December 25 2024 $
.Dd $Mdocdate: May 3 2026 $
.Dt AWK 1
.Os
.Sh NAME
@@ -1044,7 +1044,6 @@ and
support for regular expressions in
.Va RS ,
as well as the functions
.Fn fflush ,
.Fn gensub ,
.Fn compl ,
.Fn and ,