Module Name: src
Committed By: wiz
Date: Tue Jun 7 11:20:45 UTC 2016
Modified Files:
src/lib/libutil: opendisk.3
Log Message:
Fix typo. Sort errors.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/opendisk.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/opendisk.3
diff -u src/lib/libutil/opendisk.3:1.12 src/lib/libutil/opendisk.3:1.13
--- src/lib/libutil/opendisk.3:1.12 Mon Jun 6 17:50:19 2016
+++ src/lib/libutil/opendisk.3 Tue Jun 7 11:20:45 2016
@@ -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 @@ and a suffix of
.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 @@ may set
.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 @@ was set in
or
.Xr getrawpartition 3
didn't return a valid partition.
-.It Bq Er EFAULT
-.Fa buf
-was the
-.Dv NULL
-pointer.
.El
.Pp
The