mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
doc: escape RE with '`'
This commit is contained in:
parent
cce6e4922b
commit
d561ee8f16
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
|
||||
|
||||
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
|
||||
|
||||
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