CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2019/07/30 03:23:36
Modified files: bin/ed : ed.1 Log message: In addresses, consistently use "+" rather than ".+1". Both have the same meaning, but the former is explicitly defined in this manual page as "the next line" whereas the latter requires combining various pieces of information for understanding. Unification suggested and patch OK'ed by martijn@.