From stolz@i2.informatik.rwth-aachen.de  Fri Aug 19 12:18:32 2005
Return-Path: <stolz@i2.informatik.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 71F4E16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Aug 2005 12:18:32 +0000 (GMT)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from atlas.informatik.rwth-aachen.de (atlas.informatik.RWTH-Aachen.DE [137.226.194.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 42AB143D67
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Aug 2005 12:18:27 +0000 (GMT)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from i2.informatik.rwth-aachen.de (menelaos.informatik.RWTH-Aachen.DE [137.226.194.73])
	by atlas.informatik.rwth-aachen.de (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j7JCIQXB003486
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Aug 2005 14:18:26 +0200
Received: (from stolz@localhost)
	by i2.informatik.rwth-aachen.de (8.13.1/8.13.1/Submit) id j7JCIQxx019702;
	Fri, 19 Aug 2005 14:18:26 +0200 (CEST)
	(envelope-from stolz)
Message-Id: <200508191218.j7JCIQxx019702@i2.informatik.rwth-aachen.de>
Date: Fri, 19 Aug 2005 14:18:26 +0200 (CEST)
From: Volker Stolz <vs@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] opiekey(1) references non-existing opiegen(1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         85118
>Category:       docs
>Synopsis:       [patch] opiekey(1) references non-existing opiegen(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gabor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 19 12:20:15 GMT 2005
>Closed-Date:    Tue Feb 03 14:32:52 UTC 2009
>Last-Modified:  Tue Feb 03 14:32:52 UTC 2009
>Originator:     Volker Stolz
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Lehrstuhl fr Informatik II; RWTH Aachen Universitt
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.11-STABLE FreeBSD 4.11-STABLE #23: Fri Jan 14 09:26:11 CET 2005 root@menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386

>Description:
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)
>How-To-Repeat:
man opiekey
man opiegen
>Fix:
 - drop reference to opiegen
 - fix trailing comma

--- opiekey.1.orig	Fri Aug 19 14:16:40 2005
+++ opiekey.1	Fri Aug 19 14:16:54 2005
@@ -157,8 +157,7 @@
 .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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: gabor 
State-Changed-When: Fri Jan 30 15:37:52 UTC 2009 
State-Changed-Why:  
Fixed in HEAD, MFC reminder. 


Responsible-Changed-From-To: freebsd-doc->gabor 
Responsible-Changed-By: gabor 
Responsible-Changed-When: Fri Jan 30 15:37:52 UTC 2009 
Responsible-Changed-Why:  
Fixed in HEAD, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85118 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/85118: commit references a PR
Date: Fri, 30 Jan 2009 15:44:08 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/85118: commit references a PR
Date: Tue,  3 Feb 2009 14:26:17 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/85118: commit references a PR
Date: Tue,  3 Feb 2009 14:27:15 +0000 (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"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gabor 
State-Changed-When: Tue Feb 3 14:32:39 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=85118 
>Unformatted:
