Commit Graph

2177 Commits (65b52c687b7fef81b18abadc5828750979592b43)

Author SHA1 Message Date
cyqsimon bf0ef98a3d
lid: add page (#7578) 2024-01-10 07:01:38 +01:00
Vitor Henrique 5ecd1ac7ea
umount: split common and util-linux implementations (#12045)
* umount: split common and util-linux implementations

* umount: remove additional newlines
2024-01-10 11:08:42 +08:00
Vitor Henrique fb6b981286
renice: split POSIX and util-linux implementations (#12047) 2024-01-09 22:18:23 +01:00
Sebastiaan Speck 73c8bd118f
cat, cksum, comm, cut, chcon, csplit: add Dutch translation (#11999)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2024-01-09 19:54:56 +01:00
Vitor Henrique 8b8d72e3e4
nala: improve description (#12031) 2024-01-09 14:41:18 +05:30
Vitor Henrique a8864329ff
ionice: move to linux/ and update page (#12042) 2024-01-09 14:28:07 +05:30
Vitor Henrique 8c478fccb8
kill: split POSIX and util-linux implementations (#12044) 2024-01-09 14:20:21 +05:30
Managor 6f40d0dc4b
pw-play: update page (#12026)
* pw-play: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-08 12:55:07 +05:30
Alejandro Cervera 0385654986
common/*: update pages of some POSIX special built-in utilities (#11956)
* exec, export, readonly, set, shift, trap: replace command descriptions

* exec, exit, export, readonly, set, shift, trap, exec, export: replace example descriptions

* exec, trap: replace "More information" links

* trap: remove prefix "SIG" from some command arguments

Although POSIX allows implementations to specify signal names without
the prefix "SIG", I will choose the most portable form.

* export: replace term

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* set: replace term

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* export: replace term

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* export: replace term

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* exec: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* exit: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* export: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* readonly: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* set: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* shift: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* trap: replace Open Group link

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

* exec: explain environment of child process

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-07 19:38:34 -03:00
Vitor Henrique 309c097d02
df: split POSIX, FreeBSD, NetBSD, OpenBSD, osx and GNU (#11870)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-07 11:43:56 +01:00
Vitor Henrique c19a39c1d4
lex: add examples and add {Free,Net,Open}BSD pages (#11895)
* lex: add examples and add other BSD

* lex: fix OpenBSD man link

* lex: remove unsupported option from OpenBSD

* lex: apply suggestions from code review

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* flex, lex: moving flex options to common/flex.md

* lex: mention `lex` alias to `flex`

* Update pages/linux/lex.md

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-07 14:44:19 +05:30
Thomas Baisley 52c7ebedde
wami: fix typo (#12013)
Fixed typo at line 3, 73
2024-01-07 13:32:15 +05:30
Thomas Baisley 6cacb2d8f1
wami: add page (#12003) 2024-01-06 19:12:44 +01:00
Andreas Diesner 11ada1bc24
jhead: add page (#12001)
* jhead: add page

add german translation

* jhead: fix wording

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-01-05 14:56:16 +01:00
Alejandro Cervera cdfd3cd17b
cat: remove examples with the option "-u" (#11983) 2024-01-03 09:44:34 +08:00
Vitor Henrique 10357b3fc0
wikit: move to common/ and add pt_BR translation (#11950)
* wikit: move to common/

* wikit: add pt_BR translation

* wikit: remove page from old directory

* wikit: fix pt_BR translation formatting

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2024-01-02 16:49:35 -03:00
Vitor Henrique 7e6956ed41
pw-top: add page (#11903)
* pw-top: add page

* pw-top: update page

* pw-top: add pt_BR translations

* pw-top: remove additional character

* pw-top: move to linux/

* pw-top: apply suggestions from code review

Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>

* pw-top: fix PipeWire casing

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

* pw-top: fix PipeWire casing in pt_BR

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

* pw-top: remove help and version commands

* pw-top: remove help and version commands in pt_BR

---------

Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2024-01-02 16:44:00 -03:00
Sebastiaan Speck 3b8dd30d52
pages: fix typo (#11934)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-01 19:26:11 +01:00
Vitor Henrique 21001221a3
lastlog: leave values as part of the commands (#11947) 2023-12-30 21:34:15 +05:30
Vitor Henrique e9cc39fade
pw-dot: add page (#11904)
* pw-dot: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com>
2023-12-30 18:36:53 +05:30
Sebastiaan Speck 618e227301
pages*: mark keys according to the guideline (#11907) 2023-12-29 17:02:08 +01:00
Ilya Mashchenko 7ec97b40d0
journalctl: add "logs from last unit start" example (#11578)
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2023-12-29 16:00:45 +01:00
Vitor Henrique 4634eacca5
sport: add page and pt_BR translation (#11872)
* sport: add page and pt_BR translation

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-29 18:57:51 +05:30
Alejandro Cervera ced5cb22f6
common/*: update pages of POSIX special Built-In utilities (#11858)
* eval, exec, exit, export, readonly, set, shift, trap: use Open Group links

* exec, export, trap: split Linux and POSIX
2023-12-29 18:37:58 +05:30
Sebastiaan Speck 56e832d64d
bash, fold: update link to match other pages (#11906) 2023-12-29 17:41:32 +05:30
Vitor Henrique ac06e8b23d
pw-cli: use a more clear description instead of a generic one (#11887)
* pw-cli: improve description

* Update pages.pt_BR/linux/pw-cli.md

---------

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-28 12:41:47 -03:00
jackiesogi 282cd9130f
wikit: add page (#11824)
* wikit: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2023-12-27 22:03:26 +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
Vitor Henrique 7b6c610196
pipewire, pw-dump, pw-profiler: add pages (#11788)
* pipewire: add page

* pw-profiler: add page

* pw-profiler: fix ponctuation

* pipewire: add angle brackets to information link

* pw-profiler: fix filename

* pw-profiler: use space instead of equal

* pw-dump: add page

* pw-dump: remove trailing space

* pw-pipewire, pw-dump: add pt_BR translations

* pw-dump: refine wording of first command's description

* pipewire: add missing curly bracket

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

* pipewire: replace starts with start

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

* pw-dump: refine wording

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

* pw-profiler: add missing backticks

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

* pipewire: fix typo

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* pipewire: translate placeholder

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

* pipewire: use "the" instead of "a"

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* pipewire: use "o" instead of "um" in pt_BR

* pipewire: add missing curly bracket in pt_BR

* pipewire: translate "or" in pt_BR

* pipewire: remove "=" in arguments

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-27 12:04:31 +05:30
Sebastiaan Speck 7510205497
pages/*: fix small typos (#11831)
* pages/*: fix small typos

* Update ssh-copy-id.md

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

* ansible-inventory: fix typo

* Update pages/linux/zathura.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* gcloud: fix typo

* fdesetup: mark as placeholder

* icalbuddy: use general placeholder

* ip: make it a placeholder

* git-svn: fix typo

* pages/*: fix typos

* kubectl-get: add mnemonics and long options

* kubectl-describe: add mnemonics and long options

* pip-install: use short option

* Update icalbuddy.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-12-27 11:52:49 +05:30
Shashank Hebbar b15263d6aa
mount.ddi: add page (#11622)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-12-25 17:52:54 +01:00
K.B.Dharun Krishna c8fc07d649
pages.*: fix page title (#11811) 2023-12-22 06:44:48 +01:00
Vitor Henrique 033c20bcc5
pw-cat: update page and pt_BR translation (#11805) 2023-12-22 10:26:04 +05:30
Shashank Hebbar ebc34f5c60
systemd-resolve: add alias page (#11543)
* systemd-resolve: add alias page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-20 22:48:48 +05:30
Vitor Henrique 1a4fd7bebc
pw-link: update page; pw-*: add pt_BR translation (#11740)
* pw_link: list with ids

* pw-link: add list links example

* pw-*: add pt_BR translation

* pw-cat, pw-loopback: fix formatting errors in pt_BR

* pw-*: replace "ids" with "IDs"

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

* pw-*: fix verb tenses in pt_BR

* pw-link: clarify WAV mentioning in pt_BR

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

* pw-cat: change example volume level to 125%

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-20 05:18:30 +05:30
Juri Dispan 999326de39
salloc, sattach, sbcast, sdiag, sprio, sshare, strigger, sview, sh5util, scrun, scrontab: add pages (#11651) 2023-12-18 22:53:21 +00:00
Vitor Henrique 0db8a02129
pw-mon: add page and pt_BR translation (#11744)
* pw-mon: add page

* pw-mon: add pt_BR translation

* pw-mon: translate "remote_name" to pt_BR

* pw-mon: use "display" instead of "show" in help command description

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

* pw-mon: fix verb tenses in pt_BR

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-17 01:50:46 -03:00
Vitor Henrique 3e9e229f49
mpv, pw-cat: update page; mpv: add pt_BR translation (#11734)
* mpv: merge file and URL playing examples

* mpv: add screenshot example

* mpv: move speed range to placeholder

* mpv: add pt_BR translation

* mpv: translate or in pt_BR

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

* mpv: fix: moving pt_BR translation to common/

* pw-cat: add quality example

* mpv: replace url example with "url"

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

* mpv: use English versions of keys in pt_BR

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

* mpv, pw-cat: fix verb tenses and use relative path in screenshot

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-17 01:46:32 -03:00
Alejandro Cervera 9f89c45d13
scrot: add two examples (#11748)
* scrot: add two examples

* scrot: replace example description

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

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-15 23:52:09 +05:30
Sebastiaan Speck 6c8037db23
qm-import-disk: match with translations (#11739) 2023-12-14 23:09:49 +05:30
Juri Dispan 9d383ade68
*: fix typos in command names (#11730)
* *: fix typos in command names

* command name fixes in other languages

* fix incorrectly translated commands

* change incorrect file name

* qm move disk alias pages

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 17:41:19 +05:30
Alejandro Cervera 0076e3fc73
byzanz-record: add page (#11716)
* byzanz-record: add page

* byzanz-record: replace description

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

* byzanz-record: wrap command name in description with backticks

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

* byzanz-record: replace example

* byzanz-record: replace More Information link

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

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-11 08:55:14 +05:30
Reinhart Previano Koentjoro 4b9ccf7ab9
halt: fix page (#11702) 2023-12-08 18:48:28 +01:00
Sebastiaan Speck 78f233ab92
systemd-sysext: add Dutch translation, update page (#11670) 2023-12-05 21:53:39 +01:00
Hetav Pandya 78e3bd99ab
ripmime: add page (#11654)
* Add page for ripmime cmd under Linux

* ripmime: fix typo

* ripmime: implement suggestions

* ripmime: Fixed dir name
2023-12-04 18:39:38 +01:00
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
Lena 0e7d2cea9c
playerctl: update page (#11616) 2023-11-30 23:39:30 +05:30
Lena 908c9366c0
vboxmanage-*, exiqgrep: update page (#11604)
* exiqgrep: update page

* vboxmanage-*: update page
2023-11-30 09:27:59 +01:00
ovigeek 9f8e6a1179
exiqgrep: add page (#11565)
* exiqgrep: add page

* exiqgrep: move from `common` to `linux`

* exiqgrep: add display message for bounce count

* exiqgrep: fix formatting

* exiqgrep: update page

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

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-29 19:54:35 +05:30
Sanjinso 4986a3f134
chatgpt: add page (#11597)
* chatgpt: add page

* chatgpt: fix formating

* Update pages/linux/chatgpt.md

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

* Removed trailing whitespace

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

* Update pages/linux/chatgpt.md

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

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-28 15:29:45 +01:00