summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man3/swab.3
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man3/swab.3')
-rw-r--r--upstream/opensuse-tumbleweed/man3/swab.37
1 files changed, 3 insertions, 4 deletions
diff --git a/upstream/opensuse-tumbleweed/man3/swab.3 b/upstream/opensuse-tumbleweed/man3/swab.3
index 046c0f85..b2638463 100644
--- a/upstream/opensuse-tumbleweed/man3/swab.3
+++ b/upstream/opensuse-tumbleweed/man3/swab.3
@@ -9,7 +9,7 @@
.\" 386BSD man pages
.\" Modified Sat Jul 24 17:52:15 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2001-12-15, aeb
-.TH swab 3 2023-07-20 "Linux man-pages 6.05.01"
+.TH swab 3 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
swab \- swap adjacent bytes
.SH LIBRARY
@@ -19,7 +19,7 @@ Standard C library
.nf
.BR "#define _XOPEN_SOURCE" " /* See feature_test_macros(7) */"
.B #include <unistd.h>
-.PP
+.P
.BI "void swab(const void " from "[restrict ." n "], void " to "[restrict ." n ],
.BI " ssize_t " n );
.fi
@@ -37,7 +37,7 @@ exchanging
adjacent even and odd bytes.
This function is used to exchange data
between machines that have different low/high byte ordering.
-.PP
+.P
This function does nothing when
.I n
is negative.
@@ -68,7 +68,6 @@ T{
.BR swab ()
T} Thread safety MT-Safe
.TE
-.sp 1
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY