From owner-freebsd-security Sun Sep 19 8: 6:52 1999 Delivered-To: freebsd-security@freebsd.org Received: from lariat.lariat.org (lariat.lariat.org [206.100.185.2]) by hub.freebsd.org (Postfix) with ESMTP id 3865315131; Sun, 19 Sep 1999 08:06:48 -0700 (PDT) (envelope-from brett@lariat.org) Received: from mustang (IDENT:ppp0.lariat.org@lariat.lariat.org [206.100.185.2]) by lariat.lariat.org (8.9.3/8.9.3) with ESMTP id JAA02133; Sun, 19 Sep 1999 09:06:13 -0600 (MDT) Message-Id: <4.2.0.58.19990919085106.047a5ce0@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Sun, 19 Sep 1999 09:06:06 -0600 To: Matthew Dillon , Wes Peters From: Brett Glass Subject: Documentation of security features Cc: Greg Lewis , Evren Yurtesen , freebsd-security@FreeBSD.ORG, Nik Clayton In-Reply-To: <199909190554.WAA68663@apollo.backplane.com> References: <37E21A0A.1075F204@ispro.net.tr> <4.2.0.58.19990917092237.044f3f00@localhost> <37E2C9B0.BD5846BB@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 10:54 PM 9/18/99 -0700, Matthew Dillon wrote: > I did a quick look at 'makewhatis' but did not see any specific way > to be able to embed keywords in a manual page outside the NAME section. You should see the way it's done for shell commands such as "fg"! The *entire man page* is copied into another one with the name of the command; that is, fg.1.gz is a copy of csh.1.gz! Very wasteful. Worse still, on one of my systems that's been upgraded several times (and is currently at 2.2.8 plus patches), the "fg" copy has gotten out of sync with the "csh" copy; that is to say, they have different dates. bg.1.gz is ANOTHER copy of the csh page. And so are limit.1.gz, popd.1.gz, etc. We are talking megabytes of waste here. Both problems (i.e. documenting more things and saving space) can be solved at once by making use of hard links. I'd be glad to submit a PR, but since it involves changing STRUCTURE as well as the text of things, only a committer could actually implement it. Once it's done, though, securelevel.7.fg could be a hard link to security.7.gz or init.8.gz, and we'd save both space and effort. --Brett > Certainly the manual reference 'SEE ALSO' section can be used to link > multiple manual pages together if someone actually decides to write > a 'securelevel' manual page, but barring that we are pretty much S.O.L. > unless someone makes an addition to the (GNU) 'makewhatis'. > > -Matt > Matthew Dillon > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message