1
Fork 0
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:
Daniel Hofstetter 2025-03-24 16:54:19 +01:00 committed by GitHub
commit af7411a933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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]+`.

View file

@ -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]+`.