summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-11-27 13:12:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-11-27 13:12:01 +0000
commitb6f50d00187650bf55a15449234ab6779ba96a30 (patch)
treebba8134ac82b14425433e102759034a13d3a17e3
parent500164ae21a18e5605f587d64d7f4921810f281e (diff)
ISOXXX/ISO-XXX -> ISO XXX
-rw-r--r--distrib/sparc64/mksuncd/mksuncd.14
-rw-r--r--sbin/mount_cd9660/mount_cd9660.86
-rw-r--r--share/man/man5/fstab.54
-rw-r--r--share/man/man8/compat_ibcs2.84
-rw-r--r--sys/arch/amd64/stand/cdboot/cdboot.84
-rw-r--r--sys/arch/i386/stand/cdboot/cdboot.84
-rw-r--r--usr.bin/man/man.14
-rw-r--r--usr.sbin/openssl/openssl.16
-rw-r--r--usr.sbin/vnconfig/vnconfig.84
-rw-r--r--usr.sbin/wsfontload/wsfontload.84
10 files changed, 22 insertions, 22 deletions
diff --git a/distrib/sparc64/mksuncd/mksuncd.1 b/distrib/sparc64/mksuncd/mksuncd.1
index 5dfbb18ed54..7ae2307c808 100644
--- a/distrib/sparc64/mksuncd/mksuncd.1
+++ b/distrib/sparc64/mksuncd/mksuncd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mksuncd.1,v 1.2 2003/06/02 20:09:40 jason Exp $
+.\" $OpenBSD: mksuncd.1,v 1.3 2005/11/27 13:11:59 jmc Exp $
.\"
.\" Copyright (c) 2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -45,7 +45,7 @@ to the end of
.Ar ufsfile
is assumed to be a bootable filesystem image and
.Ar imagefile
-is assumed to be something like an ISO9660 filesystem.
+is assumed to be something like an ISO 9660 filesystem.
A Sun-style disklabel is expected to already be present
at the beginning of
.Ar imagefile ,
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8
index a50a7ebbee8..e953a339505 100644
--- a/sbin/mount_cd9660/mount_cd9660.8
+++ b/sbin/mount_cd9660/mount_cd9660.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount_cd9660.8,v 1.18 2005/11/27 10:53:55 jmc Exp $
+.\" $OpenBSD: mount_cd9660.8,v 1.19 2005/11/27 13:11:59 jmc Exp $
.\" $NetBSD: mount_cd9660.8,v 1.3 1995/04/23 10:33:13 cgd Exp $
.\"
.\" Copyright (c) 1993, 1994
@@ -38,7 +38,7 @@
.Os
.Sh NAME
.Nm mount_cd9660
-.Nd mount an ISO-9660 filesystem
+.Nd mount an ISO 9660 filesystem
.Sh SYNOPSIS
.Nm mount_cd9660
.Op Fl egjR
@@ -47,7 +47,7 @@
.Sh DESCRIPTION
The
.Nm
-command attaches the ISO-9660 filesystem residing on the device
+command attaches the ISO 9660 filesystem residing on the device
.Ar special
to the global filesystem namespace at the location indicated by
.Ar node .
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5
index 07062f45945..153771a544a 100644
--- a/share/man/man5/fstab.5
+++ b/share/man/man5/fstab.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fstab.5,v 1.32 2005/11/24 12:08:16 pedro Exp $
+.\" $OpenBSD: fstab.5,v 1.33 2005/11/27 13:11:59 jmc Exp $
.\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -98,7 +98,7 @@ An
.Tn AmigaDOS
filesystem.
.It cd9660
-An ISO9660 CD-ROM filesystem.
+An ISO 9660 CD-ROM filesystem.
.It fdesc
An implementation of
.Pa /dev/fd .
diff --git a/share/man/man8/compat_ibcs2.8 b/share/man/man8/compat_ibcs2.8
index febf0b07044..b3a04dc296b 100644
--- a/share/man/man8/compat_ibcs2.8
+++ b/share/man/man8/compat_ibcs2.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: compat_ibcs2.8,v 1.15 2005/03/11 23:03:58 jmc Exp $
+.\" $OpenBSD: compat_ibcs2.8,v 1.16 2005/11/27 13:11:59 jmc Exp $
.\"
.\" Copyright (c) 1998 Scott Bartram
.\" Copyright (c) 1995 Frank van der Linden
@@ -167,7 +167,7 @@ obtained from an SCO distribution.
As of January 1998, SCO sells a copy of SCO OpenServer (iBCS2) and/or
SCO UnixWare (SVR4) for personal/non-commercial use for only the cost
of shipping (about $20US).
-The distribution comes on an ISO9660-format CD-ROM which can be mounted
+The distribution comes on an ISO 9660-format CD-ROM which can be mounted
and used to copy the necessary files.
.Sh BUGS
The information about SCO distributions may become outdated.
diff --git a/sys/arch/amd64/stand/cdboot/cdboot.8 b/sys/arch/amd64/stand/cdboot/cdboot.8
index 23af83cfe41..2cb56947939 100644
--- a/sys/arch/amd64/stand/cdboot/cdboot.8
+++ b/sys/arch/amd64/stand/cdboot/cdboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cdboot.8,v 1.3 2004/08/24 21:49:55 tom Exp $
+.\" $OpenBSD: cdboot.8,v 1.4 2005/11/27 13:11:59 jmc Exp $
.\" Copyright (c) 2004 Tom Cosgrove
.\" Copyright (c) 2003 Matthias Drochner
.\" Copyright (c) 1999 Doug White
@@ -102,5 +102,5 @@ program first appeared in
.Sh BUGS
The
.Ic ls
-command does not work on ISO-9660 (cd9660) filesystems,
+command does not work on ISO 9660 (cd9660) filesystems,
which are used on most CDs.
diff --git a/sys/arch/i386/stand/cdboot/cdboot.8 b/sys/arch/i386/stand/cdboot/cdboot.8
index 14c25e8f815..479a4e04289 100644
--- a/sys/arch/i386/stand/cdboot/cdboot.8
+++ b/sys/arch/i386/stand/cdboot/cdboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cdboot.8,v 1.3 2004/08/24 21:43:09 tom Exp $
+.\" $OpenBSD: cdboot.8,v 1.4 2005/11/27 13:12:00 jmc Exp $
.\" Copyright (c) 2004 Tom Cosgrove
.\" Copyright (c) 2003 Matthias Drochner
.\" Copyright (c) 1999 Doug White
@@ -102,5 +102,5 @@ program first appeared in
.Sh BUGS
The
.Ic ls
-command does not work on ISO-9660 (cd9660) filesystems,
+command does not work on ISO 9660 (cd9660) filesystems,
which are used on most CDs.
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1
index 1ab854a24e9..b802050d4e5 100644
--- a/usr.bin/man/man.1
+++ b/usr.bin/man/man.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: man.1,v 1.24 2005/11/24 12:08:16 pedro Exp $
+.\" $OpenBSD: man.1,v 1.25 2005/11/27 13:12:00 jmc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -115,7 +115,7 @@ amq (8) \- automounter query tool
mount (8) \- mount file systems
mount, unmount (2) \- mount or dismount a filesystem
mount_ados (8) \- mount an AmigaDOS file system
-mount_cd9660 (8) \- mount an ISO-9660 filesystem
+mount_cd9660 (8) \- mount an ISO 9660 filesystem
mount_ext2fs (8) \- mount a ext2fs file system
mount_fdesc (8) \- mount the file-descriptor file system
mount_ffs, mount_ufs (8) \- mount a Berkeley Fast File System
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