1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
|
.\" Copyright (c) 2001 Martin Schulze <joey@infodrom.org>
.\"
.\" %%%LICENSE_START(GPLv2_MISC)
.\" This program is free software; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License
.\" as published by the Free Software Foundation; version 2 dated June, 1991.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, see
.\" <http://www.gnu.org/licenses/>.
.\" %%%LICENSE_END
.\"
.TH MISSING 7 "December 14th, 2001" "Debian GNU/Linux" "Linux Programmer's Manual"
.SH NAME
missing \- missing manual pages
.SH DESCRIPTION
This manual page intends to document which manual pages are missing in
various sections. Bug reports against the package
.B manpages-dev
or
.B manpages
were opened for all of them through the Debian Bug Tracking System
(BTS). Some of these bug reports were reported upstream while some
weren't. Upstream, however, is not able to create arbitrary manpages
without additional information and additional spare time. Hence, it's
completely useless to simply report them upstream.
Manpages represent an important means of documentation which can
easily be read and converted into various formats. They are very
helpful for checking how things work, rather than for a tutorial. If
you notice that more pages are missing, please try to find additional
information and report it as wishlist bug against this package.
If you are confident with the issue, please write up a preliminary
manpage and attach it to the bug report. It doesn't matter if your
English is bad or if you mixed up markup, as long as the content can
be used as source for a new manpage. A detailed documentation on how
to write manpages is available in
.BR man (7).
When writing manual pages please ensure that they are conforming with
The Single UNIX Specification (see below). Linux ought to be
conforming to this specification. Differences need to be documented,
in additional sections, though.
.SH "MISSING PAGES"
The following is a list of missing pages sorted by section and bug
number. If you can contribute content or even a manual page, please
send a mail to
.IB nnnnn @bugs.debian.org
where
.I nnnnn
refers to the bug number from below.
.\" .SS "Section 2 - System calls"
.SS "Section 3 - Library calls"
.TP
.RI Bug# 123999
.BR obstack_alloc (3)
\- allocate memory
.br
.BR obstack_free (3)
\- free formerly allocated memory
.br
.BR obstack_copy (3)
\- allocate block with content
.br
.BR obstack_copy0 (3)
\- allocate block with content, zero terminated
.br
.BR obstack_blank (3)
\- increase object size
.br
.BR obstack_grow (3)
\- increase object size with content
.br
.BR obstack_grow0 (3)
\- increase object size with content, zero term.
.br
.BR obstack_1grow (3)
\- increase object size by 1 character
.br
.BR obstack_ptr_grow (3)
\- increase object size by value of pointer
.br
.BR obstack_int_grow (3)
\- increase object size by sizeof(int)
.br
.BR obstack_finish (3)
\- finish growing of an obstack object
.br
.BR obstack_object_size (3)
\- return the size of an obstack object
.br
.BR obstack_room (3)
\- available room in current chunk
.br
.BR obstack_1grow_fast (3)
\- fast increase object size by 1 character
.br
.BR obstack_ptr_grow_fast (3)
\- fast increase object by pointer value
.br
.BR obstack_int_grow_fast (3)
\- fast increase object size by sizeof(int)
.br
.BR obstack_blank_fast (3)
\- fast increase object size
.br
.BR obstack_base (3)
\- return tentative address of beginning
.br
.BR obstack_next_free (3)
\- return address of the first free byte
.br
.BR obstack_object_size (3)
\- return size of currently growing object
.br
.BR obstack_alignment_mask (3)
\- alter mask assignment
.br
.BR obstack_chunk_size (3)
\- return chunk size of given obstack
.br
.BR obstack_init (3)
\- initialize use of an obstack
.TP
.RI Bug# 172139
.BR wcstol (3)
\- convert a wide-character string to a long integer
.TP
.RI Bug# 202022
.BR iruserok_sa (3)
\- routines for returning a stream to a remote command (see
.BR rcmd (3)).
.TP
.RI Bug# 208856
.BR cap_set_proc "(3), " cap_get_proc (3)
\- POSIX capability manipulation on processes
.br
.BR capsetp "(3), " capgetp (3)
\- Linux specific capability manipulation on arbitrary processes
.TP
.RI Bug# 349388
.BR argp_parse (3)
\- main interface to argp.
.\" .SS "Section 4 - Special files"
.SS "Section 9 - Kernel routines"
.TP
.RI Bug# 102724
Mandrake seems to deliver section 9 manual pages, though their source
is obscure and they do seem to be out-dated. Nevertheless, some
section 9 manpages would be nice, indeed.
.TP
.RI Bug# 179475
.BR kapmd (9)
\- kernel APM thread
.br
.BR keventd (9)
\- manage hotplug events
.br
.BR khubd (9)
\- kernel USB hub daemon thread
.br
.BR kjournald (9)
\- maintain the filesystem journal
.br
.BR ksoftirqd (9)
\- software handling of incoming IRQs
.br
.BR kswapd (9)
\- kernel swap daemon thread
.br
.BR kupdated (9)
\- flush the journal
.br
.BR scsi_eh (9)
\- kernel SCSI error handler thread
.SH "SEE ALSO"
.BR undocumented (3),
.BR undocumented (7),
.BR man (7).
.br
Debian Bug Tracking System at
.RB < http://bugs.debian.org/manpages-dev >,
the Single UNIX Specification, Version 2, at
.RB < http://www.opengroup.org/onlinepubs/007908799/toc.htm >,
the Single UNIX Specification, Version 3, at
.RB < http://www.UNIX-systems.org/version3/ >.
|