Project

General

Profile

Actions

Bug #13883

closed

Malformed #include statements in the manual

Added by Peter Tribble almost 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
manpage - manual pages
Start date:
Due date:
% Done:

100%

Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:

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>

Actions #1

Updated by Electric Monk almost 2 years ago

  • Gerrit CR set to 1555
Actions #2

Updated by Peter Tribble almost 2 years ago

Tested by manually viewing using the man(1) utility.

Actions #3

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>

Actions

Also available in: Atom PDF