From owner-freebsd-hackers Mon May 6 13:58:48 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA08572 for hackers-outgoing; Mon, 6 May 1996 13:58:48 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA08563 for ; Mon, 6 May 1996 13:58:44 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA21852; Mon, 6 May 1996 13:49:22 -0700 From: Terry Lambert Message-Id: <199605062049.NAA21852@phaeton.artisoft.com> Subject: Re: date change and wtmp record To: joerg_wunsch@uriah.heep.sax.de Date: Mon, 6 May 1996 13:49:21 -0700 (MST) Cc: freebsd-hackers@FreeBSD.org In-Reply-To: <199605052249.AAA02987@uriah.heep.sax.de> from "J Wunsch" at May 6, 96 00:49:46 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > I think you're wrong; I see '{'. Maybe your font is broken? > > > > In any case, it should be a manifest constant in utmp.h used by > > both the code that plops the characters in, the man page, and your > > code that you want to use to plop the characters out. > > How do you #include something into man pages? :-) You give the *name* of the manifest constant instead of it's *value*. The current man page gives a non-manifest *value* that then gets (stupidly) hard-coded into all source code. Bletch. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.