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
This commit is contained in:

committed by
GitHub

parent
887050a5eb
commit
ced5cb22f6
@@ -2,7 +2,7 @@
|
||||
|
||||
> Create or modify read-only variables within a shell script, preventing the variable from being changed by subsequent commands.
|
||||
> This is useful when you want to ensure that a variable retains a constant value throughout the execution of a script.
|
||||
> More information: <https://manned.org/readonly.1p>.
|
||||
> More information: <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#readonly>.
|
||||
|
||||
- Create a read-only variable:
|
||||
|
||||
|
Reference in New Issue
Block a user