diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-08-06 21:58:07 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-08-06 22:25:17 +0200 |
| commit | be266c07cb93d5252e96c7d9d40d5465b99bbb3b (patch) | |
| tree | e2a1465e04a11d96c8ba673c13e239c82341303b /man3 | |
| parent | af2d18b2c26ede995f8e41c5a8fe3ad6331dce98 (diff) | |
| download | man-pages-be266c07cb93d5252e96c7d9d40d5465b99bbb3b.tar.gz | |
assert.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -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 |
