From 77042292ff1ebeb5451f3a4119c3cbde0629f5b1 Mon Sep 17 00:00:00 2001 From: Alexander Zubkov Date: Tue, 28 Dec 2021 04:09:36 +0100 Subject: [PATCH] Doc: Document min/max operators for lists --- doc/bird.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index d1059cb1..a63493da 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1532,7 +1532,7 @@ in the foot). Clist is similar to a set, except that unlike other sets, it can be modified. The type is used for community list (a set of pairs) and for cluster list (a set of quads). There exist no literals of this type. - There are three special operators on clists: + There are special operators on clists: returns the length of clist if returns the minimum element of clist returns the maximum element of clist