diff options
author | 2005-04-30 23:22:33 +0000 | |
---|---|---|
committer | 2005-04-30 23:22:33 +0000 | |
commit | b875387e96ae27ce51d3263d7451e622832eb69d (patch) | |
tree | 3b53823bbbe5f2462a49e0eb47460e659ec26fdc /lib/libc | |
parent | Temporary hack to (un)rotate the Zaurus console until a proper rasops (diff) | |
download | wireguard-openbsd-b875387e96ae27ce51d3263d7451e622832eb69d.tar.xz wireguard-openbsd-b875387e96ae27ce51d3263d7451e622832eb69d.zip |
fix a broken .St;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/towlower.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/towlower.3 b/lib/libc/locale/towlower.3 index d8d49fb37c7..551330f5c15 100644 --- a/lib/libc/locale/towlower.3 +++ b/lib/libc/locale/towlower.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: towlower.3,v 1.1 2005/04/30 09:14:23 espie Exp $ +.\" $OpenBSD: towlower.3,v 1.2 2005/04/30 23:22:33 jmc Exp $ .\" $NetBSD: towlower.3,v 1.7 2003/09/08 17:54:31 wiz Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. @@ -65,5 +65,6 @@ one; otherwise the argument is returned unchanged. .Xr toupper 3 .Sh STANDARDS The functions conform to -.St isoC-amd1 , +.St -isoC-amd1 +and .St -isoC-99 . |