Commit bb4db0e
authored
Fix backslash in manpage
According to documentation, to include a literal backslash into the manpage, one has to use `\e`.
For instance, FreeBSD mandoc complains otherwise:
% mandoc -Tlint -Wunsupp < ddgr.1
mandoc: <stdin>:234:2: UNSUPP: unsupported escape sequence: \!
mandoc: <stdin>:248:2: UNSUPP: unsupported escape sequence: \!1 parent a533056 commit bb4db0e
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
0 commit comments