Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 2004 21:26:16 +0200
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        Mark Linimon <linimon@lonesome.com>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: RFC: minor change to Porter's Handbook
Message-ID:  <20040522192615.GH2091@zaphod.nitro.dk>
In-Reply-To: <Pine.LNX.4.44.0405221355320.15322-100000@pancho>
References:  <Pine.LNX.4.44.0405221355320.15322-100000@pancho>

next in thread | previous in thread | raw e-mail | index | archive | help

--/QKKmeG/X/bPShih
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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=3DPOINTYHAT is not supported
> +.endif
> +	    </programlisting>

These should be

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

for correct rendering in the output.

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

--=20
Simon L. Nielsen
FreeBSD Documentation Team

--/QKKmeG/X/bPShih
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAr6lXh9pcDSc1mlERAq3dAKC/F4gN9WCWIU35xnNtJS4Tbc9zBgCgyabt
dmoNZHk1eJxyBuvW/9KrecI=
=6Vjr
-----END PGP SIGNATURE-----

--/QKKmeG/X/bPShih--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040522192615.GH2091>