diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-03-13 14:05:20 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-03-13 14:05:20 +0000 |
commit | e0717e19a1a044448ff2657510a89c0075a314bd (patch) | |
tree | 308d2afeb0023b63c3e9bd7cfe45dcb80f1b19e9 /sbin/isakmpd/isakmpd.8 | |
parent | e28956ed00c99ab528cdf47761f9092dcfa413a9 (diff) |
Add logging classes for Negotiation and Policy, and change a number of
debug messages to use these instead. Change a number of 'log_print'
to debug messages to keep the noise down. Use 'log_error' instead of
'log_print' in some cases when we have errno. Some indentation fixes.
(niklas@ ok)
Diffstat (limited to 'sbin/isakmpd/isakmpd.8')
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 826292c6f56..838f4bca2b9 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.20 2000/12/12 05:01:01 todd Exp $ +.\" $OpenBSD: isakmpd.8,v 1.21 2001/03/13 14:05:18 ho Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. @@ -136,6 +136,10 @@ Sysdep SA .It 7 Exchange +.It 8 +Negotiation +.It 9 +Policy .It A All .El |