With a single backslash, '\0' ended up as ' ' in the man output. Signed-off-by: Štěpán Němec <stepnem@xxxxxxxxx> --- man3/strcmp.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/strcmp.3 b/man3/strcmp.3 index c1992c18427c..469c9b6947d1 100644 --- a/man3/strcmp.3 +++ b/man3/strcmp.3 @@ -143,7 +143,7 @@ First, some examples using .EX $ \fB./string_comp ABC ABC\fP <str1> and <str2> are equal -$ \fB./string_comp ABC AB\fP # \(aqC\(aq is ASCII 67; \(aqC\(aq \- \(aq\0\(aq = 67 +$ \fB./string_comp ABC AB\fP # \(aqC\(aq is ASCII 67; \(aqC\(aq \- \(aq\\0\(aq = 67 <str1> is greater than <str2> (67) $ \fB./string_comp ABA ABZ\fP # \(aqA\(aq is ASCII 65; \(aqZ\(aq is ASCII 90 <str1> is less than <str2> (\-25) base-commit: 65dfda3dd16da5cff236c4a84532ec40d7533578 -- 2.31.1