diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-09-11 06:38:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-09-11 06:38:13 +0000 |
commit | 272335dff09eb442fbdf7e81932b406f2f2c02e0 (patch) | |
tree | 0f9b92c92b745f1757f00736d57cf9cf4def8b8d /lib/libc/locale | |
parent | 830aea92a7879fb169129d063efaaff66a0cb89b (diff) |
.Li -> .Vt where appropriate;
from josiah frentsos, tweaked by schwarze
ok schwarze
Diffstat (limited to 'lib/libc/locale')
-rw-r--r-- | lib/libc/locale/localeconv.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/localeconv.3 b/lib/libc/locale/localeconv.3 index 97d2b743874..8818330a134 100644 --- a/lib/libc/locale/localeconv.3 +++ b/lib/libc/locale/localeconv.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: localeconv.3,v 1.3 2022/08/04 06:20:24 jsg Exp $ +.\" $OpenBSD: localeconv.3,v 1.4 2022/09/11 06:38:10 jmc Exp $ .\" $NetBSD: setlocale.3,v 1.3 1997/07/14 23:19:47 kleink Exp $ .\" .\" Copyright (c) 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)setlocale.3 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: August 4 2022 $ +.Dd $Mdocdate: September 11 2022 $ .Dt LOCALECONV 3 .Os .Sh NAME @@ -71,7 +71,7 @@ before the decimal point, except for currency values. .It Fa grouping The sizes of the groups of digits, except for currency values. This is a pointer to a vector of integers, each of size -.Li char , +.Vt char , representing group size from low order digit groups to high order (right to left). The list may be terminated with 0 or |