Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Fix typo. Sort errors.



details:   https://anonhg.NetBSD.org/src/rev/b1dc6a588300
branches:  trunk
changeset: 345757:b1dc6a588300
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jun 07 11:20:45 2016 +0000

description:
Fix typo. Sort errors.

diffstat:

 lib/libutil/opendisk.3 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 8fb4c2d67aac -r b1dc6a588300 lib/libutil/opendisk.3
--- a/lib/libutil/opendisk.3    Tue Jun 07 08:12:13 2016 +0000
+++ b/lib/libutil/opendisk.3    Tue Jun 07 11:20:45 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: opendisk.3,v 1.12 2016/06/06 17:50:19 christos Exp $
+.\"    $NetBSD: opendisk.3,v 1.13 2016/06/07 11:20:45 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -116,7 +116,7 @@
 .El
 .El
 .Pp
-If the above fails, than the original
+If the above fails, then the original
 .Fa path
 is tried using the following two variations:
 .Pp
@@ -150,6 +150,11 @@
 .Va errno
 to one of the following values:
 .Bl -tag -width Er
+.It Bq Er EFAULT
+.Fa buf
+was the
+.Dv NULL
+pointer.
 .It Bq Er EINVAL
 .Dv O_CREAT
 was set in
@@ -157,11 +162,6 @@
 or
 .Xr getrawpartition 3
 didn't return a valid partition.
-.It Bq Er EFAULT
-.Fa buf
-was the
-.Dv NULL
-pointer.
 .El
 .Pp
 The



Home | Main Index | Thread Index | Old Index