aboutsummaryrefslogtreecommitdiffstats
path: root/man3/bswap.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/bswap.3')
-rw-r--r--man3/bswap.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/bswap.3 b/man3/bswap.3
index e26e320675..41dad78ed2 100644
--- a/man3/bswap.3
+++ b/man3/bswap.3
@@ -24,7 +24,7 @@ These functions return the value of their argument with the bytes reversed.
.SH ERRORS
These functions always succeed.
.SH STANDARDS
-These functions are GNU extensions.
+GNU.
.SH EXAMPLES
The program below swaps the bytes of the 8-byte integer supplied as
its command-line argument.