NetBSD/usr.bin/pwait
dholland 8a66658e44 The proper way to validate a condition that's expected to be true is
to assert it, not to bolt it into the program logic in a way that will
cause strange behavior if it accidentally isn't true at some point.
2017-07-30 20:37:35 +00:00
..
Makefile
pwait.1
pwait.c The proper way to validate a condition that's expected to be true is 2017-07-30 20:37:35 +00:00