diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-06 01:17:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-06 01:17:59 +0000 |
| commit | 0be3a10c91aadfe79404ade116c7828f03eb6354 (patch) | |
| tree | afdd9d40d26a997a57d8c4bc7ad6c3f0338012e2 | |
| parent | 8d6ca77c4c7b5b8f1dbf181f01fcdead16be4e91 (diff) | |
Notes
| -rw-r--r-- | secure/lib/libcipher/cipher.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3 index d361dd3a92f7..a8dfab33f3b3 100644 --- a/secure/lib/libcipher/cipher.3 +++ b/secure/lib/libcipher/cipher.3 @@ -43,8 +43,9 @@ .Sh LIBRARY .Lb libcipher .Sh SYNOPSIS +.Fd #include <unistd.h> .Ft int -.Fn setkey "char *key" +.Fn setkey "const char *key" .Ft int .Fn encrypt "char *block" "int flag" .Ft int |
