]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/swab.3
Automated unformatting of parentheses using unformat_parens.sh
[thirdparty/man-pages.git] / man3 / swab.3
index c3a7020a636dd3a491183f9823a54291b6cd032b..ed5abaee61f520b6a6c7044d10eb2c9878c29173 100644 (file)
@@ -36,7 +36,7 @@ swab \- swap adjacent bytes
 .BI "void swab(const void *" from ", void *" to ", ssize_t " n );
 .fi
 .SH DESCRIPTION
-The \fBswab()\fP function copies \fIn\fP bytes from the array pointed
+The \fBswab\fP() function copies \fIn\fP bytes from the array pointed
 to by \fIfrom\fP to the array pointed to by \fIto\fP, exchanging
 adjacent even and odd bytes.  This function is used to exchange data
 between machines that have different low/high byte ordering.
@@ -46,7 +46,7 @@ When \fIn\fP is positive and odd, it handles \fIn\fP-1 bytes
 as above, and does something unspecified with the last byte.
 (In other words, \fIn\fP should be even.)
 .SH "RETURN VALUE"
-The \fBswab()\fP function returns no value.
+The \fBswab\fP() function returns no value.
 .SH "CONFORMING TO"
 SVID 3, 4.3BSD, POSIX 1003.1-2001
 .SH "SEE ALSO"