Bug #13883
closedMalformed #include statements in the manual
100%
Description
Some manual pages contain malformed #include statements:
without trailing >
./man3gss/gss_release_name.3gss:#include <gssapi/gssapi.h
./man9f/usb_reset_device.9f:#include <sys/usb/usba.h
./man9e/devmap_dup.9e:#include <sys/sunddi.h
./man3nsl/gethostbyname.3nsl:#include <stdlib.h
without leading <
./man3pool/pool_dynamic_location.3pool:#include sys/types.h>
./man3malloc/umem_cache_create.3malloc:#include assert.h>
./man3malloc/umem_cache_create.3malloc:#include umem.h>
./man3commputil/sdp_add_origin.3commputil:#include stdio.h>
./man3commputil/sdp_add_origin.3commputil:#include string.h>
./man3commputil/sdp_add_origin.3commputil:#include errno.h>
./man3commputil/sdp_add_origin.3commputil:#include sdp.h>
./man3c/mkfifo.3c:#include sys/types.h>
./man3c/mkfifo.3c:#include sys/stat.h>
./man3c/posix_openpt.3c:#include fcntl.h>
./man3c/posix_openpt.3c:#include stdio.h>
no space
./man3gen/isencrypt.3gen:#include<libgen.h>
./man3gen/bgets.3gen:#include<libgen.h>
./man3gen/regexpr.3gen:#include<regexpr.h>
./man3ext/NOTE.3ext:#include<sys/note.h>
./man3nsl/t_rcvrel.3nsl:#include<tiuser.h>
./man3nsl/t_rcvconnect.3nsl:#include<tiuser.h>
./man3curses/curs_addwch.3curses:#include<curses.h>
./man3curses/curs_addwstr.3curses:#include<curses.h>
./man3curses/curs_addwchstr.3curses:#include<curses.h>
./man3c/wsscanf.3c:#include<stdio.h>
./man3c/cset.3c:#include<euc.h>
./man3c/cset.3c:#include<euc.h>
./man3c/cset.3c:#include<widec.h>
Updated by Peter Tribble almost 2 years ago
Tested by manually viewing using the man(1) utility.
Updated by Electric Monk almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit c432de9c6e1189ea0aa9b0fe1c35c18427653f27
commit c432de9c6e1189ea0aa9b0fe1c35c18427653f27 Author: Peter Tribble <peter.tribble@gmail.com> Date: 2021-06-22T18:23:45.000Z 13883 Malformed #include statements in the manual Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>