Style(9):
authorChris Pressey <cpressey@dragonflybsd.org>
Wed, 16 Mar 2005 07:16:14 +0000 (07:16 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Wed, 16 Mar 2005 07:16:14 +0000 (07:16 +0000)
commit39fa069e3a410870d6f71d0e306b0a0413d77906
tree56aa6750537def1bfb8b4650ce394b3986dab61d
parent79d50f2560efc7314c9b0f9440da81da625facd6
Style(9):
- Braces around multiline blocks.
- Space after 'switch'.
- 'errno' is not a boolean, use explicit test.
- Add explanatory comment for an issue which has caused confusion at
  least once in the past.
usr.bin/mkfifo/mkfifo.c