Re: Minor text reference error in isakmpd.policy(5)

2016-01-11 Thread Julian Hsiao

Sorry, found another one:

Index: isakmpd.policy.5
===
RCS file: /cvs/src/sbin/isakmpd/isakmpd.policy.5,v
retrieving revision 1.47
diff -u -p -r1.47 isakmpd.policy.5
--- isakmpd.policy.58 Jan 2016 07:43:38 -   1.47
+++ isakmpd.policy.511 Jan 2016 09:32:15 -
@@ -329,7 +329,7 @@ authentication.
.It ah_key_length, esp_key_length
The number of key bits to be used by the authentication and encryption
algorithms respectively (for variable key-size algorithms).
-.It ah_key_rounds, esp_key length
+.It ah_key_rounds, esp_key_rounds
The number of rounds of the authentication and encryption algorithms
respectively (for variable round algorithms).
.It ah_life_kbytes, esp_life_kbytes, comp_life_kbytes




Re: Minor text reference error in isakmpd.policy(5)

2016-01-11 Thread Jason McIntyre
On Mon, Jan 11, 2016 at 01:33:05AM -0800, Julian Hsiao wrote:
> Sorry, found another one:
> 

fixed, thanks.
jmc

> Index: isakmpd.policy.5
> ===
> RCS file: /cvs/src/sbin/isakmpd/isakmpd.policy.5,v
> retrieving revision 1.47
> diff -u -p -r1.47 isakmpd.policy.5
> --- isakmpd.policy.5  8 Jan 2016 07:43:38 -   1.47
> +++ isakmpd.policy.5  11 Jan 2016 09:32:15 -
> @@ -329,7 +329,7 @@ authentication.
> .It ah_key_length, esp_key_length
> The number of key bits to be used by the authentication and encryption
> algorithms respectively (for variable key-size algorithms).
> -.It ah_key_rounds, esp_key length
> +.It ah_key_rounds, esp_key_rounds
> The number of rounds of the authentication and encryption algorithms
> respectively (for variable round algorithms).
> .It ah_life_kbytes, esp_life_kbytes, comp_life_kbytes
> 
> 



Minor text reference error in isakmpd.policy(5)

2016-01-07 Thread Julian Hsiao
In isakmpd.policy.5, the snippet on line 309 ~ 310

"[...] see the pfs attribute above [...]"
 ^
should be

"[...] see the pfs attribute below [...]"
 ^

since the description for pfs attribute starts at line 415.



Re: Minor text reference error in isakmpd.policy(5)

2016-01-07 Thread Jason McIntyre
On Thu, Jan 07, 2016 at 08:53:44PM -0800, Julian Hsiao wrote:
> In isakmpd.policy.5, the snippet on line 309 ~ 310
> 
> "[...] see the pfs attribute above [...]"
>  ^
> should be
> 
> "[...] see the pfs attribute below [...]"
>  ^
> 
> since the description for pfs attribute starts at line 415.
> 

fixed, thanks.
jmc