doc/en_US.ISO8859-1/articles/contributing
Giorgos Keramidas 6ddd2cc0dc Fix &entities; that lacked an ending ';' character,
as reported by the following:

	% cd doc/en_US.ISO8859-1
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*$' | grep -v '&$'
	% find . -type f -name '*.sgml' |\
	  xargs grep '&[^[:space:];&][^[:space:];]*[[:space:]<]' |\
	  grep -v '&[[: space:]]' | grep -v '[[:space:]]&&[[:space:]]'
2002-03-27 01:16:55 +00:00
..
article.sgml Fix &entities; that lacked an ending ';' character, 2002-03-27 01:16:55 +00:00
Makefile Add "Contributing to FreeBSD" article. This has been repo-copied from 2001-10-08 06:18:45 +00:00