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
|
$NetBSD: patch-dp,v 1.2 2009/02/14 16:17:06 spz Exp $
--- man/man1/peval.1.orig 2006-10-01 13:23:32.000000000 +0200
+++ man/man1/peval.1
@@ -137,6 +137,9 @@ Do not expand anything.
Do a prior symbolic evaluation, then do the expansions and then
re-evaluate.
This may be faster for some policies.
+.IP \-asplain
+Print AS numbers as asplain, i.e. as unstructured number;
+default is to use the more human readable asdot format.
.IP -compressed
Print prefix lists using the more specific operators.
Otherwise,
@@ -199,7 +202,7 @@ Fails if couldn't evaluate the filter to
Unknown protocol!
.RS
.PP
-Connection to IRR server failed. This can be caused by various reasons, please see Errors manpage, IRR Communication errors.
+Connection to IRR server failed. This can be caused by various reasons, please see IRRToolSet-Errors(1) manpage, IRR Communication errors.
.PP
.RE
***Error: badly formed filter.
@@ -210,7 +213,7 @@ syntax error in RPSL filter specificatio
.RE
For more error descriptions, please see
.B
-Errors manual page.
+IRRToolSet-Errors(1) manual page.
.SH AUTHORS
Cengiz Alaettinoglu <cengiz@isi.edu>
.PP
|