Bug 148825

Summary: [patch] pom(6): a typo in the manpage
Product: Documentation Reporter: Anatoly Borodin <anatoly.borodin>
Component: Books & ArticlesAssignee: Ulrich Spörlein <uqs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt none

Description Anatoly Borodin 2010-07-21 18:00:09 UTC
pom(6) has a small typo in its manpage: option '-o' is mentioned insted of '-t'.

Fix: Patch attached with submission follows:
Comment 1 Ulrich Spörlein freebsd_committer freebsd_triage 2010-07-30 10:14:01 UTC
Responsible Changed
From-To: freebsd-doc->uqs

Take it
Comment 2 Ulrich Spörlein freebsd_committer freebsd_triage 2010-07-30 10:34:45 UTC
State Changed
From-To: open->patched

Committed to HEAD in r210637. 
Thanks for the submission!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-07-30 10:36:56 UTC
Author: uqs
Date: Fri Jul 30 09:34:40 2010
New Revision: 210637
URL: http://svn.freebsd.org/changeset/base/210637

Log:
  Fix typo in pom(6) manpage
  
  PR:		docs/148825
  Submitted by:	Anatoly Borodin
  MFC after:	1 week

Modified:
  head/games/pom/pom.6

Modified: head/games/pom/pom.6
==============================================================================
--- head/games/pom/pom.6	Fri Jul 30 08:52:19 2010	(r210636)
+++ head/games/pom/pom.6	Fri Jul 30 09:34:40 2010	(r210637)
@@ -57,7 +57,7 @@ option to print just the phase as a perc
 Use the arguments
 .Fl d
 and
-.Fl o
+.Fl t
 to specify a specific date and time for which the phase of the moon
 has to be calculated.
 If
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-08-06 10:00:21 UTC
Author: uqs
Date: Fri Aug  6 08:59:54 2010
New Revision: 210917
URL: http://svn.freebsd.org/changeset/base/210917

Log:
  MFC r210637: Fix typo in pom(6) manpage
  
  PR:		docs/148825
  Submitted by:	Anatoly Borodin

Modified:
  stable/8/games/pom/pom.6
Directory Properties:
  stable/8/games/pom/   (props changed)

Modified: stable/8/games/pom/pom.6
==============================================================================
--- stable/8/games/pom/pom.6	Fri Aug  6 08:21:03 2010	(r210916)
+++ stable/8/games/pom/pom.6	Fri Aug  6 08:59:54 2010	(r210917)
@@ -57,7 +57,7 @@ option to print just the phase as a perc
 Use the arguments
 .Fl d
 and
-.Fl o
+.Fl t
 to specify a specific date and time for which the phase of the moon
 has to be calculated.
 If
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 5 Ulrich Spörlein freebsd_committer freebsd_triage 2010-08-06 10:16:24 UTC
State Changed
From-To: patched->closed

MFC to stable/8 completed, thanks for your submission!