File: addcr.1

package info (click to toggle)
ucspi-tcp 0.80-3
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 948 kB
  • ctags: 485
  • sloc: ansic: 3,880; makefile: 576; sh: 305
file content (21 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH addcr 1
.SH NAME
addcr \- copy stdin to stdout adding \\r chars after all \\n
.SH SYNOPSIS
.B addcr
.SH DESCRIPTION
.B addcr
reads stdin, adds \\r chars after any \\n and copies all to stdout.

.SH DIAGNOSTICS
.PP
Returns zero on success, or 111 if an error occurred.

.SH "SEE ALSO"
.BR delcr (1)

.SH AUTHOR
Written by D. J. Bernstein <djb@pobox.com>.

Manual page added by Roberto Lumbreras <rover@debian.org>.