summaryrefslogtreecommitdiff
path: root/usr.bin/awk/awk.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2011-02-07 00:02:51 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2011-02-07 00:02:51 +0000
commit17dec87e5409e01a5657473937b2ac36d7da6a93 (patch)
tree9032e131e8adb2d1b916067e2369123061968a36 /usr.bin/awk/awk.1
parent21c01657aec0fb1c59da7f68798c6121189a789d (diff)
Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no
longer suppress spacing when used at the beginning of an input line, and mandoc now follows the same behaviour as new groff. Thus, sweep the tree and remove useless .Ns. Most places found by jmc@; ok jmc@ kristaps@.
Diffstat (limited to 'usr.bin/awk/awk.1')
-rw-r--r--usr.bin/awk/awk.18
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index 6dad9ebbde2..73666d0ac87 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -1,5 +1,4 @@
-.\" $OpenBSD: awk.1,v 1.37 2010/10/01 07:06:16 jmc Exp $
-.\" EX/EE is a Bd
+.\" $OpenBSD: awk.1,v 1.38 2011/02/07 00:02:50 schwarze Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -23,7 +22,7 @@
.\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
.\" THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 1 2010 $
+.Dd $Mdocdate: February 7 2011 $
.Dt AWK 1
.Os
.Sh NAME
@@ -35,8 +34,7 @@
.Op Fl V
.Op Fl d Ns Op Ar n
.Op Fl F Ar fs
-.Oo Fl v Ar var Ns =
-.Ns Ar value Oc
+.Op Fl v Ar var Ns = Ns Ar value
.Op Ar prog | Fl f Ar progfile
.Ar
.Sh DESCRIPTION