CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/10/15 10:10:57
Modified files: distrib/special/more: more.c Log message: remove '!' (subshell) and 'v' (edit) commands from ramdisk more(1) command. first off, ^Z job control was added to BSD unix sometime around 1980 and is a much better mechanism since the parent shell can contain what is going on. !command support becomes a visible defect when programs are pledge'd secondly this saves space. ok miod tobias