missing full stop;
authorjmc <jmc@openbsd.org>
Mon, 8 Nov 2021 06:46:22 +0000 (06:46 +0000)
committerjmc <jmc@openbsd.org>
Mon, 8 Nov 2021 06:46:22 +0000 (06:46 +0000)
usr.bin/awk/awk.1

index 1f9b4e5..e7c9dc2 100644 (file)
@@ -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