freebsd-skq/etc/etc.amd64
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
..
rc.amd64 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