From ea912769c87ecdd89986985037942798f3b448d4 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 13 Jul 2014 20:40:34 +0000 Subject: missing bracket in previous; --- src/lib/libc/net/byteorder.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libc/net/byteorder.3 b/src/lib/libc/net/byteorder.3 index 015b0b23e7..83fe1083f0 100644 --- a/src/lib/libc/net/byteorder.3 +++ b/src/lib/libc/net/byteorder.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: byteorder.3,v 1.20 2014/07/13 15:06:02 miod Exp $ +.\" $OpenBSD: byteorder.3,v 1.21 2014/07/13 20:40:34 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -113,7 +113,7 @@ the names containing convert between host and big-endian (most significant byte first) order of the given quantity, while the names containing .Dq le -convert between host and little-endian least significant byte first) order +convert between host and little-endian (least significant byte first) order of the given quantity. .Pp All these functions use the numbers -- cgit v1.2.3-55-g6feb