diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-21 00:16:52 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-21 00:16:52 +0100 |
commit | 4842eeaad32aeeeb1774ec9840c6da03952425ff (patch) | |
tree | f4a02c8bc20688116da360d86bb8dd7bf1c7bc27 /doc | |
parent | a63e78c31a518f4441b2f87e1947c12e1e49aba1 (diff) |
Minor fix in documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index ebafcf92..c725081a 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1348,7 +1348,7 @@ foot). <cf><m/P/.len</cf> returns the length of path <m/P/. - <cf><m/P/.empty()</cf> makes the path <m/P/ empty. + <cf><m/P/.empty</cf> makes the path <m/P/ empty. <cf>prepend(<m/P/,<m/A/)</cf> prepends ASN <m/A/ to path <m/P/ and returns the result. |