From owner-freebsd-doc@FreeBSD.ORG Sat May 22 12:26:24 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F066316A4CE; Sat, 22 May 2004 12:26:24 -0700 (PDT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C14C43D4C; Sat, 22 May 2004 12:26:24 -0700 (PDT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 25F08114B2; Sat, 22 May 2004 21:26:16 +0200 (CEST) Date: Sat, 22 May 2004 21:26:16 +0200 From: "Simon L. Nielsen" To: Mark Linimon Message-ID: <20040522192615.GH2091@zaphod.nitro.dk> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/QKKmeG/X/bPShih" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-doc@FreeBSD.org cc: freebsd-ports@FreeBSD.org Subject: Re: RFC: minor change to Porter's Handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2004 19:26:25 -0000 --/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 make index to fail, while the > + second one will not: > + > +.if USE_POINTYHAT > +.error "POINTYHAT is not supported" > +.endif > + > + > +.if USE_POINTYHAT > +IGNORE=3DPOINTYHAT is not supported > +.endif > + These should be + .if USE_POINTYHAT +.error "POINTYHAT is not supported" +.endif + .if USE_POINTYHAT +IGNORE=3DPOINTYHAT is not supported +.endif 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--