From 2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 18 Dec 2002 09:22:32 +0000 Subject: 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. --- lib/libc/sys/accept.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/sys/accept.2') diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index 93e2ab492208..b0adcbd3ce9d 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -56,7 +56,7 @@ and is listening for connections after a .Xr listen 2 . The .Fn accept -call +system call extracts the first connection request on the queue of pending connections, creates a new socket with the same properties as @@ -125,7 +125,7 @@ integer that is a descriptor for the accepted socket. .Sh ERRORS The .Fn accept -will fail if: +system call will fail if: .Bl -tag -width Er .It Bq Er EBADF The descriptor is invalid. @@ -165,5 +165,5 @@ on the listen queue. .Sh HISTORY The .Fn accept -function appeared in +system call appeared in .Bx 4.2 . -- cgit v1.3