Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/mklocale Fix description of hex encoding.
details: https://anonhg.NetBSD.org/src/rev/e93b7281672a
branches: trunk
changeset: 787934:e93b7281672a
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Jul 15 18:46:47 2013 +0000
description:
Fix description of hex encoding.
diffstat:
usr.bin/mklocale/mklocale.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 12b55d57dba4 -r e93b7281672a usr.bin/mklocale/mklocale.1
--- a/usr.bin/mklocale/mklocale.1 Mon Jul 15 14:40:21 2013 +0000
+++ b/usr.bin/mklocale/mklocale.1 Mon Jul 15 18:46:47 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mklocale.1,v 1.15 2010/05/14 17:23:13 joerg Exp $
+.\" $NetBSD: mklocale.1,v 1.16 2013/07/15 18:46:47 joerg Exp $
.\" FreeBSD: src/usr.bin/mklocale/mklocale.1,v 1.6 1999/09/20 09:15:21 phantom Exp
.\"
.\" Copyright (c) 1993, 1994
@@ -33,7 +33,7 @@
.\"
.\" @(#)mklocale.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd January 2, 2009
+.Dd July 15, 2013
.Dt MKLOCALE 1
.Os
.Sh NAME
@@ -90,7 +90,7 @@
A
.Dv RUNE
may be any of the following:
-.Bl -tag -width 0x[0-9a-z]*
+.Bl -tag -width 0x[0-9a-f]+
.It Ar 'x'
The ASCII character
.Ar x .
@@ -108,7 +108,7 @@
.Dv \et ,
or
.Dv \ev .
-.It Ar 0x[0-9a-z]*
+.It Ar 0x[0-9a-f]+
A hexadecimal number representing a rune code.
.It Ar 0[0-7]*
An octal number representing a rune code.
Home |
Main Index |
Thread Index |
Old Index