diff options
Diffstat (limited to 'libxo/xo_format.5')
-rw-r--r-- | libxo/xo_format.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libxo/xo_format.5 b/libxo/xo_format.5 index d0e6a33abbdab..abd1b6f65c5f0 100644 --- a/libxo/xo_format.5 +++ b/libxo/xo_format.5 @@ -116,7 +116,7 @@ The roles are listed below; only one role is permitted: .Pp When a role is not provided, the "value" role is used as the default. .Pp -Roles and modifiers can also use more verbose names, when preceeded by +Roles and modifiers can also use more verbose names, when preceded by a comma: .Bd -literal -offset indent EXAMPLE: @@ -380,7 +380,7 @@ The modifier string "Vkq" means the field has a value role, that it is a key for the current instance, and that the value should be quoted when encoded for JSON. .Pp -Roles and modifiers can also use more verbose names, when preceeded by +Roles and modifiers can also use more verbose names, when preceded by a comma. For example, the modifier string "Lwc" (or "L,white,colon") means the field has a label role (text that describes the next field) |