summaryrefslogtreecommitdiff
path: root/man2/socketcall.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/socketcall.2')
-rw-r--r--man2/socketcall.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/socketcall.2 b/man2/socketcall.2
index 86462721..fd3c923c 100644
--- a/man2/socketcall.2
+++ b/man2/socketcall.2
@@ -29,7 +29,7 @@ socketcall \- socket system calls
.SH SYNOPSIS
.BI "int socketcall(int" " call, " "unsigned long *" "args);"
.SH DESCRIPTION
-.B socketcall
+.BR socketcall ()
is a common kernel entry point for the socket system calls.
.I call
determines which socket function to invoke.
@@ -39,7 +39,7 @@ which are passed through to the appropriate call.
.PP
User programs should call the appropriate functions by their usual names.
Only standard library implementors and kernel hackers need to know about
-.BR socketcall .
+.BR socketcall ().
.SH "CONFORMING TO"
This call is specific to Linux, and should not be used in programs
intended to be portable.