--- Christopher Faylor <[EMAIL PROTECTED]> wrote: > Can I ask you to also take a look at the utils.sgml file and update the > documentation there, too? It should be self-explanatory. > > If you feel like regularizing the presentation in this file so that all > of the options are displayed in the same way that would be an added > plus.
Yeah, I am meaning to do just one patch for utils.sgml after all the rest. It appears that the "regular" way of showing options is to box up the usage output. Everything except kill demonstrates options that way, but after I standardize kill it will to. I can also add entries in utils.sgml for dumper, getfacl, and setfacl. Is this what you had in mind? Speaking of kill, by the way, I wrote a bash script to test signals and it complained about SIGCLD (20) and SIGPOLL (23) like this: ./testkill.bash: trap: POLL: not a signal specification Are these signals no longer defined? It also looks like I'm going to need to make more substantial changes to kill.cc to get it to use getopt...and to get rid of that goto if possible. __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/
