Date: Wed, 18 Aug 1999 07:57:35 +0100
From: Ben Smithurst <ben@scientia.demon.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Subject: docs/13222: Missing links for {v,}{err,warn}c function manpages.
Message-ID: <E11GzfD-000BII-00@scientia.demon.co.uk>
index | next in thread | raw e-mail
>Number: 13222
>Category: docs
>Synopsis: Missing links for {v,}{err,warn}c function manpages.
>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: Wed Aug 18 03:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator: Ben Smithurst
>Release: FreeBSD 3.2-STABLE i386
>Organization:
>Environment:
I don't think it's important, but:
$ uname -a
FreeBSD scientia.demon.co.uk 3.2-STABLE FreeBSD 3.2-STABLE #139: Tue Aug 10 15:56:40 BST 1999 ben@scientia.demon.co.uk:/usr/src/sys/compile/SCIENTIA i386
>Description:
The err.3 manpage documents the errc, verrc, warnc, and vwarnc functions
(amongst others). While the other functions have {name}.3.gz linked
to err.3.gz when installed, these functions do not. This leads to minor
annoyances such as `No manual entry for errc'. There may be a good reason
for this, of course.
>How-To-Repeat:
$ man errc
No manual entry for errc
>Fix:
patch for src/lib/libc/gen/Makefile.inc:
--- Makefile.inc.orig Wed Aug 18 07:44:09 1999
+++ Makefile.inc Wed Aug 18 07:45:20 1999
@@ -60,6 +60,7 @@
directory.3 telldir.3
MLINKS+=dlopen.3 dlclose.3 dlopen.3 dlerror.3 dlopen.3 dlsym.3
MLINKS+=err.3 err_set_exit.3 err.3 err_set_file.3 err.3 errx.3 err.3 verr.3 \
+ err.3 errc.3 err.3 verrc.3 err.3 warnc.3 err.3 vwarnc.3 \
err.3 verrx.3 err.3 vwarn.3 err.3 vwarnx.3 err.3 warn.3 err.3 warnx.3
MLINKS+=exec.3 execl.3 exec.3 execle.3 exec.3 execlp.3 exec.3 exect.3 \
exec.3 execv.3 exec.3 execvp.3
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E11GzfD-000BII-00>
