summaryrefslogtreecommitdiff
path: root/usr.bin/awk/awk.1
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-07-17 21:48:57 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-07-17 21:48:57 +0000
commit8bbd1e5dfa3e18b14c7759c5d65609cd8ca329ce (patch)
treee5c55af6367fc1ff20a7d11c6e39ba20b6d191ba /usr.bin/awk/awk.1
parenta85e98d4f44d87ee2e99ab2ef1e200f81272b671 (diff)
Fix omission in description of FS variable; from tedu
Diffstat (limited to 'usr.bin/awk/awk.1')
-rw-r--r--usr.bin/awk/awk.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index 3a03ae1385f..65ba69c068a 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: awk.1,v 1.8 2000/11/10 05:10:21 aaron Exp $
+.\" $OpenBSD: awk.1,v 1.9 2002/07/17 21:48:56 millert Exp $
.\" EX/EE is a Bd
.Dd June 29, 1996
.Dt AWK 1
@@ -431,7 +431,7 @@ conversion format used when converting numbers
.It Va FS
regular expression used to separate fields; also settable
by option
-.Fl fs .
+.Fl F Ar fs .
.It Va NF
number of fields in the current record
.It Va NR