Commit Graph

571 Commits (8699caba882cfabbac44e923184aa079d1ad0748)

Author SHA1 Message Date
Vitor Henrique 006abfda34
pages*: sync https://developer.android.com more info links (#12288)
* pages*: sync https://developer.android.com more info links

* dalvikvm: fix wrong link
2024-02-22 17:53:50 +05:30
Gabriele Congiu f704702475
pacman: add Italian translation (#12266)
translated pacman page from en to it
2024-02-16 00:19:42 +01:00
Sebastiaan Speck 1e41872b72
asciinema: update translations (#12267) 2024-02-15 07:36:16 +01:00
Sebastiaan Speck ff58a9356a
bless, more, yabai: update more info link (#12269) 2024-02-15 10:09:41 +05:30
Fazle Arefin 40844ef996
dd: use -x in pgrep (#12248) 2024-02-13 18:31:41 +05:30
Sebastiaan Speck be0823bbb6
pages.*/osx: use keith.github.io (#12192)
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
2024-02-03 23:02:02 +01:00
Vitor Henrique 4e4b80a5b7
pages.*: use keith.github.io for builtin man pages (#12168) 2024-01-31 11:20:27 +01:00
Alejandro Cervera d4115451e4
duplicity: remove bad options (#12057)
* duplicity: replace changed option "--file-to-restore" from commands

* duplicity: remove invalid option "--use-new-style" from commands
2024-01-11 13:37:13 +05:30
Sebastiaan Speck fd745e9167
df, exec, exit, export: fix more info link (#12037)
* df, exec, exit, export: fix more info link

* df: update outdated Farsi translation

---------

Co-authored-by: Mohammad Reza Soleimani <87926618+MrMw3@users.noreply.github.com>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-09 14:31:59 +05:30
Reinhart Previano Koentjoro 4bbfbd300c
git-check-*: use standard multiple path conventions (#11985) 2024-01-03 15:40:31 +07:00
Reinhart Previano Koentjoro 79dea90876
git-archive: remove equal signs from parameters (#11984) 2024-01-03 01:40:54 -03:00
Sebastiaan Speck a844af120a
bastet: update Italian translation (#11966) 2024-01-01 20:42:58 +01:00
Sebastiaan Speck 9bdadee54c
pages.*: sync more info link (#11961) 2024-01-01 15:56:36 +01:00
Vitor Henrique c5508a288e
ab: add CSV example and update pt_BR translation (#11931)
* ab: add CSV example

* ab: update pt_BR translation

* ab: leave values as part of the commands
2023-12-31 12:48:26 +05:30
Sebastiaan Speck f21e21ca64
docker-exec: fix typo (#11935) 2023-12-30 21:04:29 +05:30
Sebastiaan Speck 2513972143
pages.it: update outdated pages (#11914) 2023-12-29 17:48:46 +01:00
Sebastiaan Speck 618e227301
pages*: mark keys according to the guideline (#11907) 2023-12-29 17:02:08 +01:00
Sebastiaan Speck 56e832d64d
bash, fold: update link to match other pages (#11906) 2023-12-29 17:41:32 +05:30
Sebastiaan Speck dcb53c85a0
pages*: update outdated pages (#11821)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-28 16:48:20 +01:00
Vitor Henrique 61405c6e0e
pages*: fix small typos (#11850)
* pages*: fix small typos

* pages/*: make help and version commands consistent

* pages/*: follow "path/to/file" pattern

* nop: generic display help wording
2023-12-27 12:11:30 +05:30
Magrid 9385401207
tac: update Italian translation (#11819) 2023-12-27 12:00:42 +05:30
Magrid 7e4631f514
mv: update Italian translation (#11818)
* mv: Update italian translation

* Update mv.md
2023-12-22 13:46:14 +01:00
K.B.Dharun Krishna c8fc07d649
pages.*: fix page title (#11811) 2023-12-22 06:44:48 +01:00
Julia Evans 0f31336609
dig: remove inaccurate description of ANY (#11798) 2023-12-20 05:28:24 +05:30
Sebastiaan Speck 5d3caee147
pages*: remove bold and italic styling (#11777)
* pages*: remove bold and italic styling

* Update pages/common/strings.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* pages.*: update outdated pages

* Update conky.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-19 17:55:22 +05:30
K.B.Dharun Krishna 1b6a9a1536
docker-inspect: escape placeholders (#11733)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 21:32:43 +05:30
Gabe Livengood 9d865abee1
`test`: Use POSIX-compliant example for equals comparison (#11728)
* [: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.

* test: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.
2023-12-14 20:31:13 +05:30
Juri Dispan 5978942629
7z: remove file extension in -t example (#11738) 2023-12-14 14:33:42 +01:00
Juri Dispan bd9efef521
7z: update page (#11601) 2023-11-29 21:31:42 +01:00
Sebastiaan Speck a804b95bca
powershell, pwsh: update more info link (#11480) 2023-11-13 07:06:11 +01:00
Reinhart Previano Koentjoro 159626c127
powershell, pwsh, windows/*: fix PowerShell conventions (#11465) 2023-11-12 16:46:05 +07:00
Lena 8da5a29a70
pages*: remove curly braces from example descriptions (#11462) 2023-11-12 08:38:58 +05:30
Darío Hereñú 686f4ef026
!: add Spanish translation, fix placeholder in description (#11451)
* !: add Spanish translation

* !: fix placeholder in description

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-11 21:12:46 +05:30
K.B.Dharun Krishna 5c26174aa9
pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30
Sebastiaan Speck 0c22f53b71
brew-cask: remove translations (#11382) 2023-11-06 14:02:33 +05:30
K.B.Dharun Krishna f1aa0a8fe5
Revert "pages/*: add standard translation and links (#11331)" (#11374)
This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
2023-11-06 14:02:32 +05:30
K.B.Dharun Krishna 8538a31451
pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30
cyqsimon 1f4e4f8175
git-stage: convert to alias page (#10942)
* git-stage: 'synonym' -> 'alias'

* git-stage: convert to alias page

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-01 10:42:48 +05:30
Sebastiaan Speck 10896a0a0b
pages*: fix tldr-lint issues (#11288)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-26 19:31:26 +02:00
Magrid e8220acb9f
!, [, agate: add Italian translation (#11194)
* !: Add Italian translation

* [: Add Italian translation

* agate: Add Italian translation
2023-10-25 16:02:04 +02:00
Samuele Facenda 3582f9c3f7
uname: add Italian translation (#10788) 2023-10-24 06:45:25 +02:00
Magrid 08f3800766
Move pages in the correct folder (#11163) 2023-10-23 22:27:11 +02:00
Magrid 287f07f412
cmd, bugreport, fastboot: update link (#11132)
* Update link as requested on #11099

* Update link as requested on #11099

* Update link as requested on #11099
2023-10-21 15:26:15 +02:00
K.B.Dharun Krishna 6538886138
*/halt: update link to `manned` (#10804)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-03 08:56:53 +05:30
iagor molino 3e05d29f19
ufw: add pt_BR translation; */ufw: highlight `iptables` command (#10793)
* ufw : add pt_BR translation

* ufw: highlight iptables command

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-02 08:54:49 +02:00
Lena 8d3737dcbf
pages/*: add `< >` around links in example descriptions (#10594)
* pages/*: add `< >` around links in example descriptions

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* apm: add `< >` to the English page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-10 18:51:33 +05:30
Leandro Villari db0c657ade
ip, smbclient, choco-install, robocopy: add Italian translation (#9985)
* ip, smbclient, choco-install, robocopy: add Italian translation

---------

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
Co-authored-by: Marco Bonelli <mb5.marcob@gmail.com>
2023-07-03 07:43:31 +05:30
4G3NT 87ec0727fc
pages*: add backticks to every io stream (#10442)
* pages*: add backticks to every io stream
2023-07-02 18:42:01 +05:30
Luís Góis 9014511631
git-cherry-pick: spelled-out version of `-n` (#10417)
* `-n` => `--no-commit`
2023-06-25 14:36:35 +02:00
Luca 89725aa36f
git-init: update Italian translation (#10168)
* git-init: update Italian translation
2023-06-13 19:13:37 +05:30