Format fix

This commit is contained in:
Michael Kerrisk 2006-01-14 17:05:44 +00:00
parent 0ed29c540c
commit 964d4d9c5c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ flock \- apply or remove an advisory lock on an open file
.SH SYNOPSIS
.B #include <sys/file.h>
.sp
.BR "int flock(int " fd ", int " operation );
.BI "int flock(int " fd ", int " operation );
.SH DESCRIPTION
Apply or remove an advisory lock on the open file specified by
.IR fd .