1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Description: fix warnings in man files
Author: Michael Stone <mstone@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: argus-5.0.2/man/man5/argus.conf.5
===================================================================
--- argus-5.0.2.orig/man/man5/argus.conf.5 2025-04-20 11:53:54.000000000 -0400
+++ argus-5.0.2/man/man5/argus.conf.5 2025-04-20 11:55:22.648965113 -0400
@@ -61,7 +61,7 @@
the flow can be further defined by specifying the key.
The argus supports a set of well known key strategies,
such as 'CLASSIC_5_TUPLE', 'LAYER_3_MATRIX', 'LAYER_2_MATRIX',
-'MPLS', and/or 'VLAN', or the argus can be configured to
+\&'MPLS', and/or 'VLAN', or the argus can be configured to
formulate key strategies from a list of the specific
objects that the Argus understands. See the man page for
a complete description.
@@ -418,7 +418,7 @@
.nf
\fBARGUS_SETUSER_ID=\fPuser
-.ni
+.fi
.SH ARGUS_SETGROUP_ID
Index: argus-5.0.2/man/man8/argus.8
===================================================================
--- argus-5.0.2.orig/man/man8/argus.8 2025-04-20 11:53:54.000000000 -0400
+++ argus-5.0.2/man/man8/argus.8 2025-04-20 11:55:43.502086125 -0400
@@ -358,7 +358,7 @@
.RS
.nf
\fBargus -r \fIcisco:pcap-file\fP -w - | ra
-.f
+.nf
.RE
.SH AUTHORS
.nf
|