From: Alan T. DeKok Date: Thu, 7 Sep 2023 17:39:28 +0000 (-0400) Subject: minor tweaks X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82af7e75ca60998e6b0bc98c3dbc57bc0a376cbd;p=thirdparty%2Ffreeradius-server.git minor tweaks --- diff --git a/doc/antora/modules/reference/pages/dictionary/attribute.adoc b/doc/antora/modules/reference/pages/dictionary/attribute.adoc index 34f98009214..1ca21f24cfc 100644 --- a/doc/antora/modules/reference/pages/dictionary/attribute.adoc +++ b/doc/antora/modules/reference/pages/dictionary/attribute.adoc @@ -51,7 +51,7 @@ Common flags and meanings |===== | 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]. +| `enum=` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an xref:dictionary/enum.adoc[ENUM] or other attribute. | `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 diff --git a/doc/antora/modules/reference/pages/dictionary/define.adoc b/doc/antora/modules/reference/pages/dictionary/define.adoc index 5829b3856c6..e36292a3705 100644 --- a/doc/antora/modules/reference/pages/dictionary/define.adoc +++ b/doc/antora/modules/reference/pages/dictionary/define.adoc @@ -33,7 +33,7 @@ Common flags and meanings [cols="30%,70%"] |===== | Name | Description -| `enum=...` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an `xref:dictionary/enum.adoc[ENUM]. +| `enum=...` | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an `xref:dictionary/enum.adoc[ENUM] or other attribute. | `clone=...` | For `tlv` or 'struct' types, clone (or copy) child definitions from another attribute of the same type |===== diff --git a/doc/antora/modules/reference/pages/dictionary/enum.adoc b/doc/antora/modules/reference/pages/dictionary/enum.adoc index 63576147d1b..81493313efd 100644 --- a/doc/antora/modules/reference/pages/dictionary/enum.adoc +++ b/doc/antora/modules/reference/pages/dictionary/enum.adoc @@ -6,13 +6,12 @@ ENUM ---- .Description -The `ENUM` keyword defines name for set of xref:dictionary/value.adoc[VALUE]s. +The `ENUM` keyword defines a name for set of xref:dictionary/value.adoc[VALUE]s. :: The name of the enum. + These names are in the same namespace as -xref:dictionary/attribute.adoc[ATTRIBUTE]s, and must follow the same -rules +xref:dictionary/attribute.adoc[ATTRIBUTE]s, and must follow the same name format. :: A xref:type/index.adoc[data type] +