| Summary: | [patch] opiekey(1) references non-existing opiegen(1) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Volker Stolz <vs> | ||||
| Component: | Books & Articles | Assignee: | Gabor Kovesdan <gabor> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Volker Stolz
2005-08-19 13:20:15 UTC
State Changed From-To: open->patched Fixed in HEAD, MFC reminder. Responsible Changed From-To: freebsd-doc->gabor Fixed in HEAD, MFC reminder. Author: gabor (doc,ports committer) Date: Fri Jan 30 15:43:55 2009 New Revision: 187920 URL: http://svn.freebsd.org/changeset/base/187920 Log: - Remove non-existing reference - Fix trailing comma PR: docs/85118 Submitted by: vs MFC after: 3 days Modified: head/contrib/opie/opiekey.1 Modified: head/contrib/opie/opiekey.1 ============================================================================== --- head/contrib/opie/opiekey.1 Fri Jan 30 15:28:56 2009 (r187919) +++ head/contrib/opie/opiekey.1 Fri Jan 30 15:43:55 2009 (r187920) @@ -157,8 +157,7 @@ this mistake. Better checks are needed. .BR opieinfo (1), .BR opiekeys (5), .BR opieaccess (5), -.BR opiegen (1) -.BR su (1), +.BR su (1) .SH AUTHOR Bellcore's S/Key was written by Phil Karn, Neil M. Haller, and John S. Walden _______________________________________________ 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: gabor (doc,ports committer) Date: Tue Feb 3 14:25:58 2009 New Revision: 188070 URL: http://svn.freebsd.org/changeset/base/188070 Log: MFC: r187920 - Remove non-existing reference - Fix trailing comma PR: docs/85118 Submitted by: vs Modified: stable/7/contrib/opie/opiekey.1 Modified: stable/7/contrib/opie/opiekey.1 ============================================================================== --- stable/7/contrib/opie/opiekey.1 Tue Feb 3 13:07:34 2009 (r188069) +++ stable/7/contrib/opie/opiekey.1 Tue Feb 3 14:25:58 2009 (r188070) @@ -157,8 +157,7 @@ this mistake. Better checks are needed. .BR opieinfo (1), .BR opiekeys (5), .BR opieaccess (5), -.BR opiegen (1) -.BR su (1), +.BR su (1) .SH AUTHOR Bellcore's S/Key was written by Phil Karn, Neil M. Haller, and John S. Walden _______________________________________________ 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: gabor (doc,ports committer) Date: Tue Feb 3 14:26:55 2009 New Revision: 188071 URL: http://svn.freebsd.org/changeset/base/188071 Log: MFC: r187920 - Remove non-existing reference - Fix trailing comma PR: docs/85118 Submitted by: vs Modified: stable/6/contrib/opie/opiekey.1 Modified: stable/6/contrib/opie/opiekey.1 ============================================================================== --- stable/6/contrib/opie/opiekey.1 Tue Feb 3 14:25:58 2009 (r188070) +++ stable/6/contrib/opie/opiekey.1 Tue Feb 3 14:26:55 2009 (r188071) @@ -157,8 +157,7 @@ this mistake. Better checks are needed. .BR opieinfo (1), .BR opiekeys (5), .BR opieaccess (5), -.BR opiegen (1) -.BR su (1), +.BR su (1) .SH AUTHOR Bellcore's S/Key was written by Phil Karn, Neil M. Haller, and John S. Walden _______________________________________________ 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 Committed, thanks! |