]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
minor tweaks
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Sep 2023 17:39:28 +0000 (13:39 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Sep 2023 17:39:28 +0000 (13:39 -0400)
doc/antora/modules/reference/pages/dictionary/attribute.adoc
doc/antora/modules/reference/pages/dictionary/define.adoc
doc/antora/modules/reference/pages/dictionary/enum.adoc

index 34f9800921479ab11ecff3946535d732fc75fd34..1ca21f24cfc544b164fe764a33be6ce50cfb0e75 100644 (file)
@@ -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=<ref>`   | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an xref:dictionary/enum.adoc[ENUM].
+| `enum=<ref>`   | For "leaf" types, copy xref:dictionary/value.adoc[VALUE]s from an xref:dictionary/enum.adoc[ENUM] or other attribute.
 | `clone=<ref>`  | 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=<ref>`    | For `group` types, the referenced attributes will be allowed in the group
index 5829b3856c6a797e4d9b9c521fd152f967032785..e36292a3705267734738d0d7757d5dac1170b5fa 100644 (file)
@@ -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
 |=====
 
index 63576147d1b63f5be13ec31339ebd9f1f6f8966f..81493313efdcc53aaa22637ec924e7886449c760 100644 (file)
@@ -6,13 +6,12 @@ ENUM <name> <type>
 ----
 
 .Description
-The `ENUM` keyword defines name for set of xref:dictionary/value.adoc[VALUE]s.
+The `ENUM` keyword defines name for set of xref:dictionary/value.adoc[VALUE]s.
 
 <name>:: 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.
 
 <type>:: A xref:type/index.adoc[data type]
 +