From ab95e95e01302f263bc5fb1aa0e5ea9dac88c51b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 14 Jan 2006 17:14:10 +0000 Subject: [PATCH] Formatting fix --- man3/lockf.3 | 2 +- man3/xcrypt.3 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man3/lockf.3 b/man3/lockf.3 index 0eb7b7c53..998e7084f 100644 --- a/man3/lockf.3 +++ b/man3/lockf.3 @@ -25,7 +25,7 @@ lockf \- apply, test or remove a POSIX lock on an open file .SH SYNOPSIS .B #include .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 diff --git a/man3/xcrypt.3 b/man3/xcrypt.3 index 0602aa4cc..8dcbca90a 100644 --- a/man3/xcrypt.3 +++ b/man3/xcrypt.3 @@ -13,11 +13,11 @@ xencrypt, xdecrypt, passwd2des \- RFS password encryption .sp .B "#include " .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