From: Alan T. DeKok Date: Fri, 25 Aug 2023 11:55:39 +0000 (-0400) Subject: typos and word smithing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0da4c9df920c2cc943cc14de52449b8f0671bb7;p=thirdparty%2Ffreeradius-server.git typos and word smithing --- diff --git a/doc/antora/modules/reference/pages/dictionary/attribute.adoc b/doc/antora/modules/reference/pages/dictionary/attribute.adoc index 9b08fde7a7d..e234d5b8479 100644 --- a/doc/antora/modules/reference/pages/dictionary/attribute.adoc +++ b/doc/antora/modules/reference/pages/dictionary/attribute.adoc @@ -49,14 +49,18 @@ Common flags and meanings [options="header"] [cols="30%,70%"] |===== -| Name | Description -| `array` | For fixed-size types, declare that the contents of the packet can have an array of this value. -| `enum=...` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an `xref:dictionary/enum.adoc[ENUM]. -| `clone=...` | For `tlv` or 'struct' types, clone (or copy) child definitions from another attribute of the same type -| `internal` | This attribute is internal to the server, and will never be sent "on the wire" -| `ref=...` | For `group` types, reference another attribute by name as being allowed in the `group`. +| Name | Description +| `array` | For fixed-size types, declare that the contents of the packet can have an array of this value. +| `enum=` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an xref:dictionary/enum.adoc[ENUM]. +| `clone=` | For `tlv` or 'struct' types, clone (or copy) child definitions from another attribute of the same type +| `internal` | This attribute is internal to the server, and will never be sent "on the wire" +| `ref=` | For `group` types, the referenced attributes will be allowed in the group |===== +The `` field in the examples above is an attribute references such as `Foo`, or `Foo.Bar`, or `dhcpv4.foo.bar`. + +The `enum` and `clone` flags are essentially the same, in that they copy "children" of the attribute. However, the `enum` flag copies `VALUE`s, and the `clone` flag copies `ATTRIBUTE`s. + .Examples ---- ATTRIBUTE Foo 1 string[3]