Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 revert; this is section 9 and userland header...



details:   https://anonhg.NetBSD.org/src/rev/b9800b668ff5
branches:  trunk
changeset: 827144:b9800b668ff5
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 16 15:48:14 2017 +0000

description:
revert; this is section 9 and userland headers are not available in kernel
context.

diffstat:

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

diffs (18 lines):

diff -r 8629ea75040d -r b9800b668ff5 share/man/man9/byteorder.9
--- a/share/man/man9/byteorder.9        Mon Oct 16 15:13:00 2017 +0000
+++ b/share/man/man9/byteorder.9        Mon Oct 16 15:48:14 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: byteorder.9,v 1.10 2017/10/16 12:50:43 wiz Exp $
+.\"    $NetBSD: byteorder.9,v 1.11 2017/10/16 15:48:14 christos Exp $
 .\"
 .\" Copyright (c) 2002 Mike Barcroft <mike%FreeBSD.org@localhost>
 .\" All rights reserved.
@@ -59,7 +59,7 @@
 .Nm le64dec
 .Nd byte order operations
 .Sh SYNOPSIS
-.In endian.h
+.In sys/endian.h
 .Ft uint16_t
 .Fn bswap16 "uint16_t int16"
 .Ft uint32_t



Home | Main Index | Thread Index | Old Index