Module Name: src Committed By: kre Date: Sun Sep 12 01:30:41 UTC 2021
Modified Files: src/bin/sh: jobs.c sh.1 Log Message: Don't dereference NULL on "jobs -Z" (with no title given), instead do setproctitle(NULL) (which is not the same thing at all). Do the same with jobs -Z '' as setting the title to "sh: " isn't useful. Improve the way this is documented, and note that it is only done this way because zsh did it first (ie: pass on the balme, doing this in the jobs command is simply absurd.) To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/bin/sh/jobs.c cvs rdiff -u -r1.230 -r1.231 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.