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/bind.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/sys/bind.2') diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index c0afbd7c7b1ce..33e228cc84197 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -48,7 +48,7 @@ .Sh DESCRIPTION The .Fn bind -function +system call assigns the local protocol address to a socket. When a socket is created with @@ -56,7 +56,7 @@ with it exists in an address family space but has no protocol address assigned. The .Fn bind -function requests that +system call requests that .Fa addr be assigned to the socket. .Sh NOTES @@ -76,7 +76,7 @@ before populating it and passing it to .Sh ERRORS The .Fn bind -call will fail if: +system call will fail if: .Bl -tag -width Er .It Bq Er EAGAIN Kernel resources to complete the request are @@ -127,5 +127,5 @@ An empty pathname was specified. .Sh HISTORY The .Fn bind -function call appeared in +system call appeared in .Bx 4.2 . -- cgit v1.3