CVS commit: src/bin/sh
"Robert Elz" <[email protected]> Sun, 19 Jul 2026 16:16:05 +0000
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: kre Date: Sun Jul 19 16:16:05 UTC 2026 Modified Files: src/bin/sh: jobs.c Log Message: /bin/sh - fix a comment The showjobs() function once (long ago) had a parameter "change" which caused it to only show jobs whose status had altered since the last call. It has since (in 2002) had that parameter's name changed to "mode" and become a bit field, one of the bits of which is SHOW_CHANGED, which when set does what the old change parameter did. However, the comment that describes the function wasn't updated to match. Now it has been. NFC. To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/bin/sh/jobs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.