I'm trying to get familar with the UNIX rsync command, so I decided to save its man page as a file, then print it using TextEdit.
At the command line in Terminal I issued:
man rsync > rsync_man.txt, then checked the results with:
more rync_man.txt
This looked good:
rsync(1) rsync(1)
NAME
rsync - faster, flexible replacement for rcp
SYNOPSIS
rsync [OPTION]... SRC [SRC]...
etc.
However, when I opened the file with TextEdit, the section headings had a weird doupling of the capitol letters!
rsync(1) rsync(1)
NNAAMMEE
rsync - faster, flexible replacement for rcp
SSYYNNOOPPSSIISS
rsync [OPTION]... SRC [SRC]...
What gives with this?