Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/uu/chmod/chmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]+`.
2 changes: 1 addition & 1 deletion src/uu/mkdir/mkdir.md
Original file line number Diff line number Diff line change
Expand Up @@ -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