aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man1/d2u.113
-rw-r--r--man/man1/u2d.113
2 files changed, 26 insertions, 0 deletions
diff --git a/man/man1/d2u.1 b/man/man1/d2u.1
new file mode 100644
index 00000000..33e07cb5
--- /dev/null
+++ b/man/man1/d2u.1
@@ -0,0 +1,13 @@
+.TH D2U 1 "August 2016" "Manual page for d2u"
+.SH NAME
+.B d2u
+\- change text files from DOS to UNIX format
+.SH USAGE
+.B d2u FILE1 [FILE2 ...]
+.SH DESCRIPTION
+Applies ed(1) to change DOS \\r\\n (CRLF) line endings to UNIX \\n line
+endings. Files already in UNIX format should be unchanged.
+.SH SEE ALSO
+ed(1), u2d(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/u2d.1 b/man/man1/u2d.1
new file mode 100644
index 00000000..48dfaeb5
--- /dev/null
+++ b/man/man1/u2d.1
@@ -0,0 +1,13 @@
+.TH U2D 1 "August 2016" "Manual page for u2d"
+.SH NAME
+.B u2d
+\- change text files from UNIX to DOS format
+.SH USAGE
+.B u2d FILE1 [FILE2 ...]
+.SH DESCRIPTION
+Applies ed(1) to change UNIX \\n line endings to DOS \\r\\n (CRLF) line
+endings. Files already in DOS format should be unchanged.
+.SH SEE ALSO
+ed(1), d2u(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>