diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-09 20:43:38 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-09 20:43:38 +0000 |
commit | cab87712a17ffff5e2df81787450211020307e5c (patch) | |
tree | 8639f87d49b46e427fd13681938be06bd7618b82 /man3/ftok.3 | |
parent | 7f45503bd8249dc99e3145239853405354453ff2 (diff) |
ffix
Diffstat (limited to 'man3/ftok.3')
-rw-r--r-- | man3/ftok.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/ftok.3 b/man3/ftok.3 index 5fbba5c3d..d93f0d21d 100644 --- a/man3/ftok.3 +++ b/man3/ftok.3 @@ -70,10 +70,12 @@ system call. .SH "CONFORMING TO" POSIX.1-2001. .SH NOTES -Under libc4 and libc5 (and under SunOS 4.x) the prototype was +Under libc4 and libc5 (and under SunOS 4.x) the prototype was: +.sp .RS .BI "key_t ftok(char *" pathname ", char " proj_id ); .RE +.PP Today .I proj_id is an |