diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:07:02 +0000 |
commit | 63aa9df02fee88a559822c460ab5a30f1d8414ee (patch) | |
tree | fedc607745a57e06a1a541feca62e18d51523ddb /man3/bcmp.3 | |
parent | e511ffb6bcaa9a584412a95e602435827e302033 (diff) |
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/bcmp.3')
-rw-r--r-- | man3/bcmp.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/bcmp.3 b/man3/bcmp.3 index d581be135..25e639c9d 100644 --- a/man3/bcmp.3 +++ b/man3/bcmp.3 @@ -37,7 +37,7 @@ bcmp \- compare byte sequences .fi .SH DESCRIPTION The -.B bcmp() +.BR bcmp () function compares the two byte sequences .I s1 and @@ -47,11 +47,11 @@ of length each. If they are equal, and in particular if .I n is zero, -.B bcmp() +.BR bcmp () returns 0. Otherwise it returns a non-zero result. .SH "RETURN VALUE" The -.B bcmp() +.BR bcmp () function returns 0 if the byte sequences are equal, otherwise a non-zero result is returned. .SH "CONFORMING TO" |