Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libcrypt/crypt.3,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libcrypt/crypt.3,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libcrypt/crypt.3 1995/02/19 12:19:00 1.2 +++ src/lib/libcrypt/crypt.3 1995/10/12 15:41:24 1.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