Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Suggest to include the POSIX <endian.h> rathe...



details:   https://anonhg.NetBSD.org/src/rev/5cfe0e43c42a
branches:  trunk
changeset: 827138:5cfe0e43c42a
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Oct 16 11:53:00 2017 +0000

description:
Suggest to include the POSIX <endian.h> rather than BSD <sys/endian.h>

diffstat:

 share/man/man9/byteorder.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 13a4133bfa74 -r 5cfe0e43c42a share/man/man9/byteorder.9
--- a/share/man/man9/byteorder.9        Mon Oct 16 11:38:25 2017 +0000
+++ b/share/man/man9/byteorder.9        Mon Oct 16 11:53:00 2017 +0000
@@ -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 <mike%FreeBSD.org@localhost>
 .\" 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



Home | Main Index | Thread Index | Old Index