summaryrefslogtreecommitdiff
path: root/man3/bcmp.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:07:02 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:07:02 +0000
commit63aa9df02fee88a559822c460ab5a30f1d8414ee (patch)
treefedc607745a57e06a1a541feca62e18d51523ddb /man3/bcmp.3
parente511ffb6bcaa9a584412a95e602435827e302033 (diff)
Automated unformatting of parentheses using unformat_parens.sh
Diffstat (limited to 'man3/bcmp.3')
-rw-r--r--man3/bcmp.36
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"