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/57aa1b17218e
branches: trunk
changeset: 356221:57aa1b17218e
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 98282613d2cc -r 57aa1b17218e 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