freebsd-dev/etc/etc.alpha
Sheldon Hearn b68adff6b7 Style clean-up:
* All variables are now embraced: ${foo}

	* All comparisons against some value now take the form:
	  [ "${foo}" ? "value" ]
	  where ? is a comparison operator

	* All empty string tests now take the form:
	  [ -z "${foo}" ]

	* All non-empty string tests now take the form:
	  [ -n "${foo}" ]

Submitted by:	jkh
1999-08-25 16:01:45 +00:00
..
disktab Doh! Change the correct version of disktab and backout the change to 1998-10-06 12:42:55 +00:00
MAKEDEV added usb0 to 'all' target for usbd(8) 1999-08-21 18:01:42 +00:00
rc.alpha Style clean-up: 1999-08-25 16:01:45 +00:00
ttys Grammar and formatting touch-ups to comments. 1999-08-22 19:42:40 +00:00