diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-27 13:12:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-27 13:12:01 +0000 |
commit | b6f50d00187650bf55a15449234ab6779ba96a30 (patch) | |
tree | bba8134ac82b14425433e102759034a13d3a17e3 /usr.sbin | |
parent | 500164ae21a18e5605f587d64d7f4921810f281e (diff) |
ISOXXX/ISO-XXX -> ISO XXX
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 6 | ||||
-rw-r--r-- | usr.sbin/vnconfig/vnconfig.8 | 4 | ||||
-rw-r--r-- | usr.sbin/wsfontload/wsfontload.8 | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 767c9fcb15c..3453ef41f96 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.51 2005/04/29 09:31:05 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.52 2005/11/27 13:12:00 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -4993,7 +4993,7 @@ environment variable serves the same purpose but its use is discouraged. .Nm OpenSSL Ns Li 's handling of T61Strings .Pq aka TeletexStrings -is broken: it effectively treats them as ISO-8859-1 +is broken: it effectively treats them as ISO 8859-1 .Pq Latin 1 ; Netscape and MSIE have similar behaviour. This can cause problems if you need characters that aren't available in @@ -8084,7 +8084,7 @@ Trusted certificates have the lines: .Ed .Pp The conversion to UTF8 format used with the name options assumes that -T61Strings use the ISO8859-1 character set. +T61Strings use the ISO 8859-1 character set. This is wrong, but Netscape and MSIE do this, as do many certificates. So although this is incorrect it is more likely to display the majority of certificates correctly. diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index f4894588d53..ffb6c617253 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnconfig.8,v 1.22 2005/11/27 10:49:57 jmc Exp $ +.\" $OpenBSD: vnconfig.8,v 1.23 2005/11/27 13:12:00 jmc Exp $ .\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -115,7 +115,7 @@ is assumed. .El .Sh EXAMPLES Configure a CD-ROM or DVD image file as vnode disk svnd0 -and mount the ISO-9660 file system contained in it: +and mount the ISO 9660 file system contained in it: .Bd -literal -offset indent # vnconfig svnd0 /tmp/diskimage # mount -t cd9660 /dev/svnd0c /mnt diff --git a/usr.sbin/wsfontload/wsfontload.8 b/usr.sbin/wsfontload/wsfontload.8 index 371f900a869..c604474cd0a 100644 --- a/usr.sbin/wsfontload/wsfontload.8 +++ b/usr.sbin/wsfontload/wsfontload.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsfontload.8,v 1.15 2004/08/03 09:45:29 jmc Exp $ +.\" $OpenBSD: wsfontload.8,v 1.16 2005/11/27 13:12:00 jmc Exp $ .\" $NetBSD: wsfontload.8,v 1.5 1999/04/06 04:54:22 cgd Exp $ .\" .\" Copyright (c) 1999, 2001 @@ -70,7 +70,7 @@ Sets the encoding of the font. This can be either a symbolic abbreviation or a numeric value. Currently recognized abbreviations are .Dq iso -for ISO-8859-1 encoding, +for ISO 8859-1 encoding, .Dq ibm for IBM encoded fonts, and .Dq pcvt |