freebsd-src/lib/libdpv
Devin Teske cfeecda0a9 Fix bad error messages from dpv(3)
Before = dpv: <__func__>: posix_spawnp(3): No such file or directory
 After = dpv: <path/cmd>: No such file or directory

Most notably, show the 2nd argument being passed to posix_spawnp(3)
so we know what path/cmd failed.

Also, we don't need to have "posix_spawnp(3)" in the error message
nor the function because that can [a] change and [b] traversed using
a debugger if necessary.
2018-03-14 19:23:17 +00:00
..
dialog_util.c Fix bad error messages from dpv(3) 2018-03-14 19:23:17 +00:00
dialog_util.h Remove unused function prototype 2016-01-27 06:16:53 +00:00
dialogrc.c Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi) 2015-11-02 20:03:59 +00:00
dialogrc.h Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi) 2015-11-02 20:03:59 +00:00
dprompt.c Clean up unused variable and silence clang warnings. 2015-06-04 02:48:04 +00:00
dprompt.h
dpv.3 Use full month in dpv(3), figpar(3), and bsdconfig(8) manuals 2018-03-14 19:09:06 +00:00
dpv.c Bump copyrights 2016-01-27 00:02:51 +00:00
dpv.h Bump copyrights 2016-01-27 00:02:51 +00:00
dpv_private.h Bump copyrights 2016-01-27 00:02:51 +00:00
Makefile MFH 2016-03-02 16:14:46 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
status.c
status.h
util.c Fix bad error messages from dpv(3) 2018-03-14 19:23:17 +00:00
util.h Bump copyright (forgotten part of r293340) 2016-01-07 22:13:17 +00:00