Formatting fix

This commit is contained in:
Michael Kerrisk 2006-01-14 17:14:10 +00:00
parent 6e126ed614
commit ab95e95e01
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ lockf \- apply, test or remove a POSIX lock on an open file
.SH SYNOPSIS
.B #include <unistd.h>
.sp
.BR "int lockf(int " fd ", int " cmd ", off_t " len );
.BI "int lockf(int " fd ", int " cmd ", off_t " len );
.SH DESCRIPTION
Apply, test or remove a POSIX lock on a section of an open file.
The file is specified by

View File

@ -13,11 +13,11 @@ xencrypt, xdecrypt, passwd2des \- RFS password encryption
.sp
.B "#include <rpc/des_crypt.h>"
.sp
.BR "void passwd2des (char " *passwd ", char *" key ");"
.BI "void passwd2des (char " *passwd ", char *" key ");"
.sp
.BR "int xencrypt (char " *secret ", char *" passwd ");"
.BI "int xencrypt (char *" secret ", char *" passwd ");"
.sp
.BR "int xdecrypt (char " *secret ", char *" passwd ");"
.BI "int xdecrypt (char *" secret ", char *" passwd ");"
.sp
.SH DESCRIPTION
The function