diff options
author | ru <ru@FreeBSD.org> | 2003-09-10 19:24:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-09-10 19:24:35 +0000 |
commit | 1edcd1b018b1c6b16090b99f84f1fa3300795d0b (patch) | |
tree | eef4036b4299212e7d9f218a5394cd119824ab1f /lib/libc/sys/syscall.2 | |
parent | 3cab909501be5c044500f26980d1f9eea870312b (diff) | |
download | FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.zip FreeBSD-src-1edcd1b018b1c6b16090b99f84f1fa3300795d0b.tar.gz |
mdoc(7): Properly mark C headers.
Diffstat (limited to 'lib/libc/sys/syscall.2')
-rw-r--r-- | lib/libc/sys/syscall.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/syscall.2 b/lib/libc/sys/syscall.2 index df91325..675cf8e 100644 --- a/lib/libc/sys/syscall.2 +++ b/lib/libc/sys/syscall.2 @@ -57,7 +57,7 @@ interface has the specified .Fa number with the specified arguments. Symbolic constants for system calls can be found in the header file -.Ao Pa sys/syscall.h Ac . +.In sys/syscall.h . The .Fn __syscall form should be used when one or more of the arguments is a |