diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2016-05-29 01:02:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2016-05-29 01:02:22 +0000 |
commit | 3d87b184ce5b9a7782f4cb309aed4424030d5206 (patch) | |
tree | 53fa15b428cccbaeee2017a7470490f8266565bc /usr.bin/mklocale/mklocale.1 | |
parent | 7a2932ec34f92c537cd17a3aa4e72c35eff8be39 (diff) |
Eat all blanks between the VARIABLE keywords and the definition,
not just the first one. Otherwise we end up storing the blanks.
Now the file generated by mklocale(1) is the same regardless of
whether or not the input is sent through the C preprocessor.
OK deraadt@ jca@ schwarze@
Diffstat (limited to 'usr.bin/mklocale/mklocale.1')
-rw-r--r-- | usr.bin/mklocale/mklocale.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index d190124b8cd..73e5472425b 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mklocale.1,v 1.5 2016/05/08 15:25:44 schwarze Exp $ +.\" $OpenBSD: mklocale.1,v 1.6 2016/05/29 01:02:21 millert Exp $ .\" .\" $NetBSD: mklocale.1,v 1.13 2004/01/24 17:03:26 wiz Exp $ .\" FreeBSD: src/usr.bin/mklocale/mklocale.1,v 1.6 1999/09/20 09:15:21 phantom Exp @@ -35,7 +35,7 @@ .\" .\" @(#)mklocale.1 8.2 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: May 8 2016 $ +.Dd $Mdocdate: May 29 2016 $ .Dt MKLOCALE 1 .Os .Sh NAME @@ -154,7 +154,7 @@ vendors of systems. .El .It Dv VARIABLE -This keyword must be followed by a single tab or space character, +This keyword must be followed by one or more tab or space characters, after which encoding specific data is placed. Currently only the .Dv "EUC" |