summaryrefslogtreecommitdiffstats
path: root/share/man/man9/copy.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-06-16 08:33:57 +0000
committerru <ru@FreeBSD.org>2004-06-16 08:33:57 +0000
commitaa52a5a900bdec01cd64392151f45ae2b913614b (patch)
tree45340076f670c5a33c9f8979cfb69f5797c2be57 /share/man/man9/copy.9
parent075deb0c4c016fbd1931955599b44e3592fa397c (diff)
downloadFreeBSD-src-aa52a5a900bdec01cd64392151f45ae2b913614b.zip
FreeBSD-src-aa52a5a900bdec01cd64392151f45ae2b913614b.tar.gz
Assorted markup, spelling, and grammar fixes.
Diffstat (limited to 'share/man/man9/copy.9')
-rw-r--r--share/man/man9/copy.918
1 files changed, 7 insertions, 11 deletions
diff --git a/share/man/man9/copy.9 b/share/man/man9/copy.9
index 58ac263..b6b975f 100644
--- a/share/man/man9/copy.9
+++ b/share/man/man9/copy.9
@@ -94,12 +94,10 @@ to kernel-space address
The number of bytes actually copied, including the terminating
NUL, is returned in
.Fa *done
-.Po
-if
+(if
.Fa done
is
-.No non- Ns Dv NULL
-.Pc .
+.No non- Ns Dv NULL ) .
.It Fn copyinstr
Copies a NUL-terminated string, at most
.Fa len
@@ -110,21 +108,19 @@ to kernel-space address
The number of bytes actually copied, including the terminating
NUL, is returned in
.Fa *done
-.Po
-if
+(if
.Fa done
is
-.No non- Ns Dv NULL Ns
-.Pc .
+.No non- Ns Dv NULL ) .
.\" .It Fn copyoutstr
.\" Copies a NUL-terminated string, at most
.\" bytes long, from kernel-space address
-.\" .Pa kaddr
+.\" .Fa kaddr
.\" to user-space address
-.\" .Pa uaddr .
+.\" .Fa uaddr .
.\" The number of bytes actually copied, including the terminating
.\" NUL, is returned in
-.\" .Pa *done .
+.\" .Fa *done .
.El
.Sh RETURN VALUES
The
OpenPOWER on IntegriCloud