diff options
Diffstat (limited to 'usr/src/man/man1/dos2unix.1')
-rw-r--r-- | usr/src/man/man1/dos2unix.1 | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/usr/src/man/man1/dos2unix.1 b/usr/src/man/man1/dos2unix.1 index c4332f9dd4..0fe479ad55 100644 --- a/usr/src/man/man1/dos2unix.1 +++ b/usr/src/man/man1/dos2unix.1 @@ -3,13 +3,13 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH dos2unix 1 "14 Sep 2000" "SunOS 5.11" "User Commands" +.TH DOS2UNIX 1 "Sep 14, 2000" .SH NAME dos2unix \- convert text file from DOS format to ISO format .SH SYNOPSIS .LP .nf -\fBdos2unix\fR [\fB-ascii\fR] [\fB-iso\fR] [\fB-7\fR] +\fBdos2unix\fR [\fB-ascii\fR] [\fB-iso\fR] [\fB-7\fR] [\fB-437\fR | \fB-850\fR | \fB-860\fR | \fB-863\fR | \fB-865\fR] \fIoriginalfile\fR \fIconvertedfile\fR .fi @@ -33,36 +33,30 @@ rewrite the original file after converting it. The following options are supported: .sp .ne 2 -.mk .na \fB\fB-ascii\fR\fR .ad .RS 10n -.rt Removes extra carriage returns and converts end of file characters in \fBDOS\fR format text files to conform to SunOS requirements. .RE .sp .ne 2 -.mk .na \fB\fB-iso\fR\fR .ad .RS 10n -.rt This is the default. It converts characters in the \fBDOS\fR extended character set to the corresponding \fBISO\fR standard characters. .RE .sp .ne 2 -.mk .na \fB\fB-7\fR\fR .ad .RS 10n -.rt Converts 8 bit \fBDOS\fR graphics characters to 7 bit space characters so that SunOS can read the file. .RE @@ -74,56 +68,46 @@ determine which code page to use. Otherwise, the default is US. The user may override the code page with one of the following options: .sp .ne 2 -.mk .na \fB\fB-437\fR\fR .ad .RS 8n -.rt Use US code page .RE .sp .ne 2 -.mk .na \fB\fB-850\fR\fR .ad .RS 8n -.rt Use multilingual code page .RE .sp .ne 2 -.mk .na \fB\fB-860\fR\fR .ad .RS 8n -.rt Use Portuguese code page .RE .sp .ne 2 -.mk .na \fB\fB-863\fR\fR .ad .RS 8n -.rt Use French Canadian code page .RE .sp .ne 2 -.mk .na \fB\fB-865\fR\fR .ad .RS 8n -.rt Use Danish code page .RE @@ -133,24 +117,20 @@ Use Danish code page The following operands are required: .sp .ne 2 -.mk .na \fB\fIoriginalfile\fR \fR .ad .RS 18n -.rt The original file in \fBDOS\fR format that is being converted to \fBISO\fR format. .RE .sp .ne 2 -.mk .na \fB\fIconvertedfile\fR \fR .ad .RS 18n -.rt The new file in \fBISO\fR format that has been converted from the original \fBDOS\fR file format. .RE @@ -162,7 +142,6 @@ The new file in \fBISO\fR format that has been converted from the original .SH DIAGNOSTICS .sp .ne 2 -.mk .na \fB\fBFile \fIfilename\fR not found, or no read permission\fR\fR .ad @@ -174,7 +153,6 @@ permission. Check with the SunOS command, \fBls\fR \fB-l\fR (see \fBls\fR(1)). .sp .ne 2 -.mk .na \fB\fBBad output filename \fIfilename\fR, or no write permission\fR\fR .ad @@ -187,7 +165,6 @@ the drive or diskette is not write-protected. .sp .ne 2 -.mk .na \fB\fBError while writing to temporary file\fR\fR .ad @@ -202,7 +179,6 @@ occurs, the original file remains intact. .sp .ne 2 -.mk .na \fB\fBTranslated temporary file name =\fR \fIfilename\fR.\fR .ad |