Module Name: src Committed By: wiz Date: Fri May 3 20:21:24 UTC 2013
Modified Files: src/lib/libutil: getbyteorder.3 Log Message: Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libutil/getbyteorder.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libutil/getbyteorder.3 diff -u src/lib/libutil/getbyteorder.3:1.1 src/lib/libutil/getbyteorder.3:1.2 --- src/lib/libutil/getbyteorder.3:1.1 Thu May 2 07:17:09 2013 +++ src/lib/libutil/getbyteorder.3 Fri May 3 20:21:24 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: getbyteorder.3,v 1.1 2013/05/02 07:17:09 matt Exp $ +.\" $NetBSD: getbyteorder.3,v 1.2 2013/05/03 20:21:24 wiz Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -42,7 +42,9 @@ .Fn getbyteorder void .Sh DESCRIPTION .Fn getbyteorder -returns LITTLE_ENDIAN, BIG_ENDIAN, +returns +.Dv LITTLE_ENDIAN , +.Dv BIG_ENDIAN , or \-1 in case of an error, setting the global .Va errno variable.