diff options
Diffstat (limited to 'docs/syscall_descriptions_syntax.md')
| -rw-r--r-- | docs/syscall_descriptions_syntax.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index cf03350e0..dd5dbeb3d 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -168,12 +168,10 @@ Unions are described as: ``` unionname "[" "\n" - (fieldname type ("(" fieldattribute* ")")? "\n")+ + (fieldname type "\n")+ "]" ("[" attribute* "]")? ``` -Field attributes are as defined for [structs](#structs). - Unions can have attributes specified in square brackets after the union. Attributes are: |
