Good morning, The syspatch man page notes that '-c' "Is suitable for cron(8)", which is true but would benefit from more details.
Hopefully this is in line with the other man pages: --- syspatch.8 Sun Oct 4 2020 +++ syspatch.8 Sat Apr 10 11:52:20 2021 @@ -45,6 +45,8 @@ .It Fl c List available patches; suitable for .Xr cron 8 . +Returns a zero (true) exit status if there are no patches to apply; +otherwise it returns 1 (false) and a list of patches on standard output. .It Fl l List installed patches. .It Fl R Thanks, S