From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Tue, 12 Mar 2013 17:05:56 -0400 From: a@9srv.net Message-ID: <762806b80f61840eb905ae8dc086fefa@9srv.net> In-Reply-To: <20130312004009.0D736B834@mail.bitblocks.com> References: <20130311220907.46195B82A@mail.bitblocks.com> <20130311225516.2EF5CB82A@mail.bitblocks.com> <71d5bd1d0ba63c9e3643e932561e1a69@ladd.quanstro.net> <20130312004009.0D736B834@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] atol() bug Topicbox-Message-UUID: 2820d1f0-ead8-11e9-9d60-3106f5b1d025 // If the behavior is intended why not say so upfront and // remove the BUGS section (or rename it to something else). In Plan 9, the BUGS section is not really all about "bugs". This is arguably unfortunate, but it's the way the system is. You might check out http://doc.cat-v.org/plan_9/misc/man_page_writing_howto In particular, the section on BUGS says: The BUGS section briefly lists shortcomings or other =E2=80=98=E2=80=98gotchas=E2=80=99=E2=80=99 that the user should be awar= e of when using the program. This is the place to mention things which are unsatisfactory or tricky about the program, even if it is not clear that they are bugs. Mentioning something in a BUGS section does not imply a commitment to fix it. Whenever you see the BUGS section in a Plan 9 man page, mentally replace it with NOTE or BE CAREFUL ABOUT THIS BIT. Changing the language in the actual description to be more clear is largely an independent issue, and seems worthwhile. // plan9 strings are not just ASCII anymore so the 'a' prefix // makes less sense now! More logically consistent, but I suspect originally this was a concession to porting existing unix code, or a bad mental habbit. At this point, it seems unreasonable to change. Anthony