From seggers@semyam.dinoco.de  Tue Nov 17 12:37:57 1998
Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08627
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 17 Nov 1998 12:36:39 -0800 (PST)
          (envelope-from seggers@semyam.dinoco.de)
Received: (from uucp@localhost)
	by tim.xenologics.com (8.8.5/8.8.8) with UUCP id VAA23136
	for FreeBSD-gnats-submit@freebsd.org; Tue, 17 Nov 1998 21:32:47 +0100 (MET)
Received: (from seggers@localhost)
	by semyam.dinoco.de (8.9.1/8.8.8) id NAA08441;
	Tue, 17 Nov 1998 13:38:14 +0100 (CET)
	(envelope-from seggers)
Message-Id: <199811171238.NAA08441@semyam.dinoco.de>
Date: Tue, 17 Nov 1998 13:38:14 +0100 (CET)
From: Stefan Eggers <seggers@semyam.dinoco.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: seggers@semyam.dinoco.de
Subject: small bug in vinum(4) man page
X-Send-Pr-Version: 3.2

>Number:         8733
>Category:       docs
>Synopsis:       small bug in vinum(4) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 17 12:40:01 PST 1998
>Closed-Date:    Mon Nov 30 13:38:18 PST 1998
>Last-Modified:  Mon Nov 30 13:38:43 PST 1998
>Originator:     Stefan Eggers
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
none
>Environment:

	-current from sometime last week. Same for sources from last
weekend.

>Description:

	While reading vinum(4) I noticed at one point it said
"Veritastm" while later it said correctly "Veritas(tm)".

>How-To-Repeat:

	Read the man page and watch for these strings.

>Fix:
	
	I changed it this way and tested it with "groff -man -Tascii":

Index: vinum.4
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/src/share/man/man4/vinum.4,v
retrieving revision 1.3
diff -u -r1.3 vinum.4
--- vinum.4	1998/11/03 07:02:58	1.3
+++ vinum.4	1998/11/17 12:33:48
@@ -137,7 +137,10 @@
 .Nm
 volumes contain all the configuration information needed to ensure that they are
 started correctly when the subsystem is enabled.  This is also a significant
-advantage over the Veritas\(tm File System.  This feature regards the presence
+advantage over the
+.if t Veritas\(tm
+.if n Veritas(tm)
+File System.  This feature regards the presence
 of the volumes.  It does not mean that the volumes will be mounted
 automatically, since the standard startup procedures with
 .Pa /etc/fstab 

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Mon Nov 30 13:38:18 PST 1998 
State-Changed-Why:  
Updated in rev1.4 of vinum.4, thanks! 
>Unformatted:
