Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 1999 08:40:18 +0900 (JST)
From:      Yamaguchi Takahiro <tyama@titanium.crc.uec.ac.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/10738: misprint of manual 'natm(4)'
Message-ID:  <199903222340.IAA01057@titanium.crc.uec.ac.jp>

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

>Number:         10738
>Category:       docs
>Synopsis:       misprint of manual 'natm(4)'
>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:   Mon Mar 22 15:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yamaguchi Takahiro
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
The University of Electro-Communications (Tokyo, Japan)
>Environment:
% uname -a
FreeBSD titanium.crc.uec.ac.jp 3.1-RELEASE FreeBSD 3.1-RELEASE #3: Wed Mar 17 01:17:27 JST 1999     tyama@titanium.crc.uec.ac.jp:/usr/src/sys/compile/TITANIUM  i386

>Description:
The manual page 'natm(4)' has some misprints.
Following is a diff between the original 'natm.4' and that I modified:
----------------------------------------
% diff ORIGINAL-natm.4 MODIFIED-natm.4
39c39
<   bzero(&snatm, sieof(snatm));
---
>   bzero(&snatm, sizeof(snatm));
83c83
< of of AAL0 cells with the video output in it.  Of course this stream
---
> of AAL0 cells with the video output in it.  Of course this stream
----------------------------------------

>How-To-Repeat:
See natm(4).
% man 4 natm

>Fix:
Patch the diff shown above to the original 'natm.4'.

>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?199903222340.IAA01057>