diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-09 00:45:45 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-09 00:45:45 +0000 |
commit | ac7bc7dc91fd898b819e49238b290fc5dc91c2fd (patch) | |
tree | 23f6ab95e449fa6a1c8cd5d94edb5242b6d376a6 /lib/libcompat | |
parent | 367a3d0e768685b739d88efd2b20a03f6b95ad29 (diff) | |
download | FreeBSD-src-ac7bc7dc91fd898b819e49238b290fc5dc91c2fd.zip FreeBSD-src-ac7bc7dc91fd898b819e49238b290fc5dc91c2fd.tar.gz |
Added some missing MLINKS for section 3 man pages.
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index e1fddd9..a117592 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -50,6 +50,7 @@ MAN3+= 4.3/cfree.3 4.3/insque.3 4.3/lsearch.3 4.3/re_comp.3 4.3/rexec.3 #MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 MLINKS+=insque.3 remque.3 MLINKS+=re_comp.3 re_exec.3 +MLINKS+=lsearch.3 lfind.3 # compat 4.4 sources SRCS+= cuserid.c |