gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. fd3e8f9c332bd7


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.0-stable, updated. fd3e8f9c332bd76e7f8fa0c61c1451f52f3b1998
Date: Wed, 16 Nov 2011 17:09:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.0-stable has been updated
       via  fd3e8f9c332bd76e7f8fa0c61c1451f52f3b1998 (commit)
      from  1e9ffdd82158abb274eb512f53f5d1d771015751 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=fd3e8f9c332bd76e7f8fa0c61c1451f52f3b1998

commit fd3e8f9c332bd76e7f8fa0c61c1451f52f3b1998
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Nov 16 19:09:15 2011 +0200

    Minor doc fix.

diff --git a/doc/gawk.info b/doc/gawk.info
index 06133a6..877f50d 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -4056,8 +4056,8 @@ rebuild the entire record, using the current value of the 
fields and
      $1 = $1   # force record to be reconstituted
      print $0  # or whatever else with $0
 
-This forces `awk' rebuild the record.  It does help to add a comment,
-as we've shown here.
+This forces `awk' to rebuild the record.  It does help to add a
+comment, as we've shown here.
 
    There is a flip side to the relationship between `$0' and the
 fields.  Any assignment to `$0' causes the record to be reparsed into
@@ -27505,344 +27505,344 @@ Node: Fields170472
 Ref: Fields-Footnote-1173505
 Node: Nonconstant Fields173591
 Node: Changing Fields175793
