Bug 85118

Summary: [patch] opiekey(1) references non-existing opiegen(1)
Product: Documentation Reporter: Volker Stolz <vs>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Volker Stolz freebsd_committer freebsd_triage 2005-08-19 13:20:15 UTC
opiekey(1) states in SEE ALSO:
"opieaccess(5), opiegen(1) su(1),"

While opiegen.1 is contained in the contrib-src, it is not installed (it seems to be
only a sample implementation). Also note the inconsistent punctuation between "opiegen"
and "su" above and the trailing superfluous comma.

(Although this PR is filed from 4.x, it's still pertinent to -CURRENT)

Fix: - drop reference to opiegen
 - fix trailing comma
How-To-Repeat: man opiekey
man opiegen
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2009-01-30 15:37:52 UTC
State Changed
From-To: open->patched

Fixed in HEAD, MFC reminder. 


Comment 2 Gabor Kovesdan freebsd_committer freebsd_triage 2009-01-30 15:37:52 UTC
Responsible Changed
From-To: freebsd-doc->gabor

Fixed in HEAD, MFC reminder.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-30 15:44:08 UTC
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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-02-03 14:26:17 UTC
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"
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-02-03 14:27:15 UTC
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"
Comment 6 Gabor Kovesdan freebsd_committer freebsd_triage 2009-02-03 14:32:39 UTC
State Changed
From-To: patched->closed

Committed, thanks!