On Thu, Jun 18, 2015 at 12:25:13PM +0200, Theo Buehler wrote: > Index: usr.bin/openssl/openssl.1 > =================================================================== > RCS file: /cvs/src/usr.bin/openssl/openssl.1,v > retrieving revision 1.13 > diff -u -p -r1.13 openssl.1 > --- usr.bin/openssl/openssl.1 28 Feb 2015 21:51:56 -0000 1.13 > +++ usr.bin/openssl/openssl.1 18 Jun 2015 10:21:53 -0000 > @@ -5509,7 +5509,7 @@ form, > where file may be an algorithm parameter file, > created by the > .Cm genpkey -genparam > -command or an X.509 certificate for a key with approriate algorithm. > +command or an X.509 certificate for a key with appropriate algorithm. > .Pp > .Ar param : Ns Ar file > generates a key using the parameter file or certificate > @@ -7499,7 +7499,7 @@ Expects a signed mail message on input a > Both clear text and opaque signing is supported. > .El > .Pp > -The reamaining options are as follows: > +The remaining options are as follows: > .Bl -tag -width "XXXX" > .It Xo > .Fl aes128 | aes192 | aes256 | des | >
fixed, thanks. jmc