diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-22 20:04:59 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-22 20:04:59 +0100 |
commit | 05aa5616d7aa7b4dea2c882ad5518571f3b790a8 (patch) | |
tree | 4883feead5733d6b506494fd6a97e90c34bf5c47 /man | |
parent | 167d40913908562af9e38f233481cbc528f9a904 (diff) |
Replace \ with \e
Diffstat (limited to 'man')
-rw-r--r-- | man/grab.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -301,7 +301,7 @@ section from the given .Xr mdoc 7 formatted manual pages: .Pp -.Dl $ grab \-n 'x/^\.Sh SYNOPSIS\en(^.*\en(?!^\e.Sh))+/' foo.1 bar.1 +.Dl $ grab \-n 'x/^\e.Sh SYNOPSIS\en(^.*\en(?!^\e.Sh))+/' foo.1 bar.1 .Sh SEE ALSO .Xr git\-ls\-files 1 , .Xr grep 1 , |