From ac5c99e110a8ad12bc8ee28ffefa1dbb7080cd6b Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 13 Dec 2007 20:51:37 +0000 Subject: [PATCH] Don't use macros which expand to some text (such as .Dx) in the short description since they get discarded by makewhatis(8). Reported-by: Matthias Schmidt --- share/man/man4/pcm.4 | 6 ++---- share/man/man7/committer.7 | 6 ++---- share/man/man7/firewall.7 | 5 ++--- share/man/man7/security.7 | 5 ++--- share/man/man7/tuning.7 | 5 ++--- share/man/man8/crash.8 | 6 ++---- share/man/man9/kobj.9 | 5 ++--- usr.bin/wmake/wmake.1 | 6 ++---- 8 files changed, 16 insertions(+), 28 deletions(-) diff --git a/share/man/man4/pcm.4 b/share/man/man4/pcm.4 index f639111bd7..5851f1c901 100644 --- a/share/man/man4/pcm.4 +++ b/share/man/man4/pcm.4 @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man4/pcm.4,v 1.39.2.6 2007/05/23 19:45:49 brueffer Exp $ -.\" $DragonFly: src/share/man/man4/pcm.4,v 1.7 2007/06/16 17:44:33 hasso Exp $ +.\" $DragonFly: src/share/man/man4/pcm.4,v 1.8 2007/12/13 20:51:36 swildner Exp $ .\" .Dd November 26, 2006 .Dt SOUND 4 @@ -33,9 +33,7 @@ .Nm sound , .Nm pcm , .Nm snd -.Nd -.Dx -PCM audio device infrastructure +.Nd DragonFly PCM audio device infrastructure .Sh SYNOPSIS To compile this driver into the kernel, place the following line in your kernel configuration file: diff --git a/share/man/man7/committer.7 b/share/man/man7/committer.7 index 8a283da1ea..729fde7e2f 100644 --- a/share/man/man7/committer.7 +++ b/share/man/man7/committer.7 @@ -30,16 +30,14 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/share/man/man7/committer.7,v 1.7 2007/09/14 23:22:38 swildner Exp $ +.\" $DragonFly: src/share/man/man7/committer.7,v 1.8 2007/12/13 20:51:36 swildner Exp $ .\" .Dd January 1, 2007 .Dt COMMITTER 7 .Os .Sh NAME .Nm committer -.Nd Rules for -.Dx -committers +.Nd rules for DragonFly committers .Sh CVS REPOSITORY ON YOUR LOCAL MACHINE Use .Xr cvsup 1 diff --git a/share/man/man7/firewall.7 b/share/man/man7/firewall.7 index 5134737491..ef2c34653d 100644 --- a/share/man/man7/firewall.7 +++ b/share/man/man7/firewall.7 @@ -3,15 +3,14 @@ .\" the source tree. .\" .\" $FreeBSD: src/share/man/man7/firewall.7,v 1.1.2.8 2003/04/29 07:57:22 brueffer Exp $ -.\" $DragonFly: src/share/man/man7/firewall.7,v 1.11 2007/09/02 19:30:47 swildner Exp $ +.\" $DragonFly: src/share/man/man7/firewall.7,v 1.12 2007/12/13 20:51:36 swildner Exp $ .\" .Dd May 26, 2001 .Dt FIREWALL 7 .Os .Sh NAME .Nm firewall -.Nd simple firewalls under -.Dx +.Nd simple firewalls under DragonFly .Sh FIREWALL BASICS A Firewall is most commonly used to protect an internal network from an outside network by preventing the outside network from diff --git a/share/man/man7/security.7 b/share/man/man7/security.7 index d812eb1db5..6ab97ab6e0 100644 --- a/share/man/man7/security.7 +++ b/share/man/man7/security.7 @@ -3,15 +3,14 @@ .\" the source tree. .\" .\" $FreeBSD: src/share/man/man7/security.7,v 1.13.2.11 2002/04/13 02:04:44 keramida Exp $ -.\" $DragonFly: src/share/man/man7/security.7,v 1.10 2007/09/14 23:47:53 swildner Exp $ +.\" $DragonFly: src/share/man/man7/security.7,v 1.11 2007/12/13 20:51:36 swildner Exp $ .\" .Dd September 18, 1999 .Dt SECURITY 7 .Os .Sh NAME .Nm security -.Nd introduction to security under -.Dx +.Nd introduction to security under DragonFly .Sh DESCRIPTION Security is a function that begins and ends with the system administrator. While all diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index 9934ff441f..9f5d982fe8 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -3,15 +3,14 @@ .\" the source tree. .\" .\" $FreeBSD: src/share/man/man7/tuning.7,v 1.1.2.30 2002/12/17 19:32:08 dillon Exp $ -.\" $DragonFly: src/share/man/man7/tuning.7,v 1.17 2007/11/23 23:16:37 swildner Exp $ +.\" $DragonFly: src/share/man/man7/tuning.7,v 1.18 2007/12/13 20:51:36 swildner Exp $ .\" .Dd March 4, 2007 .Dt TUNING 7 .Os .Sh NAME .Nm tuning -.Nd performance tuning under -.Dx +.Nd performance tuning under DragonFly .Sh SYSTEM SETUP - DISKLABEL, NEWFS, TUNEFS, SWAP When using .Xr disklabel 8 diff --git a/share/man/man8/crash.8 b/share/man/man8/crash.8 index 435cfb3ce0..17277231de 100644 --- a/share/man/man8/crash.8 +++ b/share/man/man8/crash.8 @@ -35,16 +35,14 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man8/crash.8,v 1.22 2005/06/30 13:01:44 hmp Exp $ -.\" $DragonFly: src/share/man/man8/crash.8,v 1.7 2007/10/16 08:49:38 swildner Exp $ +.\" $DragonFly: src/share/man/man8/crash.8,v 1.8 2007/12/13 20:51:37 swildner Exp $ .\" .Dd February 2, 1996 .Dt CRASH 8 .Os .Sh NAME .Nm crash -.Nd -.Dx -system failures +.Nd DragonFly system failures .Sh DESCRIPTION This section explains a bit about system crashes and (very briefly) how to analyze crash dumps. diff --git a/share/man/man9/kobj.9 b/share/man/man9/kobj.9 index 1524351440..b074e8a2eb 100644 --- a/share/man/man9/kobj.9 +++ b/share/man/man9/kobj.9 @@ -27,15 +27,14 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/kobj.9,v 1.16 2005/06/28 20:15:18 hmp Exp $ -.\" $DragonFly: src/share/man/man9/kobj.9,v 1.4 2006/10/27 23:02:59 swildner Exp $ +.\" $DragonFly: src/share/man/man9/kobj.9,v 1.5 2007/12/13 20:51:37 swildner Exp $ .\" .Dd April 4, 2000 .Dt KOBJ 9 .Os .Sh NAME .Nm kobj -.Nd a kernel object system for -.Dx +.Nd a kernel object system for DragonFly .Sh SYNOPSIS .In sys/param.h .In sys/kobj.h diff --git a/usr.bin/wmake/wmake.1 b/usr.bin/wmake/wmake.1 index ee52b543d7..3ce7d88329 100644 --- a/usr.bin/wmake/wmake.1 +++ b/usr.bin/wmake/wmake.1 @@ -28,16 +28,14 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $DragonFly: src/usr.bin/wmake/wmake.1,v 1.1 2006/01/20 20:36:43 swildner Exp $ +.\" $DragonFly: src/usr.bin/wmake/wmake.1,v 1.2 2007/12/13 20:51:37 swildner Exp $ .\" .Dd January 20, 2006 .Os .Dt WMAKE 1 .Sh NAME .Nm wmake -.Nd build -.Dx -source in a buildworld environment +.Nd build DragonFly source in a buildworld environment .Sh SYNOPSIS .Nm .Op Ar options ... -- 2.41.0