Module Name: src
Committed By: maya
Date: Mon Oct 16 11:53:00 UTC 2017
Modified Files:
src/share/man/man9: byteorder.9
Log Message:
Suggest to include the POSIX <endian.h> rather than BSD <sys/endian.h>
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/byteorder.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/byteorder.9
diff -u src/share/man/man9/byteorder.9:1.8 src/share/man/man9/byteorder.9:1.9
--- src/share/man/man9/byteorder.9:1.8 Fri May 14 05:23:35 2010
+++ src/share/man/man9/byteorder.9 Mon Oct 16 11:53:00 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: byteorder.9,v 1.8 2010/05/14 05:23:35 dholland Exp $
+.\" $NetBSD: byteorder.9,v 1.9 2017/10/16 11:53:00 maya Exp $
.\"
.\" Copyright (c) 2002 Mike Barcroft <[email protected]>
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/share/man/man9/byteorder.9,v 1.6 2003/05/21 17:32:55 ru Exp $
.\"
-.Dd May 5, 2010
+.Dd Oct 16, 2017
.Dt BYTEORDER 9
.Os
.Sh NAME
@@ -59,7 +59,7 @@
.Nm le64dec
.Nd byte order operations
.Sh SYNOPSIS
-.In sys/endian.h
+.In endian.h
.Ft uint16_t
.Fn bswap16 "uint16_t int16"
.Ft uint32_t