diff options
Diffstat (limited to 'share/man/man9/lockstatus.9')
-rw-r--r-- | share/man/man9/lockstatus.9 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man9/lockstatus.9 b/share/man/man9/lockstatus.9 index cb5ffea..09fc279 100644 --- a/share/man/man9/lockstatus.9 +++ b/share/man/man9/lockstatus.9 @@ -33,12 +33,10 @@ .Nm lockstatus .Nd "Returns the lock status" .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/lockmgr.h> .Ft int -.Fo lockstatus -.Fa "struct lock *lkp" -.Fa "struct proc *p" -.Fc +.Fn lockstatus "struct lock *lkp" "struct proc *p" .Sh DESCRIPTION The .Nm |