From: Alexander Zubkov Date: Tue, 28 Dec 2021 03:09:36 +0000 (+0100) Subject: Doc: Document min/max operators for lists X-Git-Tag: v2.0.9~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77042292ff1ebeb5451f3a4119c3cbde0629f5b1;p=thirdparty%2Fbird.git Doc: Document min/max operators for lists --- diff --git a/doc/bird.sgml b/doc/bird.sgml index d1059cb18..a63493da1 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