aboutsummaryrefslogtreecommitdiff
path: root/man/man1/ed.1
AgeCommit message (Collapse)AuthorFilesLines
2020-05-29ed(1): fix documentation for list modeRuss Cox1-36/+36
I changed from 6 to 8 digits but forgot to update the man page.
2020-05-29ed: handle Unicode beyond the BMP correctly in list mode.sean1-2/+10
List mode was constrained to the BMP. This change introduces the following new list mode convention, using Go string literal syntax: Non-printing ASCII characters display as \xhh. Non-ASCII characters in the BMP display as \uhhhh. Characters beyond the BMP display as \Uhhhhhhhh.
2005-01-13Many small edits.rsc1-1/+1
2005-01-11use macro for /usr/local/plan9rsc1-1/+1
2005-01-03Some man pages.rsc1-2/+2
2004-04-19Mostly path name updatesrsc1-1/+1
2004-04-10Lots of man pages.rsc1-0/+683