Bug 14074

Summary: vinum(8) manpage gets warning <Unknown FreeBSD version ``3.0.''>
Product: Documentation Reporter: Munehiro Matsuda <haro>
Component: Books & ArticlesAssignee: Greg Lehey <grog>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Munehiro Matsuda 1999-10-01 10:30:00 UTC
	On doing 'man vinum' for the first time, following message
	shows up just before the man page:

Formatting page, please wait...Unknown FreeBSD version ``3.0.'' at line 2481
Done.

Fix: 

Apply the following patch:

	--- vinum.8.ctm	Mon Sep 27 21:40:15 1999
	+++ vinum.8	Fri Oct  1 18:07:03 1999
	@@ -2478,7 +2478,7 @@
	 The
	 .Nm
	 command first appeared in
	-.Fx 3.0.
	+.Fx 3.0 .
	 The RAID-5 component of
	 .Nm
	 was developed for Cybernet Inc.
How-To-Repeat: 
        1. Delete the compiled vinum(8) man page. (Just in case)

		# rm -f /usr/share/man/cat8/vinum.8.gz

	2. See the man page.

		# man vinum
Comment 1 cpiazza freebsd_committer freebsd_triage 1999-10-01 18:21:48 UTC
Responsible Changed
From-To: freebsd-doc->grog

Over to maintainer 
Comment 2 Jeroen Ruigrok van der Werven freebsd_committer freebsd_triage 1999-12-22 15:47:38 UTC
State Changed
From-To: open->closed

Fixed in rev 1.5.2.12 of vinum.8 on STABLE. 

Thanks!