Typos and a rewording.

This commit is contained in:
Marc Fonvieille 2021-02-27 18:19:50 +01:00
parent db5d9b18ad
commit 096a7637af

View file

@ -128,7 +128,7 @@ The {{< manpage "inetd" "8" >}} utility now includes comments for all examples.
The calendar program used to invoke the traditional C pre-processor to process include files and conditional sections of the data files.
This had to be changed when the traditional C pre-processor was removed from FreeBSD, and a simple pre-processor was implemented within the calendar program itself.
The calendar program in FreeBSD-13 restores the condition and comment processing to the level provided by the C pre-processor and offers the the following features:
The calendar program in FreeBSD-13 restores the condition and comment processing to the level provided by the C pre-processor and offers the following features:
- Support #undef to cancel a prior #define
- #ifdef, #ifndef, #else, and #endif are supported and can be nested
@ -152,7 +152,7 @@ This implementation of the bc and dc programs offers a number of advantages over
- They are significantly faster than the current code in base (more than 2 orders of magnitude in some of my tests, e.g. for 12345^100000).
- They should be fully compatible with all features and the behavior of the current implementations in FreeBSD.
- They support POSIX message catalogs and come with localized messages in Chinese, Dutch, English, French, German, Japanese, Polish, Portugueze, and Russian.
- They offer very detailed man-pages that provide far more information than the current ones.
- They offer very detailed manual pages that provide far more information than the current ones.
The previous implementation is still available in FreeBSD-13 and can be selected instead of the new one by the build option WITHOUT_GH_BC.