summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/write.2
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-06-23 05:05:44 +0000
committerchris <chris@FreeBSD.org>2000-06-23 05:05:44 +0000
commita6d911fe4ec44bd192bc844817123acbfbb79fd8 (patch)
tree8888b98b7734fc74018a7258777e65e84b9969da /lib/libc/sys/write.2
parent884ed8fd45a157d537285e599ff01a509ff189b8 (diff)
downloadFreeBSD-src-a6d911fe4ec44bd192bc844817123acbfbb79fd8.zip
FreeBSD-src-a6d911fe4ec44bd192bc844817123acbfbb79fd8.tar.gz
Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:
``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
Diffstat (limited to 'lib/libc/sys/write.2')
-rw-r--r--lib/libc/sys/write.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index 9bde7fa..d01bb65 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -139,7 +139,7 @@ syscall is assembled to
and
.Fn write
is implemented as a function which locks
-.Va d
+.Fa d
for read and write, then calls
.Fn _thread_sys_write .
If the call to
@@ -148,7 +148,7 @@ would block, a context switch is performed.
Before returning,
.Fn write
unlocks
-.Va d .
+.Fa d .
.Pp
In the non-threaded library
.Fn writev
@@ -163,7 +163,7 @@ syscall is assembled to
and
.Fn writev
is implemented as a function which locks
-.Va d
+.Fa d
for read and write, then calls
.Fn _thread_sys_writev .
If the call to
@@ -172,7 +172,7 @@ would block, a context switch is performed.
Before returning,
.Fn writev
unlocks
-.Va d .
+.Fa d .
.Sh RETURN VALUES
Upon successful completion the number of bytes which were written
is returned. Otherwise a -1 is returned and the global variable
OpenPOWER on IntegriCloud