From d561ee8f167878a2997de6e486c2fb329fc28926 Mon Sep 17 00:00:00 2001 From: lbellomo Date: Mon, 24 Mar 2025 12:01:16 -0300 Subject: [PATCH] doc: escape RE with '`' --- src/uu/chmod/chmod.md | 2 +- src/uu/mkdir/mkdir.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uu/chmod/chmod.md b/src/uu/chmod/chmod.md index d6c2ed2d8..10ddb48a2 100644 --- a/src/uu/chmod/chmod.md +++ b/src/uu/chmod/chmod.md @@ -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]+`. diff --git a/src/uu/mkdir/mkdir.md b/src/uu/mkdir/mkdir.md index eea3d2eb0..f5dbb2544 100644 --- a/src/uu/mkdir/mkdir.md +++ b/src/uu/mkdir/mkdir.md @@ -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]+`.