Date: Sun, 26 Nov 2000 18:00:29 +0100 (CET) From: olgeni@uli.it To: FreeBSD-gnats-submit@freebsd.org Subject: docs/23112: route.4 typo fixes Message-ID: <200011261700.eAQH0Td03667@olgeni.localdomain.net>
next in thread | raw e-mail | index | archive | help
>Number: 23112 >Category: docs >Synopsis: route.4 typo fixes >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 Nov 26 09:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.2-STABLE i386 >Organization: Colby >Environment: FreeBSD olgeni.localdomain.net 4.2-STABLE FreeBSD 4.2-STABLE #0: Sun Nov 26 14:31:46 CET 2000 olgeni@olgeni.localdomain.net:/usr/obj/usr/src/sys/BSDBOX i386 >Description: Some typo fixes for route.4: compatability -> compatibility. >How-To-Repeat: >Fix: Patch /usr/src/share/man/man4/route.4: *** route.4.orig Sun Nov 26 16:32:24 2000 --- route.4 Sun Nov 26 17:11:51 2000 *************** *** 219,225 **** struct if_msghdr { u_short ifm_msglen; /* to skip over non-understood messages */ ! u_char ifm_version; /* future binary compatability */ u_char ifm_type; /* message type */ int ifm_addrs; /* like rtm_addrs */ int ifm_flags; /* value of if_flags */ --- 219,225 ---- struct if_msghdr { u_short ifm_msglen; /* to skip over non-understood messages */ ! u_char ifm_version; /* future binary compatibility */ u_char ifm_type; /* message type */ int ifm_addrs; /* like rtm_addrs */ int ifm_flags; /* value of if_flags */ *************** *** 229,235 **** struct ifa_msghdr { u_short ifam_msglen; /* to skip over non-understood messages */ ! u_char ifam_version; /* future binary compatability */ u_char ifam_type; /* message type */ int ifam_addrs; /* like rtm_addrs */ int ifam_flags; /* value of ifa_flags */ --- 229,235 ---- struct ifa_msghdr { u_short ifam_msglen; /* to skip over non-understood messages */ ! u_char ifam_version; /* future binary compatibility */ u_char ifam_type; /* message type */ int ifam_addrs; /* like rtm_addrs */ int ifam_flags; /* value of ifa_flags */ *************** *** 239,245 **** struct ifma_msghdr { u_short ifmam_msglen; /* to skip over non-understood messages */ ! u_char ifmam_version; /* future binary compatability */ u_char ifmam_type; /* message type */ int ifmam_addrs; /* like rtm_addrs */ int ifmam_flags; /* value of ifa_flags */ --- 239,245 ---- struct ifma_msghdr { u_short ifmam_msglen; /* to skip over non-understood messages */ ! u_char ifmam_version; /* future binary compatibility */ u_char ifmam_type; /* message type */ int ifmam_addrs; /* like rtm_addrs */ int ifmam_flags; /* value of ifa_flags */ >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?200011261700.eAQH0Td03667>