Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Sort sections. Make error descriptions complete...



details:   https://anonhg.NetBSD.org/src/rev/7be7fb275c46
branches:  trunk
changeset: 826522:7be7fb275c46
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 10 10:12:21 2017 +0000

description:
Sort sections. Make error descriptions complete sentences.

diffstat:

 lib/libc/gen/devname.3 |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r ca39d043a57b -r 7be7fb275c46 lib/libc/gen/devname.3
--- a/lib/libc/gen/devname.3    Sun Sep 10 10:09:40 2017 +0000
+++ b/lib/libc/gen/devname.3    Sun Sep 10 10:12:21 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: devname.3,v 1.15 2017/09/10 00:49:40 kre Exp $
+.\"    $NetBSD: devname.3,v 1.16 2017/09/10 10:12:21 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -97,20 +97,20 @@
 will return an error number from
 .In sys/errno.h
 indicating what went wrong.
+.Sh FILES
+.Bl -tag -width /var/run/dev.cdb -compact
+.It Pa /var/run/dev.cdb
+Device database file.
+.El
 .Sh ERRORS
 The
 .Fn devname_r
 function my fail if:
 .Bl -tag -width Er
 .It Bq Er ENOENT
-the corresponding device does not exist
+The corresponding device does not exist.
 .It Bq Er ERANGE
-the passed buffer length is too short
-.El
-.Sh FILES
-.Bl -tag -width /var/run/dev.cdb -compact
-.It Pa /var/run/dev.cdb
-Device database file.
+The passed buffer length is too short.
 .El
 .Sh SEE ALSO
 .Xr stat 2 ,



Home | Main Index | Thread Index | Old Index