diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-01-14 17:14:10 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-01-14 17:14:10 +0000 |
| commit | ab95e95e01302f263bc5fb1aa0e5ea9dac88c51b (patch) | |
| tree | 47b092e288c8c15ae2c4c6d8f2ab997745dacab9 /man3/xcrypt.3 | |
| parent | 6e126ed614baf3daeeb09a2e8902184b6e98ae68 (diff) | |
| download | man-pages-ab95e95e01302f263bc5fb1aa0e5ea9dac88c51b.tar.gz | |
Formatting fix
Diffstat (limited to 'man3/xcrypt.3')
| -rw-r--r-- | man3/xcrypt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
