diff options
| author | jtc <jtc@NetBSD.org> | 1995-10-12 15:40:27 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-10-12 15:40:27 +0000 |
| commit | b5d1933995820aba9a7dedc97aec9eb55edeb429 (patch) | |
| tree | ffb8ac824dffb475d03b3cbe538f9bf82d0aa26c /lib/libcrypt | |
| parent | 0e3da40dbe86a977eabb7356e20877fbd6f1c3f5 (diff) | |
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
section with the actual function declarations. See PR #1589 for details.
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3 index 01f11e06136..83b50a84cd5 100644 --- a/lib/libcrypt/crypt.3 +++ b/lib/libcrypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: crypt.3,v 1.2 1995/02/19 12:19:00 cgd Exp $ +.\" $NetBSD: crypt.3,v 1.3 1995/10/12 15:41:24 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -47,7 +47,7 @@ .Ft char .Fn *crypt "const char *key" "const char *setting" .Ft int -.Fn setkey "char *key" +.Fn setkey "const char *key" .Ft int .Fn encrypt "char *block" "int flag" .Ft int |
