Browse Source

Typo fixes.

OPENBSD_2_6
alex 25 years ago
parent
commit
bacba34834
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/lib/libc/crypt/blowfish.3
  2. +2
    -2
      src/lib/libutil/pw_init.3

+ 2
- 2
src/lib/libc/crypt/blowfish.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: blowfish.3,v 1.5 1999/07/09 13:35:15 aaron Exp $
.\" $OpenBSD: blowfish.3,v 1.6 1999/09/23 04:12:00 alex Exp $
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved. .\" All rights reserved.
.\" .\"
@ -65,7 +65,7 @@ function initializes the 4 8bit S-boxes and the 18 Subkeys with
the hexadecimal digits of Pi. The key is used for further randomization. the hexadecimal digits of Pi. The key is used for further randomization.
The first argument to The first argument to
.Fn blf_enc .Fn blf_enc
is the initalized state derived from
is the initialized state derived from
.Fn blf_key . .Fn blf_key .
The stream of 32-bit words is encrypted in Electronic Codebook The stream of 32-bit words is encrypted in Electronic Codebook
Mode (ECB) and Mode (ECB) and


+ 2
- 2
src/lib/libutil/pw_init.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: pw_init.3,v 1.3 1999/09/21 04:52:46 csapuntz Exp $
.\" $OpenBSD: pw_init.3,v 1.4 1999/09/23 04:12:01 alex Exp $
.\" .\"
.\" Copyright (c) 1995 .\" Copyright (c) 1995
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -49,7 +49,7 @@
.Nm pw_error .Nm pw_error
.Nd utility functions for interactive passwd file updates .Nd utility functions for interactive passwd file updates
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #indlude <pwd.h>
.Fd #include <pwd.h>
.Fd #include <util.h> .Fd #include <util.h>
.Ft void .Ft void
.Fn pw_init .Fn pw_init


Loading…
Cancel
Save