aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-01-14 17:14:10 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-01-14 17:14:10 +0000
commitab95e95e01302f263bc5fb1aa0e5ea9dac88c51b (patch)
tree47b092e288c8c15ae2c4c6d8f2ab997745dacab9 /man3
parent6e126ed614baf3daeeb09a2e8902184b6e98ae68 (diff)
downloadman-pages-ab95e95e01302f263bc5fb1aa0e5ea9dac88c51b.tar.gz
Formatting fix
Diffstat (limited to 'man3')
-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