CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/04/09 14:50:36
Modified files: usr.bin/less : optfunc.c Log message: In "more" mode, POSIX says the command specified by the -p option should apply to every edited file, not just the first one. It is equivalent to less's ++ option. Patch sent to upstream. OK shadchin@