From owner-cvs-src@FreeBSD.ORG Fri May 12 17:42:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C10716A4C6; Fri, 12 May 2006 17:42:51 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A92743D69; Fri, 12 May 2006 17:42:49 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4CHgn6g049015; Fri, 12 May 2006 17:42:49 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4CHgnxZ049014; Fri, 12 May 2006 17:42:49 GMT (envelope-from keramida) Message-Id: <200605121742.k4CHgnxZ049014@repoman.freebsd.org> From: Giorgos Keramidas Date: Fri, 12 May 2006 17:42:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man7 security.7 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 17:42:52 -0000 keramida 2006-05-12 17:42:49 UTC FreeBSD src repository (doc committer) Modified files: share/man/man7 security.7 Log: apropos(1) does not expand *roff macros that should appear in .Nd text and, as a result, 'FreeBSD' is not visible in apropos output when security(7) is displayed. Fix this buglet by using a literal 'FreeBSD' string in .Nd PR: docs/85986 Submitted by: Matthias Schmidt MFC after: 1 week Revision Changes Path 1.46 +1 -2 src/share/man/man7/security.7