Skip site navigation (1)Skip section navigation (2)
Date:      14 May 2000 16:15:20 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/18547: Typo in setkey(8)
Message-ID:  <20000514161520.21776.qmail@dolphin.be.to>

next in thread | raw e-mail | index | archive | help

>Number:         18547
>Category:       docs
>Synopsis:       Typo in setkey(8)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 14 09:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     OKAZAKI Tetsurou
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Unknown
>Environment:

  $Id: setkey.8,v 1.14 1999/10/27 17:08:58 sakane Exp $
  $FreeBSD: src/usr.sbin/setkey/setkey.8,v 1.6 2000/05/06 14:20:07 phantom Exp $

>Description:

	Typo in setkey(8). The argument `ealgo' is used for
	authentication algorithm.

>How-To-Repeat:

	man setkey

>Fix:

	Please apply the following patch.


Index: setkey.8
===================================================================
RCS file: /home/ncvs/FreeBSD/src/usr.sbin/setkey/setkey.8,v
retrieving revision 1.6
diff -u -r1.6 setkey.8
--- setkey.8	2000/05/06 14:20:07	1.6
+++ setkey.8	2000/05/14 11:03:03
@@ -259,7 +259,7 @@
 .Bl -tag -width Fl -compact 
 .It Fl E Ar ealgo Ar key
 Specify encryption algorithm.
-.It Fl A Ar ealgo Ar key
+.It Fl A Ar aalgo Ar key
 Specify authentication algorithm.
 If
 .Fl A

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000514161520.21776.qmail>