Commit Graph

10 Commits

Author SHA1 Message Date
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
Adrien LUDWIG
62b5f91d72
[awk] Fix wrong example output (in all languages) (#4750) 2023-09-08 13:27:46 +08:00
Norwid Behrnd
7a2f6ddacd keep introducing comments close to their object
In previous commits, some introducing comments ended just in the
line ahead of their example; others did not.  For consistency,
comments are now back to back with their example.
2022-11-23 22:01:08 +01:00
Norwid Behrnd
27f052e68d break overly long lines
Critical threshold for a line are 80 characters maximum.
2022-11-23 21:26:20 +01:00
Norwid Behrnd
38abd4298c run sed -i 's/ *$//' awk-fr.html.markdown
Remove of trailing spaces.
2022-11-23 21:17:18 +01:00
nbehrnd
a18b5e2e87
[AWK/fr] correction orthography (#4445)
* [awk-fr], spell check, errors spot by @vendethiel

The commit accounts for errors in orthography identified by
@vendethiel.[1]

[1] https://github.com/adambard/learnxinyminutes-docs/pull/4440

* [awk-fr] spell check, own revision

Additional spell check.
2022-07-12 13:32:27 +02:00
Norwid Behrnd
c68805c2cb shorten overly long lines
Following the recommendation to not exceed 80 characters/line.
2022-07-11 14:46:32 +02:00
Norwid Behrnd
b20081e0f8 correct example about gsub
This corrects an error spot in the English edition of the document
spot earlier[1] and equally present in the French one.

[1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
2022-07-11 14:12:16 +02:00
Pierre-François Clement
ed100434e3
Move "awk" articles to the "tool" category 2019-03-08 17:19:27 +01:00
GannonTdW
77310658c8 [awk/fr] add awk-fr.html.markdown (#3482)
* add awk-fr.html.markdown

* correction of an oversight

* it's done

* vendethiel review (1/2)

* vendethiel review (2/2)

* vendethiel review (3)
2019-03-02 23:48:17 +01:00