Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Mar 1999 16:32:14 -0800 (PST)
From:      sheta@kk.iij4u.or.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   docs/10494: arp(4) SYNOPSIS non typical expression
Message-ID:  <19990309003214.9E23E14BE0@hub.freebsd.org>

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

>Number:         10494
>Category:       docs
>Synopsis:       arp(4) SYNOPSIS non typical expression
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar  8 16:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     SETA Takuji
>Release:        2.2.8-RELEASE, 3.1-RELEASE
>Organization:
>Environment:
FreeBSD bsdpc193.semi.kokusaidenki.co.jp 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Sun Dec 27 18:19:40 JST 1998     seta@bsdpc193.semi.kokusaidenki.co.jp:/usr/src/sys/compile/MERCHIOR  i386
>Description:
SYNOPSIS expression at arp.4 (2.2.8-RELEASE and 3.1-RELEASE):
.Sh SYNOPSIS
.Em "pseudo-device ether"
But typically SYNOPSIS expression:
.Cd "pseudo-device ether"
>How-To-Repeat:
% man 4 arp
>Fix:
Apply following patch (2.2.8-RELEASE and 3.1-RELEASE):

--- arp.4.bak   Tue Mar  9 09:08:22 1999
+++ arp.4       Tue Mar  9 09:10:27 1999
@@ -38,7 +38,7 @@
 .Nm arp
 .Nd Address Resolution Protocol
 .Sh SYNOPSIS
-.Em "pseudo-device ether"
+.Cd "pseudo-device ether"
 .Sh DESCRIPTION
 The Address Resolution Protocol (ARP) is a protocol used to dynamically
 map between Internet host addresses and 10Mb/s Ethernet addresses.

>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?19990309003214.9E23E14BE0>