| Summary: | [patch] pom(6): a typo in the manpage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Anatoly Borodin <anatoly.borodin> | ||||
| Component: | Books & Articles | Assignee: | Ulrich Spörlein <uqs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Anatoly Borodin
2010-07-21 18:00:09 UTC
Responsible Changed From-To: freebsd-doc->uqs Take it State Changed From-To: open->patched Committed to HEAD in r210637. Thanks for the submission! 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" 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" State Changed From-To: patched->closed MFC to stable/8 completed, thanks for your submission! |