diff options
Diffstat (limited to 'man/man2/modify_ldt.2')
-rw-r--r-- | man/man2/modify_ldt.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2/modify_ldt.2 b/man/man2/modify_ldt.2 index 6ff505c6c9..2b6c4543fc 100644 --- a/man/man2/modify_ldt.2 +++ b/man/man2/modify_ldt.2 @@ -14,7 +14,7 @@ Standard C library .BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */" .B #include <unistd.h> .P -.BI "int syscall(unsigned long " bytecount ; +.BR "int syscall(" "unsigned long bytecount;" .BI " SYS_modify_ldt, int " func ", void " ptr [ bytecount ], .BI " unsigned long " bytecount ); .fi |