This commit is contained in:
Michael Kerrisk 2008-08-19 18:07:03 +00:00
parent 84af7ae79b
commit cc40d64d21
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.SH NAME
socketcall \- socket system calls
.SH SYNOPSIS
.BI "int socketcall(int" " call, " "unsigned long *" "args);"
.BI "int socketcall(int " call ", unsigned long *" args );
.SH DESCRIPTION
.BR socketcall ()
is a common kernel entry point for the socket system calls.