RFC: minor change to Porter's Handbook

Simon L. Nielsen simon at FreeBSD.org
Sat May 22 19:26:25 UTC 2004


On 2004.05.22 13:57:13 -0500, Mark Linimon wrote:

> +	    cause <command>make index</command> to fail, while the
> +	    second one will not:
> +	    <programlisting>
> +.if USE_POINTYHAT
> +.error "POINTYHAT is not supported"
> +.endif
> +	    </programlisting>
> +	    <programlisting>
> +.if USE_POINTYHAT
> +IGNORE=POINTYHAT is not supported
> +.endif
> +	    </programlisting>

These should be

+	    <programlisting>.if USE_POINTYHAT
+.error "POINTYHAT is not supported"
+.endif</programlisting>
+	    <programlisting>.if USE_POINTYHAT
+IGNORE=POINTYHAT is not supported
+.endif</programlisting>

for correct rendering in the output.

Other than that it looks good from a -doc point of view.

-- 
Simon L. Nielsen
FreeBSD Documentation Team
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20040522/d9316ebe/attachment.sig>


More information about the freebsd-doc mailing list