Commit Graph

4 Commits (00bd7d04f3bad9e2db4a50c4b14d6f94722cd9cd)

Author SHA1 Message Date
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
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
Lena 9ced683c99
style-guide: add guidelines for standard streams; fix remaining pages (#11196)
* readonly, {un,}compress, zbarcam: use proper syntax for IO streams

* style-guide: add guidelines for standard streams

* duckdb, perl: add backticks around stdin and stdout
2023-10-24 06:55:09 +05:30
parthzz 768f6203d2
readonly: add page (#10786)
* readonly: add page

* Update readonly.md

* Update readonly.md

* Update pages/common/readonly.md

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>

* Update readonly.md

* Update pages/common/readonly.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/common/readonly.md

* Update pages/common/readonly.md

* Update pages/common/readonly.md

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-10-02 12:54:14 +08:00