aboutsummaryrefslogtreecommitdiff
path: root/base/bin/slackwareutils/todos.1
diff options
context:
space:
mode:
authorDeposite Pirate2018-09-16 18:47:05 +0200
committerDeposite Pirate2018-09-16 18:47:05 +0200
commitf29d3519ce073ec30f99754d93304324f7f26d65 (patch)
tree24082fb10d4979792f67961c24a812644210db34 /base/bin/slackwareutils/todos.1
Initial commit.
Diffstat (limited to 'base/bin/slackwareutils/todos.1')
-rw-r--r--base/bin/slackwareutils/todos.123
1 files changed, 23 insertions, 0 deletions
diff --git a/base/bin/slackwareutils/todos.1 b/base/bin/slackwareutils/todos.1
new file mode 100644
index 0000000..58b138c
--- /dev/null
+++ b/base/bin/slackwareutils/todos.1
@@ -0,0 +1,23 @@
+.\"
+.\" Man page for todos
+.\"
+.\" Copyright (c) 1997 Timothy J. Halloran.
+.\"
+.\" You may distribute under the terms of the GNU General Public
+.\" License as specified in the README file that comes with the man 1.0
+.\" distribution.
+.\"
+.TH todos 1 "May 4, 1997"
+.LO 1
+.SH NAME
+todos \- convert UNIX text file format to DOS.
+.SH SYNOPSIS
+.BI todos\ <\ unixfile.txt\ >\ dosfile.txt
+.SH DESCRIPTION
+todos takes a UNIX text file as stdin and sends a DOS text file to stdout.
+DOS text file format separates lines of text by two characters: CR followed
+by LF (hex 0d 0a). UNIX text file format separates lines of text with
+a single LF character (hex 0a). This program changes the LF characters found
+in the input stream to CR LF groups in the output stream.
+.SH "SEE ALSO"
+fromdos(1).