aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/lockf.32
-rw-r--r--man3/xcrypt.36
2 files changed, 4 insertions, 4 deletions
diff --git a/man3/lockf.3 b/man3/lockf.3
index 0eb7b7c533..998e7084f1 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 <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
diff --git a/man3/xcrypt.3 b/man3/xcrypt.3
index 0602aa4cc7..8dcbca90a2 100644
--- a/man3/xcrypt.3
+++ b/man3/xcrypt.3
@@ -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