diff options
Diffstat (limited to 'share/man/man9/lockdestroy.9')
-rw-r--r-- | share/man/man9/lockdestroy.9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/lockdestroy.9 b/share/man/man9/lockdestroy.9 index 509db8e..3b5e008 100644 --- a/share/man/man9/lockdestroy.9 +++ b/share/man/man9/lockdestroy.9 @@ -33,11 +33,10 @@ .Nm lockdestroy .Nd "Destroys a lock" .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <sys/lockmgr.h> .Ft int -.Fo lockdestroy -.Fa "struct lock *lkp" -.Fc +.Fn lockdestroy "struct lock *lkp" .Sh DESCRIPTION The .Nm |