Module Name: src
Committed By: drochner
Date: Wed Apr 20 10:10:33 UTC 2011
Modified Files:
src/external/historical/nawk/bin: awk.1
Log Message:
fix V->version flag
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/historical/nawk/bin/awk.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/historical/nawk/bin/awk.1
diff -u src/external/historical/nawk/bin/awk.1:1.1 src/external/historical/nawk/bin/awk.1:1.2
--- src/external/historical/nawk/bin/awk.1:1.1 Thu Aug 26 14:57:16 2010
+++ src/external/historical/nawk/bin/awk.1 Wed Apr 20 10:10:32 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: awk.1,v 1.1 2010/08/26 14:57:16 christos Exp $
+.\" $NetBSD: awk.1,v 1.2 2011/04/20 10:10:32 drochner Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -37,7 +37,7 @@
.Op Ar prog | Fl f Ar filename
.Ar
.Nm
-.Fl V
+.Fl version
.Sh DESCRIPTION
.Nm
is the Bell Labs' implementation of the AWK programming language as
@@ -109,7 +109,7 @@
Any number of
.Fl v
options may be present.
-.It Fl V
+.It Fl version
Print
.Nm
version on standard output and exit.