Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Split the description for EINVAL into two piece...
details: https://anonhg.NetBSD.org/src/rev/d547544b8f86
branches: trunk
changeset: 998126:d547544b8f86
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Apr 08 10:47:16 2019 +0000
description:
Split the description for EINVAL into two pieces, one for each operation
that can generate the error.
diffstat:
lib/libc/sys/modctl.2 | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r b10a6d9f8ebf -r d547544b8f86 lib/libc/sys/modctl.2
--- a/lib/libc/sys/modctl.2 Mon Apr 08 07:58:45 2019 +0000
+++ b/lib/libc/sys/modctl.2 Mon Apr 08 10:47:16 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: modctl.2,v 1.14 2019/01/27 02:08:35 pgoyette Exp $
+.\" $NetBSD: modctl.2,v 1.15 2019/04/08 10:47:16 pgoyette Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd November 4, 2015
+.Dd April 8, 2019
.Dt MODCTL 2
.Os
.Sh NAME
@@ -275,6 +275,7 @@
is
.Dv MODCTL_LOAD
and the module or a dependency can't be found.
+.Pp
The argument
.Fa operation
is
Home |
Main Index |
Thread Index |
Old Index