diff options
| -rw-r--r-- | man3/assert.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/assert.3 b/man3/assert.3 index b5c0e7831a..1154f27c22 100644 --- a/man3/assert.3 +++ b/man3/assert.3 @@ -51,7 +51,11 @@ The error message includes the name of the file and function containing the call, the source code line number of the call, and the text of the argument; something like: .PP - prog: some_file.c:16: some_func: Assertion `val == 0' failed. +.in +4n +.EX +prog: some_file.c:16: some_func: Assertion \`val == 0\(aq failed. +.EE +.in .PP If the macro .B NDEBUG |
