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
|
From: =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz>
Date: Tue, 28 Jan 2025 04:33:02 +0100
Subject: Document a.b.c and a.b formats (Closes: #881437)
---
aggregate.1 | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/aggregate.1 b/aggregate.1
index aa11f4d..8a21290 100644
--- a/aggregate.1
+++ b/aggregate.1
@@ -172,6 +172,20 @@ .SH EXAMPLES
195.240.0.0/15
.ft R
+.SH NOTES
+.B Aggregate
+also understands the
+.IB a8 . b8 . c16
+and
+.IB a8 . b24
+formats:
+the address
+.B 10.1.2.3
+is equivalent to
+.B 10.1.515
+and
+.BR 10.66051 .
+
.SH SEE ALSO
aggregate-ios(1)
@@ -207,4 +221,3 @@ .SH BUGS
For extremely sensitive applications, judicious use of the
.I -v
option together with a pencil and paper is probably advisable.
-
|