Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/historical/nawk/bin awk(1): consistent Capitalization.



details:   https://anonhg.NetBSD.org/src/rev/0df6e33b167e
branches:  trunk
changeset: 368329:0df6e33b167e
user:      uwe <uwe%NetBSD.org@localhost>
date:      Tue Jul 05 18:40:03 2022 +0000

description:
awk(1): consistent Capitalization.

diffstat:

 external/historical/nawk/bin/awk.1 |  26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diffs (94 lines):

diff -r c00f700bbb63 -r 0df6e33b167e external/historical/nawk/bin/awk.1
--- a/external/historical/nawk/bin/awk.1        Tue Jul 05 18:18:48 2022 +0000
+++ b/external/historical/nawk/bin/awk.1        Tue Jul 05 18:40:03 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: awk.1,v 1.28 2022/07/05 18:18:48 uwe Exp $
+.\"    $NetBSD: awk.1,v 1.29 2022/07/05 18:40:03 uwe Exp $
 .\"
 .\" Copyright (C) Lucent Technologies 1997
 .\" All Rights Reserved
@@ -479,7 +479,7 @@
 .Fn gsub
 return the number of replacements.
 .It Fn index s t
-the position in
+The position in
 .Ar s
 where the string
 .Ar t
@@ -491,13 +491,13 @@
 .Fa string
 .Oc Ns \&)
 .Oc Xc
-the length of its argument
+The length of its argument
 taken as a string,
 or of
 .Li $ Ns Va 0
 if no argument.
 .It Fn match s r
-the position in
+The position in
 .Ar s
 where the regular expression
 .Ar r
@@ -511,7 +511,7 @@
 .Fa s a\|
 .Oo Fa fs
 .Oc Fc Xc
-splits the string
+Splits the string
 .Ar s
 into array elements
 .Ar a Ns Li [1] ,
@@ -540,7 +540,7 @@
 .Fa r s\|
 .Oo Fa t
 .Oc Fc Xc
-substitutes
+Substitutes
 .Ar s
 for the first occurrence of the regular expression
 .Ar r
@@ -568,12 +568,12 @@
 .Ar s
 is returned.
 .It Fn tolower str
-returns a copy of
+Returns a copy of
 .Ar str
 with all upper-case characters translated to their
 corresponding lower-case equivalents.
 .It Fn toupper str
-returns a copy of
+Returns a copy of
 .Ar str
 with all lower-case characters translated to their
 corresponding upper-case equivalents.
@@ -616,9 +616,9 @@
 .Ss Other built-in functions
 .Bl -tag -width Fn
 .It Fn system cmd
-executes
+Executes
 .Ar cmd
-and returns its exit status
+and returns its exit status.
 .El
 .Ss Patterns
 Patterns are arbitrary Boolean combinations
@@ -736,11 +736,11 @@
 .It Va RS
 input record separator (default newline)
 .It Va RSTART
-Position of the first character matched by
+position of the first character matched by
 .Fn match ;
-0 if not match.
+0 if no match.
 .It Va RLENGTH
-Length of the string matched by
+length of the string matched by
 .Fn match ;
 \-1 if no match.
 .It Va SUBSEP



Home | Main Index | Thread Index | Old Index