From owner-freebsd-doc Thu Aug 30 3:10:28 2001 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BED1837B407 for ; Thu, 30 Aug 2001 03:10:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7UAA4N26741; Thu, 30 Aug 2001 03:10:04 -0700 (PDT) (envelope-from gnats) Date: Thu, 30 Aug 2001 03:10:04 -0700 (PDT) Message-Id: <200108301010.f7UAA4N26741@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Dima Dorfman Subject: Re: docs/30110: Developers handbook/tools: updated information Reply-To: Dima Dorfman Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/30110; it has been noted by GNATS. From: Dima Dorfman To: Rahul Siddharthan Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/30110: Developers handbook/tools: updated information Date: Thu, 30 Aug 2001 03:05:15 -0700 Rahul Siddharthan wrote: > *** chapter.sgml Sun Aug 26 19:29:36 2001 > --- chapter.sgml.new Sun Aug 26 19:32:36 2001 > *************** > *** 262,277 **** > are rather unforgiving languages, and best suited to more > experienced programmers; Pascal, on the other hand, was > designed as an educational language, and is quite a good > ! language to start with. Unfortunately, FreeBSD doesn't have > ! any Pascal support, except for a Pascal-to-C converter in the > ! ports. > > As the edit-compile-run-debug cycle is rather tedious when > using separate programs, many commercial compiler makers have > produced Integrated Development Environments > > (IDEs for short). FreeBSD does not have an > ! IDE as such; however it is possible to use Emacs > for this purpose. This is discussed in linkend="emacs">. > > --- 262,278 ---- > are rather unforgiving languages, and best suited to more > experienced programmers; Pascal, on the other hand, was > designed as an educational language, and is quite a good > ! language to start with. FreeBSD doesn't have any Pascal support > ! in the base system, but the GNU Pascal compiler (gpc) is > ! available in the ports. Notice how the indentation is screwed up here. That's because the document uses tabs to indent, and you used spaces. Please don't do that. It looks like there are some other parts in this document that do that, but that doesn't make it right. There are similar problems below. Other than that, this looks pretty good. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message