From: jmc Date: Mon, 8 Nov 2021 06:46:22 +0000 (+0000) Subject: missing full stop; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c613704cffe84c70aae34e87166abe98c370aa0b;p=openbsd missing full stop; --- diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index 1f9b4e599b2..e7c9dc2ba9a 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.62 2021/03/08 06:20:50 jsg Exp $ +.\" $OpenBSD: awk.1,v 1.63 2021/11/08 06:46:22 jmc 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: March 8 2021 $ +.Dd $Mdocdate: November 8 2021 $ .Dt AWK 1 .Os .Sh NAME @@ -412,7 +412,7 @@ Ordinal number of the current record in the current file. .It Va FS Regular expression used to separate fields (default whitespace); also settable by option -.Fl F Ar fs +.Fl F Ar fs . .It Va NF Number of fields in the current record. .Va $NF