Index: head/lib/libc/sys/mq_open.2 =================================================================== --- head/lib/libc/sys/mq_open.2 +++ head/lib/libc/sys/mq_open.2 @@ -133,7 +133,7 @@ It requires two additional arguments: .Fa mode , which is of type -.Vt mode_t , +.Vt int , and .Fa attr , which is a pointer to an Index: head/lib/libc/sys/open.2 =================================================================== --- head/lib/libc/sys/open.2 +++ head/lib/libc/sys/open.2 @@ -61,7 +61,7 @@ and .Fn openat require an additional argument -.Fa "mode_t mode" , +.Fa "int mode" , and the file is created with mode .Fa mode as described in