Module Name: src
Committed By: dholland
Date: Thu Apr 6 15:57:23 UTC 2017
Modified Files:
src/share/man/man9: kcopy.9
Log Message:
Add missing .Sh RETURN VALUES
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/kcopy.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/kcopy.9
diff -u src/share/man/man9/kcopy.9:1.6 src/share/man/man9/kcopy.9:1.7
--- src/share/man/man9/kcopy.9:1.6 Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/kcopy.9 Thu Apr 6 15:57:23 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: kcopy.9,v 1.6 2008/04/30 13:10:58 martin Exp $
+.\" $NetBSD: kcopy.9,v 1.7 2017/04/06 15:57:23 dholland Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd April 4, 2006
+.Dd April 6, 2017
.Dt KCOPY 9
.Os
.Sh NAME
@@ -51,6 +51,7 @@ aborting if a fatal page fault is encoun
must save and restore the old fault handler since it is called by
.Xr uiomove 9 ,
which may be in the path of servicing a non-fatal page fault.
+.Sh RETURN VALUES
.Fn kcopy
returns 0 on success and an error number on failure.
.Sh SEE ALSO