From owner-freebsd-bugs Fri Apr 19 19:00:05 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17063 for bugs-outgoing; Fri, 19 Apr 1996 19:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17052 Fri, 19 Apr 1996 19:00:02 -0700 (PDT) Resent-Date: Fri, 19 Apr 1996 19:00:02 -0700 (PDT) Resent-Message-Id: <199604200200.TAA17052@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jraynard@dial.pipex.com Received: from vent.pipex.net (root@vent.pipex.net [158.43.128.5]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA16588 for ; Fri, 19 Apr 1996 18:52:24 -0700 (PDT) Received: from dial.pipex.com by vent.pipex.net (8.6.12/PIPEX simple 1.20) id CAA01960; Sat, 20 Apr 1996 02:52:12 +0100 Received: (from jraynard@localhost) by dial.pipex.com (8.6.12/8.6.12) id SAA00613; Fri, 19 Apr 1996 18:26:28 GMT Message-Id: <199604191826.SAA00613@dial.pipex.com> Date: Fri, 19 Apr 1996 18:26:28 GMT From: James Raynard Reply-To: jraynard@dial.pipex.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/1151: intro(3) references libc(3) and plot(3), which do not exist Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1151 >Category: docs >Synopsis: intro(3) references libc(3) and plot(3), which do not exist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 19 19:00:01 PDT 1996 >Last-Modified: >Originator: James Raynard >Organization: A FreeBSD box >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD-2.1.0-RELEASE >Description: The man page intro(3) makes several references to libc(3) and plot(3), which do not exist on my system. >How-To-Repeat: man 3 intro man libc man plot >Fix: Apply the following patch. Or write the relevant pages 8-) intro.3~ Fri Apr 19 18:14:13 1996 intro.3 Fri Apr 19 18:18:58 1996 *************** *** 42,50 **** library functions, their error returns and other common definitions and concepts. Most of these functions are available from the C library, ! .Em libc ! (see ! .Xr libc 3 ) . Other libraries, such as the math library, .Em libm , must be indicated at compile time with the --- 42,48 ---- library functions, their error returns and other common definitions and concepts. Most of these functions are available from the C library, ! .Em libc . Other libraries, such as the math library, .Em libm , must be indicated at compile time with the *************** *** 60,67 **** The various libraries (followed by the loader flag): .Bl -tag -width "libc (-lc)" .It Xr libc Pq Fl l Ns Ar c ! Standard C library functions. (See ! .Xr libc 3 . ) When using the C compiler .Xr cc 1 , it is not necessary to supply the loader flag --- 58,64 ---- The various libraries (followed by the loader flag): .Bl -tag -width "libc (-lc)" .It Xr libc Pq Fl l Ns Ar c ! Standard C library functions. When using the C compiler .Xr cc 1 , it is not necessary to supply the loader flag *************** *** 116,127 **** .\" Old math library. .It Xr libplot Pq Fl l Ns Ar plot Device independent plotting functions. - (See - .Xr plot 3 . ) .It Xr libplotf77 Pq Fl l Ns Ar plotf77 The device independent plotting functions for fortran. - (See - .Xr plot 3 . ) .\" .It Xr libresolv Pq Fl l Ns Ar resolv .\" Routines for network address resolution. .It Xr libtermcap Fl l Ns Ar termcap --- 113,120 ---- >Audit-Trail: >Unformatted: