aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/aio_waitcomplete.2
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-12-18 09:22:32 +0000
commit2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch)
treecb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/aio_waitcomplete.2
parenta1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff)
downloadsrc-2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3.tar.gz
src-2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3.zip
mdoc(7) police: Tidy up the syscall language.
Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
Notes
Notes: svn path=/head/; revision=108028
Diffstat (limited to 'lib/libc/sys/aio_waitcomplete.2')
-rw-r--r--lib/libc/sys/aio_waitcomplete.212
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/aio_waitcomplete.2 b/lib/libc/sys/aio_waitcomplete.2
index 573f002f74f2..5145f78118ab 100644
--- a/lib/libc/sys/aio_waitcomplete.2
+++ b/lib/libc/sys/aio_waitcomplete.2
@@ -39,7 +39,7 @@
.Sh DESCRIPTION
The
.Fn aio_waitcomplete
-function waits for completion of an asynchronous I/O request.
+system call waits for completion of an asynchronous I/O request.
Upon completion,
.Fn aio_waitcomplete
returns the result of the function and sets
@@ -64,7 +64,7 @@ argument should be non-NULL, pointing to a zero-valued timeval structure.
.Pp
The
.Fn aio_waitcomplete
-function also serves the function of
+system call also serves the function of
.Fn aio_return ,
thus
.Fn aio_return
@@ -91,7 +91,7 @@ to indicate the error condition.
.Sh ERRORS
The
.Fn aio_waitcomplete
-function fails if:
+system call fails if:
.Bl -tag -width Er
.It Bq Er EINVAL
The specified time limit is invalid.
@@ -122,16 +122,16 @@ completed.
.Sh STANDARDS
The
.Fn aio_waitcomplete
-function is a
+system call is a
.Fx Ns -specific
extension.
.Sh HISTORY
The
.Fn aio_waitcomplete
-function first appeared in
+system call first appeared in
.Fx 4.0 .
.Sh AUTHORS
The
.Fn aio_waitcomplete
-function and this manual page were written by
+system call and this manual page were written by
.An Christopher M Sedore Aq cmsedore@maxwell.syr.edu .