Merge two descriptions for same error code.

This commit is contained in:
wiz 2009-05-27 19:28:42 +00:00
parent f9d41516bf
commit 973e99ea8b
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: nvram.4,v 1.4 2009/05/27 19:24:00 snj Exp $
.\" $NetBSD: nvram.4,v 1.5 2009/05/27 19:28:42 wiz Exp $
.\"
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -101,9 +101,8 @@ Returns the number of variables in the Global Environment Area.
The following may result in rejection of an operation:
.Bl -tag -width Er
.It Bq Er EINVAL
The given variable name does not exist.
.It Bq Er EINVAL
The buffer set up to retrieve values from the nvram was not large enough
The given variable name does not exist; or
the buffer set up to retrieve values from the nvram was not large enough
to hold the result.
.El
.Sh SEE ALSO