Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Use more markup. Drop trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/5a1650a8d46b
branches: trunk
changeset: 584195:5a1650a8d46b
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Sep 10 22:24:42 2005 +0000
description:
Use more markup. Drop trailing whitespace.
diffstat:
share/man/man9/copy.9 | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diffs (48 lines):
diff -r fab02a1c6fc9 -r 5a1650a8d46b share/man/man9/copy.9
--- a/share/man/man9/copy.9 Sat Sep 10 22:21:41 2005 +0000
+++ b/share/man/man9/copy.9 Sat Sep 10 22:24:42 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: copy.9,v 1.15 2005/08/28 20:58:14 reinoud Exp $
+.\" $NetBSD: copy.9,v 1.16 2005/09/10 22:24:42 wiz Exp $
.\"
.\" Copyright (c) 1996, 2002 Jason R. Thorpe.
.\" All rights reserved.
@@ -145,26 +145,34 @@
.It Fn ioctl_copyin
Like
.Fn copyin ,
-except it operates on kernel adresses when the FKIOCTL flag is passed in
+except it operates on kernel adresses when the
+.Dv FKIOCTL
+flag is passed in
.Fa ioctlflags
from the ioctl call.
.It Fn ioctl_copyout
Like
.Fn copyout ,
-except it operates on kernel adresses when the FKIOCTL flag is passed in
+except it operates on kernel adresses when the
+.Dv FKIOCTL
+flag is passed in
.Fa ioctlflags
from the ioctl call.
.El
.Sh RETURN VALUES
The
.Nm
-functions return 0 on success or EFAULT if a bad address is encountered.
+functions return 0 on success or
+.Er EFAULT
+if a bad address is encountered.
In addition, the
.Fn copystr ,
.Fn copyinstr ,
and
.Fn copyoutstr
-functions return ENAMETOOLONG if the string is longer than
+functions return
+.Er ENAMETOOLONG
+if the string is longer than
.Fa len
bytes.
.Sh SEE ALSO
Home |
Main Index |
Thread Index |
Old Index