Module Name: src Committed By: wiz Date: Mon Apr 6 14:36:41 UTC 2015
Modified Files: src/external/historical/nawk/bin: awk.1 Log Message: Fix important typo, from Joachim Henke on netbsd-docs. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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.3 src/external/historical/nawk/bin/awk.1:1.4 --- src/external/historical/nawk/bin/awk.1:1.3 Sun Mar 23 01:29:12 2014 +++ src/external/historical/nawk/bin/awk.1 Mon Apr 6 14:36:41 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: awk.1,v 1.3 2014/03/23 01:29:12 dholland Exp $ +.\" $NetBSD: awk.1,v 1.4 2015/04/06 14:36:41 wiz 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 May 25, 2008 +.Dd April 6, 2015 .Dt AWK 1 .Os .Sh NAME @@ -485,7 +485,7 @@ for the first occurrence of the regular in the target string .Ar t . If -.Ar s +.Ar t is not given, .Va $0 is used.