mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #7560 from lbellomo/fix-ghost-link-doc
doc: escape RE with backticks (`)
This commit is contained in:
commit
af7411a933
2 changed files with 2 additions and 2 deletions
|
@ -13,4 +13,4 @@ With --reference, change the mode of each FILE to that of RFILE.
|
||||||
|
|
||||||
## After Help
|
## After Help
|
||||||
|
|
||||||
Each MODE is of the form '[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=]?[0-7]+'.
|
Each MODE is of the form `[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=]?[0-7]+`.
|
||||||
|
|
|
@ -10,4 +10,4 @@ Create the given DIRECTORY(ies) if they do not exist
|
||||||
|
|
||||||
## After Help
|
## After Help
|
||||||
|
|
||||||
Each MODE is of the form '[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=]?[0-7]+'.
|
Each MODE is of the form `[ugoa]*([-+=]([rwxXst]*|[ugo]))+|[-+=]?[0-7]+`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue