diff options
Diffstat (limited to 'usr.bin/mklocale/mklocale.1')
-rw-r--r-- | usr.bin/mklocale/mklocale.1 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index 8239f1be8da9..8d7010271c9c 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -65,7 +65,8 @@ The format of .Ar src-file is quite simple. It consists of a series of lines which start with a keyword and have -associated data following. C style comments are used +associated data following. +C style comments are used to place comments in the file. .Pp Following options are available: @@ -121,9 +122,11 @@ Used to indicate ranges. The follow characters are taken literally: .Bl -tag -width ".Dv <\|\|(\|\|[" .It Dv "<\|(\|[" -Used to start a mapping. All are equivalent. +Used to start a mapping. +All are equivalent. .It Dv ">\|\^)\|]" -Used to end a mapping. All are equivalent. +Used to end a mapping. +All are equivalent. .It Dv : Used as a delimiter in mappings. .El |