-Node: Field Separators181771
-Node: Default Field Splitting184400
-Node: Regexp Field Splitting185517
-Node: Single Character Fields188859
-Node: Command Line Field Separator189918
-Node: Field Splitting Summary193359
-Ref: Field Splitting Summary-Footnote-1196551
-Node: Constant Size196652
-Node: Splitting By Content201236
-Ref: Splitting By Content-Footnote-1204962
-Node: Multiple Line205002
-Ref: Multiple Line-Footnote-1210849
-Node: Getline211028
-Node: Plain Getline213256
-Node: Getline/Variable215345
-Node: Getline/File216486
-Node: Getline/Variable/File217808
-Ref: Getline/Variable/File-Footnote-1219407
-Node: Getline/Pipe219494
-Node: Getline/Variable/Pipe222054
-Node: Getline/Coprocess223161
-Node: Getline/Variable/Coprocess224404
-Node: Getline Notes225118
-Node: Getline Summary227060
-Ref: table-getline-variants227403
-Node: Command line directories228259
-Node: Printing228884
-Node: Print230515
-Node: Print Examples231852
-Node: Output Separators234636
-Node: OFMT236396
-Node: Printf237754
-Node: Basic Printf238660
-Node: Control Letters240199
-Node: Format Modifiers244011
-Node: Printf Examples250020
-Node: Redirection252735
-Node: Special Files259719
-Node: Special FD260252
-Ref: Special FD-Footnote-1263877
-Node: Special Network263951
-Node: Special Caveats264801
-Node: Close Files And Pipes265597
-Ref: Close Files And Pipes-Footnote-1272620
-Ref: Close Files And Pipes-Footnote-2272768
-Node: Expressions272918
-Node: Values274050
-Node: Constants274726
-Node: Scalar Constants275406
-Ref: Scalar Constants-Footnote-1276265
-Node: Nondecimal-numbers276447
-Node: Regexp Constants279506
-Node: Using Constant Regexps279981
-Node: Variables283036
-Node: Using Variables283691
-Node: Assignment Options285415
-Node: Conversion287287
-Ref: table-locale-affects292663
-Ref: Conversion-Footnote-1293287
-Node: All Operators293396
-Node: Arithmetic Ops294026
-Node: Concatenation296531
-Ref: Concatenation-Footnote-1299324
-Node: Assignment Ops299444
-Ref: table-assign-ops304432
-Node: Increment Ops305840
-Node: Truth Values and Conditions309310
-Node: Truth Values310393
-Node: Typing and Comparison311442
-Node: Variable Typing312231
-Ref: Variable Typing-Footnote-1316128
-Node: Comparison Operators316250
-Ref: table-relational-ops316660
-Node: POSIX String Comparison320209
-Ref: POSIX String Comparison-Footnote-1321165
-Node: Boolean Ops321303
-Ref: Boolean Ops-Footnote-1325381
-Node: Conditional Exp325472
-Node: Function Calls327204
-Node: Precedence330798
-Node: Locales334467
-Node: Patterns and Actions335556
-Node: Pattern Overview336610
-Node: Regexp Patterns338276
-Node: Expression Patterns338819
-Node: Ranges342504
-Node: BEGIN/END345470
-Node: Using BEGIN/END346232
-Ref: Using BEGIN/END-Footnote-1348963
-Node: I/O And BEGIN/END349069
-Node: BEGINFILE/ENDFILE351351
-Node: Empty354244
-Node: Using Shell Variables354560
-Node: Action Overview356845
-Node: Statements359202
-Node: If Statement361056
-Node: While Statement362555
-Node: Do Statement364599
-Node: For Statement365755
-Node: Switch Statement368907
-Node: Break Statement371004
-Node: Continue Statement372994
-Node: Next Statement374781
-Node: Nextfile Statement377171
-Node: Exit Statement379716
-Node: Built-in Variables382132
-Node: User-modified383227
-Ref: User-modified-Footnote-1391253
-Node: Auto-set391315
-Ref: Auto-set-Footnote-1400606
-Node: ARGC and ARGV400811
-Node: Arrays404662
-Node: Array Basics406167
-Node: Array Intro406993
-Node: Reference to Elements411311
-Node: Assigning Elements413581
-Node: Array Example414072
-Node: Scanning an Array415804
-Node: Controlling Scanning418118
-Ref: Controlling Scanning-Footnote-1423050
-Node: Delete423366
-Ref: Delete-Footnote-1425801
-Node: Numeric Array Subscripts425858
-Node: Uninitialized Subscripts428041
-Node: Multi-dimensional429669
-Node: Multi-scanning432763
-Node: Arrays of Arrays434354
-Node: Functions438999
-Node: Built-in439821
-Node: Calling Built-in440899
-Node: Numeric Functions442887
-Ref: Numeric Functions-Footnote-1446652
-Ref: Numeric Functions-Footnote-2447009
-Ref: Numeric Functions-Footnote-3447057
-Node: String Functions447326
-Ref: String Functions-Footnote-1470823
-Ref: String Functions-Footnote-2470952
-Ref: String Functions-Footnote-3471200
-Node: Gory Details471287
-Ref: table-sub-escapes472966
-Ref: table-sub-posix-92474320
-Ref: table-sub-proposed475663
-Ref: table-posix-sub477013
-Ref: table-gensub-escapes478559
-Ref: Gory Details-Footnote-1479766
-Ref: Gory Details-Footnote-2479817
-Node: I/O Functions479968
-Ref: I/O Functions-Footnote-1486623
-Node: Time Functions486770
-Ref: Time Functions-Footnote-1497662
-Ref: Time Functions-Footnote-2497730
-Ref: Time Functions-Footnote-3497888
-Ref: Time Functions-Footnote-4497999
-Ref: Time Functions-Footnote-5498111
-Ref: Time Functions-Footnote-6498338
-Node: Bitwise Functions498604
-Ref: table-bitwise-ops499162
-Ref: Bitwise Functions-Footnote-1503322
-Node: Type Functions503506
-Node: I18N Functions503976
-Node: User-defined505603
-Node: Definition Syntax506407
-Ref: Definition Syntax-Footnote-1511317
-Node: Function Example511386
-Node: Function Caveats513980
-Node: Calling A Function514401
-Node: Variable Scope515516
-Node: Pass By Value/Reference517491
-Node: Return Statement520931
-Node: Dynamic Typing523912
-Node: Indirect Calls524647
-Node: Internationalization534332
-Node: I18N and L10N535758
-Node: Explaining gettext536444
-Ref: Explaining gettext-Footnote-1541510
-Ref: Explaining gettext-Footnote-2541694
-Node: Programmer i18n541859
-Node: Translator i18n546059
-Node: String Extraction546852
-Ref: String Extraction-Footnote-1547813
-Node: Printf Ordering547899
-Ref: Printf Ordering-Footnote-1550683
-Node: I18N Portability550747
-Ref: I18N Portability-Footnote-1553196
-Node: I18N Example553259
-Ref: I18N Example-Footnote-1555894
-Node: Gawk I18N555966
-Node: Advanced Features556583
-Node: Nondecimal Data558096
-Node: Array Sorting559679
-Node: Controlling Array Traversal560376
-Node: Array Sorting Functions568613
-Ref: Array Sorting Functions-Footnote-1572287
-Ref: Array Sorting Functions-Footnote-2572380
-Node: Two-way I/O572574
-Ref: Two-way I/O-Footnote-1578006
-Node: TCP/IP Networking578076
-Node: Profiling580920
-Node: Library Functions588394
-Ref: Library Functions-Footnote-1591401
-Node: Library Names591572
-Ref: Library Names-Footnote-1595043
-Ref: Library Names-Footnote-2595263
-Node: General Functions595349
-Node: Strtonum Function596302
-Node: Assert Function599232
-Node: Round Function602558
-Node: Cliff Random Function604101
-Node: Ordinal Functions605117
-Ref: Ordinal Functions-Footnote-1608187
-Ref: Ordinal Functions-Footnote-2608439
-Node: Join Function608648
-Ref: Join Function-Footnote-1610419
-Node: Gettimeofday Function610619
-Node: Data File Management614334
-Node: Filetrans Function614966
-Node: Rewind Function619105
-Node: File Checking620492
-Node: Empty Files621586
-Node: Ignoring Assigns623816
-Node: Getopt Function625369
-Ref: Getopt Function-Footnote-1636673
-Node: Passwd Functions636876
-Ref: Passwd Functions-Footnote-1645851
-Node: Group Functions645939
-Node: Walking Arrays654023
-Node: Sample Programs655592
-Node: Running Examples656257
-Node: Clones656985
-Node: Cut Program658209
-Node: Egrep Program668054
-Ref: Egrep Program-Footnote-1675827
-Node: Id Program675937
-Node: Split Program679553
-Ref: Split Program-Footnote-1683072
-Node: Tee Program683200
-Node: Uniq Program686003
-Node: Wc Program693432
-Ref: Wc Program-Footnote-1697698
-Ref: Wc Program-Footnote-2697898
-Node: Miscellaneous Programs697990
-Node: Dupword Program699178
-Node: Alarm Program701209
-Node: Translate Program705958
-Ref: Translate Program-Footnote-1710345
-Ref: Translate Program-Footnote-2710573
-Node: Labels Program710707
-Ref: Labels Program-Footnote-1714078
-Node: Word Sorting714162
-Node: History Sorting718046
-Node: Extract Program719885
-Ref: Extract Program-Footnote-1727368
-Node: Simple Sed727496
-Node: Igawk Program730558
-Ref: Igawk Program-Footnote-1745715
-Ref: Igawk Program-Footnote-2745916
-Node: Anagram Program746054
-Node: Signature Program749122
-Node: Debugger750222
-Node: Debugging751133
-Node: Debugging Concepts751546
-Node: Debugging Terms753402
-Node: Awk Debugging756025
-Node: Sample dgawk session756917
-Node: dgawk invocation757409
-Node: Finding The Bug758591
-Node: List of Debugger Commands765077
-Node: Breakpoint Control766388
-Node: Dgawk Execution Control770024
-Node: Viewing And Changing Data773375
-Node: Dgawk Stack776712
-Node: Dgawk Info778172
-Node: Miscellaneous Dgawk Commands782120
-Node: Readline Support787548
-Node: Dgawk Limitations788386
-Node: Language History790575
-Node: V7/SVR3.1792087
-Node: SVR4794408
-Node: POSIX795850
-Node: BTL796858
-Node: POSIX/GNU797592
-Node: Common Extensions802743
-Node: Ranges and Locales803850
-Ref: Ranges and Locales-Footnote-1808457
-Node: Contributors808678
-Node: Installation812940
-Node: Gawk Distribution813834
-Node: Getting814318
-Node: Extracting815144
-Node: Distribution contents816836
-Node: Unix Installation822058
-Node: Quick Installation822675
-Node: Additional Configuration Options824637
-Node: Configuration Philosophy826114
-Node: Non-Unix Installation828456
-Node: PC Installation828914
-Node: PC Binary Installation830213
-Node: PC Compiling832061
-Node: PC Testing835005
-Node: PC Using836181
-Node: Cygwin840366
-Node: MSYS841366
-Node: VMS Installation841880
-Node: VMS Compilation842483
-Ref: VMS Compilation-Footnote-1843490
-Node: VMS Installation Details843548
-Node: VMS Running845183
-Node: VMS Old Gawk846790
-Node: Bugs847264
-Node: Other Versions851116
-Node: Notes856397
-Node: Compatibility Mode857089
-Node: Additions857872
-Node: Accessing The Source858684
-Node: Adding Code860109
-Node: New Ports866076
-Node: Dynamic Extensions870189
-Node: Internals871565
-Node: Plugin License880668
-Node: Sample Library881302
-Node: Internal File Description881988
-Node: Internal File Ops885703
-Ref: Internal File Ops-Footnote-1890484
-Node: Using Internal File Ops890624
-Node: Future Extensions893001
-Node: Basic Concepts895505
-Node: Basic High Level896262
-Ref: Basic High Level-Footnote-1900297
-Node: Basic Data Typing900482
-Node: Floating Point Issues905007
-Node: String Conversion Precision906090
-Ref: String Conversion Precision-Footnote-1907790
-Node: Unexpected Results907899
-Node: POSIX Floating Point Problems909725
-Ref: POSIX Floating Point Problems-Footnote-1913430
-Node: Glossary913468
-Node: Copying938444
-Node: GNU Free Documentation License976001
-Node: Index1001138
+Node: Field Separators181774
+Node: Default Field Splitting184403
+Node: Regexp Field Splitting185520
+Node: Single Character Fields188862
+Node: Command Line Field Separator189921
+Node: Field Splitting Summary193362
+Ref: Field Splitting Summary-Footnote-1196554
+Node: Constant Size196655
+Node: Splitting By Content201239
+Ref: Splitting By Content-Footnote-1204965
+Node: Multiple Line205005
+Ref: Multiple Line-Footnote-1210852
+Node: Getline211031
+Node: Plain Getline213259
+Node: Getline/Variable215348
+Node: Getline/File216489
+Node: Getline/Variable/File217811
+Ref: Getline/Variable/File-Footnote-1219410
+Node: Getline/Pipe219497
+Node: Getline/Variable/Pipe222057
+Node: Getline/Coprocess223164
+Node: Getline/Variable/Coprocess224407
+Node: Getline Notes225121
+Node: Getline Summary227063
+Ref: table-getline-variants227406
+Node: Command line directories228262
+Node: Printing228887
+Node: Print230518
+Node: Print Examples231855
+Node: Output Separators234639
+Node: OFMT236399
+Node: Printf237757
+Node: Basic Printf238663
+Node: Control Letters240202
+Node: Format Modifiers244014
+Node: Printf Examples250023
+Node: Redirection252738
+Node: Special Files259722
+Node: Special FD260255
+Ref: Special FD-Footnote-1263880
+Node: Special Network263954
+Node: Special Caveats264804
+Node: Close Files And Pipes265600
+Ref: Close Files And Pipes-Footnote-1272623
+Ref: Close Files And Pipes-Footnote-2272771
+Node: Expressions272921
+Node: Values274053
+Node: Constants274729
+Node: Scalar Constants275409
+Ref: Scalar Constants-Footnote-1276268
+Node: Nondecimal-numbers276450
+Node: Regexp Constants279509
+Node: Using Constant Regexps279984
+Node: Variables283039
+Node: Using Variables283694
+Node: Assignment Options285418
+Node: Conversion287290
+Ref: table-locale-affects292666
+Ref: Conversion-Footnote-1293290
+Node: All Operators293399
+Node: Arithmetic Ops294029
+Node: Concatenation296534
+Ref: Concatenation-Footnote-1299327
+Node: Assignment Ops299447
+Ref: table-assign-ops304435
+Node: Increment Ops305843
+Node: Truth Values and Conditions309313
+Node: Truth Values310396
+Node: Typing and Comparison311445
+Node: Variable Typing312234
+Ref: Variable Typing-Footnote-1316131
+Node: Comparison Operators316253
+Ref: table-relational-ops316663
+Node: POSIX String Comparison320212
+Ref: POSIX String Comparison-Footnote-1321168
+Node: Boolean Ops321306
+Ref: Boolean Ops-Footnote-1325384
+Node: Conditional Exp325475
+Node: Function Calls327207
+Node: Precedence330801
+Node: Locales334470
+Node: Patterns and Actions335559
+Node: Pattern Overview336613
+Node: Regexp Patterns338279
+Node: Expression Patterns338822
+Node: Ranges342507
+Node: BEGIN/END345473
+Node: Using BEGIN/END346235
+Ref: Using BEGIN/END-Footnote-1348966
+Node: I/O And BEGIN/END349072
+Node: BEGINFILE/ENDFILE351354
+Node: Empty354247
+Node: Using Shell Variables354563
+Node: Action Overview356848
+Node: Statements359205
+Node: If Statement361059
+Node: While Statement362558
+Node: Do Statement364602
+Node: For Statement365758
+Node: Switch Statement368910
+Node: Break Statement371007
+Node: Continue Statement372997
+Node: Next Statement374784
+Node: Nextfile Statement377174
+Node: Exit Statement379719
+Node: Built-in Variables382135
+Node: User-modified383230
+Ref: User-modified-Footnote-1391256
+Node: Auto-set391318
+Ref: Auto-set-Footnote-1400609
+Node: ARGC and ARGV400814
+Node: Arrays404665
+Node: Array Basics406170
+Node: Array Intro406996
+Node: Reference to Elements411314
+Node: Assigning Elements413584
+Node: Array Example414075
+Node: Scanning an Array415807
+Node: Controlling Scanning418121
+Ref: Controlling Scanning-Footnote-1423053
+Node: Delete423369
+Ref: Delete-Footnote-1425804
+Node: Numeric Array Subscripts425861
+Node: Uninitialized Subscripts428044
+Node: Multi-dimensional429672
+Node: Multi-scanning432766
+Node: Arrays of Arrays434357
+Node: Functions439002
+Node: Built-in439824
+Node: Calling Built-in440902
+Node: Numeric Functions442890
+Ref: Numeric Functions-Footnote-1446655
+Ref: Numeric Functions-Footnote-2447012
+Ref: Numeric Functions-Footnote-3447060
+Node: String Functions447329
+Ref: String Functions-Footnote-1470826
+Ref: String Functions-Footnote-2470955
+Ref: String Functions-Footnote-3471203
+Node: Gory Details471290
+Ref: table-sub-escapes472969
+Ref: table-sub-posix-92474323
+Ref: table-sub-proposed475666
+Ref: table-posix-sub477016
+Ref: table-gensub-escapes478562
+Ref: Gory Details-Footnote-1479769
+Ref: Gory Details-Footnote-2479820
+Node: I/O Functions479971
+Ref: I/O Functions-Footnote-1486626
+Node: Time Functions486773
+Ref: Time Functions-Footnote-1497665
+Ref: Time Functions-Footnote-2497733
+Ref: Time Functions-Footnote-3497891
+Ref: Time Functions-Footnote-4498002
+Ref: Time Functions-Footnote-5498114
+Ref: Time Functions-Footnote-6498341
+Node: Bitwise Functions498607
+Ref: table-bitwise-ops499165
+Ref: Bitwise Functions-Footnote-1503325
+Node: Type Functions503509
+Node: I18N Functions503979
+Node: User-defined505606
+Node: Definition Syntax506410
+Ref: Definition Syntax-Footnote-1511320
+Node: Function Example511389
+Node: Function Caveats513983
+Node: Calling A Function514404
+Node: Variable Scope515519
+Node: Pass By Value/Reference517494
+Node: Return Statement520934
+Node: Dynamic Typing523915
+Node: Indirect Calls524650
+Node: Internationalization534335
+Node: I18N and L10N535761
+Node: Explaining gettext536447
+Ref: Explaining gettext-Footnote-1541513
+Ref: Explaining gettext-Footnote-2541697
+Node: Programmer i18n541862
+Node: Translator i18n546062
+Node: String Extraction546855
+Ref: String Extraction-Footnote-1547816
+Node: Printf Ordering547902
+Ref: Printf Ordering-Footnote-1550686
+Node: I18N Portability550750
+Ref: I18N Portability-Footnote-1553199
+Node: I18N Example553262
+Ref: I18N Example-Footnote-1555897
+Node: Gawk I18N555969
+Node: Advanced Features556586
+Node: Nondecimal Data558099
+Node: Array Sorting559682
+Node: Controlling Array Traversal560379
+Node: Array Sorting Functions568616
+Ref: Array Sorting Functions-Footnote-1572290
+Ref: Array Sorting Functions-Footnote-2572383
+Node: Two-way I/O572577
+Ref: Two-way I/O-Footnote-1578009
+Node: TCP/IP Networking578079
+Node: Profiling580923
+Node: Library Functions588397
+Ref: Library Functions-Footnote-1591404
+Node: Library Names591575
+Ref: Library Names-Footnote-1595046
+Ref: Library Names-Footnote-2595266
+Node: General Functions595352
+Node: Strtonum Function596305
+Node: Assert Function599235
+Node: Round Function602561
+Node: Cliff Random Function604104
+Node: Ordinal Functions605120
+Ref: Ordinal Functions-Footnote-1608190
+Ref: Ordinal Functions-Footnote-2608442
+Node: Join Function608651
+Ref: Join Function-Footnote-1610422
+Node: Gettimeofday Function610622
+Node: Data File Management614337
+Node: Filetrans Function614969
+Node: Rewind Function619108
+Node: File Checking620495
+Node: Empty Files621589
+Node: Ignoring Assigns623819
+Node: Getopt Function625372
+Ref: Getopt Function-Footnote-1636676
+Node: Passwd Functions636879
+Ref: Passwd Functions-Footnote-1645854
+Node: Group Functions645942
+Node: Walking Arrays654026
+Node: Sample Programs655595
+Node: Running Examples656260
+Node: Clones656988
+Node: Cut Program658212
+Node: Egrep Program668057
+Ref: Egrep Program-Footnote-1675830
+Node: Id Program675940
+Node: Split Program679556
+Ref: Split Program-Footnote-1683075
+Node: Tee Program683203
+Node: Uniq Program686006
+Node: Wc Program693435
+Ref: Wc Program-Footnote-1697701
+Ref: Wc Program-Footnote-2697901
+Node: Miscellaneous Programs697993
+Node: Dupword Program699181
+Node: Alarm Program701212
+Node: Translate Program705961
+Ref: Translate Program-Footnote-1710348
+Ref: Translate Program-Footnote-2710576
+Node: Labels Program710710
+Ref: Labels Program-Footnote-1714081
+Node: Word Sorting714165
+Node: History Sorting718049
+Node: Extract Program719888
+Ref: Extract Program-Footnote-1727371
+Node: Simple Sed727499
+Node: Igawk Program730561
+Ref: Igawk Program-Footnote-1745718
+Ref: Igawk Program-Footnote-2745919
+Node: Anagram Program746057
+Node: Signature Program749125
+Node: Debugger750225
+Node: Debugging751136
+Node: Debugging Concepts751549
+Node: Debugging Terms753405
+Node: Awk Debugging756028
+Node: Sample dgawk session756920
+Node: dgawk invocation757412
+Node: Finding The Bug758594
+Node: List of Debugger Commands765080
+Node: Breakpoint Control766391
+Node: Dgawk Execution Control770027
+Node: Viewing And Changing Data773378
+Node: Dgawk Stack776715
+Node: Dgawk Info778175
+Node: Miscellaneous Dgawk Commands782123
+Node: Readline Support787551
+Node: Dgawk Limitations788389
+Node: Language History790578
+Node: V7/SVR3.1792090
+Node: SVR4794411
+Node: POSIX795853
+Node: BTL796861
+Node: POSIX/GNU797595
+Node: Common Extensions802746
+Node: Ranges and Locales803853
+Ref: Ranges and Locales-Footnote-1808460
+Node: Contributors808681
+Node: Installation812943
+Node: Gawk Distribution813837
+Node: Getting814321
+Node: Extracting815147
+Node: Distribution contents816839
+Node: Unix Installation822061
+Node: Quick Installation822678
+Node: Additional Configuration Options824640
+Node: Configuration Philosophy826117
+Node: Non-Unix Installation828459
+Node: PC Installation828917
+Node: PC Binary Installation830216
+Node: PC Compiling832064
+Node: PC Testing835008
+Node: PC Using836184
+Node: Cygwin840369
+Node: MSYS841369
+Node: VMS Installation841883
+Node: VMS Compilation842486
+Ref: VMS Compilation-Footnote-1843493
+Node: VMS Installation Details843551
+Node: VMS Running845186
+Node: VMS Old Gawk846793
+Node: Bugs847267
+Node: Other Versions851119
+Node: Notes856400
+Node: Compatibility Mode857092
+Node: Additions857875
+Node: Accessing The Source858687
+Node: Adding Code860112
+Node: New Ports866079
+Node: Dynamic Extensions870192
+Node: Internals871568
+Node: Plugin License880671
+Node: Sample Library881305
+Node: Internal File Description881991
+Node: Internal File Ops885706
+Ref: Internal File Ops-Footnote-1890487
+Node: Using Internal File Ops890627
+Node: Future Extensions893004
+Node: Basic Concepts895508
+Node: Basic High Level896265
+Ref: Basic High Level-Footnote-1900300
+Node: Basic Data Typing900485
+Node: Floating Point Issues905010
+Node: String Conversion Precision906093
+Ref: String Conversion Precision-Footnote-1907793
+Node: Unexpected Results907902
+Node: POSIX Floating Point Problems909728
+Ref: POSIX Floating Point Problems-Footnote-1913433
+Node: Glossary913471
+Node: Copying938447
+Node: GNU Free Documentation License976004
+Node: Index1001141
 
 End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index dfd6dd8..9cd4b74 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -5706,7 +5706,7 @@ print $0  # or whatever else with $0
 @end example
 
 @noindent
-This forces @command{awk} rebuild the record.  It does help
+This forces @command{awk} to rebuild the record.  It does help
 to add a comment, as we've shown here.
 
 There is a flip side to the relationship between @code{$0} and

-----------------------------------------------------------------------

Summary of changes:
 doc/gawk.info |  682 ++++++++++++++++++++++++++++----------------------------
 doc/gawk.texi |    2 +-
 2 files changed, 342 insertions(+), 342 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]