Commit Graph

335 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
Sebastiaan Speck 1e41872b72
asciinema: update translations (#12267) 2024-02-15 07:36:16 +01:00
Fazle Arefin 40844ef996
dd: use -x in pgrep (#12248) 2024-02-13 18:31:41 +05:30
K.B.Dharun Krishna 1de9190d63
pages.*: standardize capitalization in note term (#12195)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-05 12:34:49 +05:30
Vitor Henrique 4e4b80a5b7
pages.*: use keith.github.io for builtin man pages (#12168) 2024-01-31 11:20:27 +01:00
Vitor Henrique 2f2b869ebe
boxes: update more info links on translations (#12098) 2024-01-21 13:35:45 +05:30
HoJeong Im 82dbb658c3
blockout2: add Korean translation (#12076) 2024-01-16 19:39:37 +05:30
HoJeong Im 71403f5893
blender, df, docker, git-clone: update Korean translation; man, date: add Korean translation (#12074) 2024-01-15 15:33:09 +05:30
HoJeong Im 5f02ba680a
autoflake: add Korean translation (#12072) 2024-01-15 05:48:43 +01:00
Sebastiaan Speck 5ca7549db7
pages.ko: update outdated pages (#11920) 2024-01-13 12:42:39 +01:00
Sebastiaan Speck 41b7426b43
kill: update link (#12054) 2024-01-10 18:47:44 +05:30
Sebastiaan Speck 35ab57d6cd
df, umount: update link (#12055) 2024-01-10 18:34:58 +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
HoJeong Im e3292d315b
autoconf: add Korean translation (#11962) 2024-01-01 21:07:44 +05:30
Vitor Henrique d5c93c019d
sed: add {Free,Net,Open}BSD pages (#11897)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-31 13:58:18 +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
Vitor Henrique 8810d911fe
accelerate: leave value as part of the command (#11948) 2023-12-31 12:44:34 +05:30
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
HoJeong Im 61ab21b8d3
auditd: add Korean translation (#11876) 2023-12-28 11:47:46 +05:30
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
HoJeong Im 59ec7ff6f3
anki: add Korean translation (#11835) 2023-12-25 23:04:08 +05:30
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
HoJeong Im eb46dcb52a
argon2: add Korean translation (#11772) 2023-12-17 19:58:05 +05:30
HoJeong Im 326f0f33e9
audacious: add Korean translation (#11769) 2023-12-16 22:03:40 +05:30
HoJeong Im 769469e98a
adscript: add Korean translation (#11754) 2023-12-15 23:45:05 +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
HoJeong Im 62cb0d5d7b
atuin: add Korean translation (#11731) 2023-12-14 12:19:20 +01:00
HoJeong Im cc4907814e
androguard: add Korean translation (#11721) 2023-12-11 11:49:54 +01:00
HoJeong Im 5d4fa5b5c6
ajson: add Korean translation (#11708) 2023-12-10 07:59:15 +01:00
HoJeong Im 8291123e9a
atrm: add Korean translation (#11674) 2023-12-06 08:05:21 +01:00
HoJeong Im 65acdc0bee
afconvert: add Korean translation (#11666) 2023-12-05 19:56:17 +05:30
HoJeong Im c628002157
acyclic: add Korean translation (#11653) 2023-12-04 10:47:59 +05:30
HoJeong Im c18cf64fb0
agate: add Korean translation (#11648) 2023-12-04 01:23:01 +05:30
Reinhart Previano Koentjoro d6d4561c17
pages*: fix documentation mistakes (#11641)
* a2ping: minor fixes

* ab: fix mnemonics

* ab: fix mnemonics

* ab: fix mnemonics

* abduco: add mnemonics

* accelerate: use Hugging Face as a trademark

* ack: highlight grep as a command

* acme.sh: highlight certbot as command

* act: add mnemonics

* ag: highlight ack as command

* age-keygen: add Oxford comma

* linux/shutdown: add mnemonics

* airdecap-ng: use Oxford comma

* alex: use standard path name template
2023-12-03 19:59:57 +07:00
HoJeong Im 64bf158a07
avo: add Korean translation (#11636) 2023-12-02 09:43:07 +01:00
Juri Dispan bd9efef521
7z: update page (#11601) 2023-11-29 21:31:42 +01:00
HoJeong Im 5bb4f442d3
arp-scan: add Korean translation (#11599) 2023-11-28 19:58:43 +01:00
HoJeong Im 8ec0d6f6b3
boxes: add Korean translation (#11591) 2023-11-27 11:48:55 +01:00
HoJeong Im 513a6cd893
asciitopgm: add Korean translation (#11583) 2023-11-24 12:20:02 +01:00
HoJeong Im 040c94dfa0
atq: add Korean translation (#11576) 2023-11-23 06:52:34 +01:00
K.B.Dharun Krishna 9836e5cb1b
django-admin: update link (#11566)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-22 21:03:25 +01:00
HoJeong Im 77bb606930
airshare: add Korean translation (#11562) 2023-11-22 17:14:38 +01:00
Sebastiaan Speck 02fe8f609e
tldr: update link (#11545) 2023-11-22 17:14:05 +01:00
HoJeong Im 38f70421c4
bb: add Korean translation (#11551) 2023-11-20 22:20:34 +05:30
HoJeong Im be3e45f965
anytopnm: add Korean translation (#11539)
[add]: add anytopnm.md for common
2023-11-19 16:28:44 +01:00