]> git.ipfire.org Git - thirdparty/man-pages.git/log
thirdparty/man-pages.git
3 years agoMakefile: build-cc, build-ld: Add targets to compile and link EXAMPLES programs
Alejandro Colomar [Sun, 20 Mar 2022 23:11:21 +0000 (00:11 +0100)] 
Makefile: build-cc, build-ld: Add targets to compile and link EXAMPLES programs

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: build-src: Add new target to extract .c files from EXAMPLES
Alejandro Colomar [Sun, 20 Mar 2022 20:46:38 +0000 (21:46 +0100)] 
Makefile: build-src: Add new target to extract .c files from EXAMPLES

The target has an alias 'src'.
This is especially useful to automate testing of those files.

Cc: Stephen Kitt <steve@sk2.org>
Cc: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Cc: Ingo Schwarze <schwarze@usta.de>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: wsfix
Alejandro Colomar [Sun, 20 Mar 2022 20:46:38 +0000 (21:46 +0100)] 
Makefile: wsfix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoceil.3, floor.3, rint.3, round.3: Fix floating-point limit values
Alejandro Colomar [Wed, 27 Apr 2022 11:45:52 +0000 (13:45 +0200)] 
ceil.3, floor.3, rint.3, round.3: Fix floating-point limit values

According to IEEE 754 - 2008 , section 3.3, table 3.2
<https://irem.univ-reunion.fr/IMG/pdf/ieee-754-2008.pdf>
the value of emax is described as
emax = +127 / +1023

<https://en.wikipedia.org/wiki/IEEE_754#Basic_and_interchange_formats>
states the same values.

Also, to be more precise about the number of mantissa bits,
clarify that the implicit bit is included in the count.

Reported-by: "Dr. Wolfgang Armbruster" <dr.w.e.armbruster@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agobpf.2: Note that unused fields and padding in bpf_attr must be zero
Jakub Sitnicki [Mon, 25 Apr 2022 16:08:03 +0000 (18:08 +0200)] 
bpf.2: Note that unused fields and padding in bpf_attr must be zero

In a discussion regarding a potential backward incompatible change [1],
Andrii Nakryiko points out that unused bytes of bpf_attr should be
zero. Add this bit of information to the bpf(2) man page.

[1] https://lore.kernel.org/bpf/CAEf4BzbT4vQBnZzdD00SuPCDkeb4Cm=F6PLUoO_3X93UQD5hbQ@mail.gmail.com/

Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoumask.2: S_I* are B
наб [Mon, 25 Apr 2022 01:03:50 +0000 (03:03 +0200)] 
umask.2: S_I* are B

This is more consistent with the other pages and, more importantly,
fixes the atrocious "I[S_IWGRP] I[|] I[S_IWOTH]" highlighting in the
first hunk

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoioctl_userfaultfd.2, userfaultfd.2: Minor tweaks to Axel's patch
Alejandro Colomar [Mon, 25 Apr 2022 20:01:41 +0000 (22:01 +0200)] 
ioctl_userfaultfd.2, userfaultfd.2: Minor tweaks to Axel's patch

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoioctl_userfaultfd.2, userfaultfd.2: add minor fault mode
Axel Rasmussen [Tue, 12 Apr 2022 19:56:31 +0000 (12:56 -0700)] 
ioctl_userfaultfd.2, userfaultfd.2: add minor fault mode

Userfaultfd minor fault mode is supported starting from Linux 5.13.

This commit adds a description of the new mode, as well as the new ioctl
used to resolve such faults. The two go hand-in-hand: one can't resolve
a minor fault without continue, and continue can't be used to resolve
any other kind of fault.

v1->v2:
- Some spelling / phrasing improvements
v2->v3:
- Improved line wrapping in man2/ioctl_userfaultfd.2
v3->v4:
- Rebased onto http://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/ main
- Mentioned minor fault shmem support
- Improved line wrapping in man2/userfaultfd.2

Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Axel Rasmussen <axelrasmussen@google.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoscanf.3: Clarify ll and L modifiers
Alejandro Colomar [Sat, 16 Apr 2022 18:03:16 +0000 (20:03 +0200)] 
scanf.3: Clarify ll and L modifiers

Relevant documents:

POSIX:
<https://pubs.opengroup.org/onlinepubs/9699919799/functions/fscanf.html>

glibc:
<https://www.gnu.org/software/libc/manual/html_mono/libc.html#Numeric-Input-Conversions>

ISO C2x:
<http://www.open-std.org/JTC1/SC22/WG14/www/docs/n2731.pdf#subsubsection.7.21.6.2>

Still, from the documentation linked above, it seems to me that
"%Ln" is supported as a glibc extension, and doesn't fall into
"either no effect or undefined behavior" as says the GCC warning
shown in the bugzilla report.  I didn't modify the documentation
regarding %n, and recommend investigating a possible GCC bug.

Reported-by: Avinash Sonawane <rootkea@gmail.com>
Link: bugzilla <https://bugzilla.kernel.org/show_bug.cgi?id=215844>
Cc: glibc <libc-alpha@sourceware.org>
Cc: GCC <gcc@gcc.gnu.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agotimerfd_create.2: tfix
наб [Thu, 14 Apr 2022 21:03:47 +0000 (23:03 +0200)] 
timerfd_create.2: tfix

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agouri.7: Be more precise in RFC reference
Alejandro Colomar [Sat, 2 Apr 2022 21:27:07 +0000 (23:27 +0200)] 
uri.7: Be more precise in RFC reference

RFC 7595 points to RFC 3986.  Let's refer to where the info actually is.

Reported-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoundocumented.3: Add thrd_*() C11 functions
Alejandro Colomar [Sat, 2 Apr 2022 21:21:40 +0000 (23:21 +0200)] 
undocumented.3: Add thrd_*() C11 functions

Reported-by: Avinash Sonawane <rootkea@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoscripts/bash_aliases: grep_syscall[_def](): Fix bug that couldn't find syscalls with...
Alejandro Colomar [Sat, 2 Apr 2022 20:58:03 +0000 (22:58 +0200)] 
scripts/bash_aliases: grep_syscall[_def](): Fix bug that couldn't find syscalls with 0 args

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agofork.2: EXAMPLES: Add simple example using fork(2) without wait(2)
Alejandro Colomar [Wed, 30 Mar 2022 14:23:04 +0000 (16:23 +0200)] 
fork.2: EXAMPLES: Add simple example using fork(2) without wait(2)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoRevert "uri.7: The term URL is deprecated, in favor of URI"
Alejandro Colomar [Tue, 29 Mar 2022 16:25:25 +0000 (18:25 +0200)] 
Revert "uri.7: The term URL is deprecated, in favor of URI"

This reverts commit 97bf2b7a7287b8e1672967f2df31f4a80a43edae.

That commit was incorrect, as Jakub pointed out.

Link: linux-man@ <https://lore.kernel.org/linux-man/36b89bec-1def-e87c-5477-c87f2f0e48e9@gmail.com/T/>
Reported-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agouri.7: Update RFC reference (2718 -> 7595)
Alejandro Colomar [Mon, 28 Mar 2022 18:54:35 +0000 (20:54 +0200)] 
uri.7: Update RFC reference (2718 -> 7595)

There's no significant change that affects this paragraph,
so simply update the reference to the obsolete RFC,
to refer to the current one.

Cc: NGINX Unit <unit@nginx.org>
Cc: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agouri.7: The term URL is deprecated, in favor of URI
Alejandro Colomar [Mon, 28 Mar 2022 18:07:19 +0000 (20:07 +0200)] 
uri.7: The term URL is deprecated, in favor of URI

See RFCs 4395 (obsoleted by 7595) and 7595.

So, since URI and URL have been used as synonims and it wasn't
clear to most people what the difference was, the RFCs seem to
have explicitly avoided URL, and now use URI as the only term,
which still means what it meant (so now URL is just a synonim for
URI).

This commit replaces (almost all) occurences of URL by URI,
except when it is referring to the old term itself.  Keep some
legacy info just for readers to understand this.

Cc: NGINX Unit <unit@nginx.org>
Cc: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agouri.7: Update RFC reference (2279 -> 3629)
Alejandro Colomar [Mon, 28 Mar 2022 17:24:26 +0000 (19:24 +0200)] 
uri.7: Update RFC reference (2279 -> 3629)

There's no significant change that affects the manual page,
so simply update the reference to refer to the new one.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoioctl_userfaultfd.2: Corrections for returned .ioctls members
Ian Abbott [Fri, 18 Mar 2022 19:13:43 +0000 (19:13 +0000)] 
ioctl_userfaultfd.2: Corrections for returned .ioctls members

Support for the `UFFDIO_WRITEPROTECT` operation is not indicated in the
`ioctls` member of `struct uffdio_api`.  It is indicated in the `ioctls`
member of `struct uffdio_register` along with indications of support for
the `UFFDIO_COPY`, `UFFDIO_WAKE` and `UFFDIO_ZEROPAGE` operations (and
also the `UFFDIO_CONTINUE` operation supported since Linux 5.13 but
that is not documented by this man page yet.)

Fixes: f559fa36a678 ("ioctl_userfaultfd.2: Add write-protect mode docs")
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Acked-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoconsole_codes.4: ffix
nick black [Mon, 21 Mar 2022 08:30:05 +0000 (04:30 -0400)] 
console_codes.4: ffix

Fix up the busted OSC command list (reset palette and
set palette). Remove CSI prefix from the list of non-CSI
escapes. End all items of said list with periods,
matching other sections of the page.

Link: <https://lore.kernel.org/linux-man/Yjg4VHMhrabggl88@schwarzgerat.orthanc/T/>
Signed-off-by: nick black <nickblack@linux.com>
Acked-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agocacosh.3, catan.3, catanh.3: EXAMPLES: Fix variable use in formulas
Stephen Kitt [Mon, 21 Mar 2022 22:19:35 +0000 (23:19 +0100)] 
cacosh.3, catan.3, catanh.3: EXAMPLES: Fix variable use in formulas

The cacosh, catan, and catanh man pages include examples using a
non-existant f2 variable. Replacing the f2 references with f fixes the
examples.

Signed-off-by: Stephen Kitt <steve@sk2.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomembarrier.2: EXAMPLES: Remove unused parameters to main()
Alejandro Colomar [Mon, 21 Mar 2022 01:48:42 +0000 (02:48 +0100)] 
membarrier.2: EXAMPLES: Remove unused parameters to main()

`int main(void)` is a valid signature for main().  Since we're not
using any of its parameters, use that.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: lint: Skip link pages (.so ...)
Alejandro Colomar [Fri, 18 Mar 2022 20:59:30 +0000 (21:59 +0100)] 
Makefile: lint: Skip link pages (.so ...)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoglob.7: ffix
Alejandro Colomar [Sun, 20 Mar 2022 16:50:08 +0000 (17:50 +0100)] 
glob.7: ffix

Fix error accidentally introduced in 7b97eb9ff04e

Suggested-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: Remove old 'check-groff-warnings' target
Alejandro Colomar [Sun, 20 Mar 2022 03:15:04 +0000 (04:15 +0100)] 
Makefile: Remove old 'check-groff-warnings' target

Use 'lint-groff' instead, which show the same groff(1) warnings,
but also shows more warnings (CHECKSTYLE).  It also runs
incrementally, so it only reruns for modified pages.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: GROFFFLAGS: Enable all warnings with -ww
Alejandro Colomar [Sun, 20 Mar 2022 03:10:31 +0000 (04:10 +0100)] 
Makefile: GROFFFLAGS: Enable all warnings with -ww

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMany pages: Fix style issues reported by `make lint-mandoc`
Alejandro Colomar [Fri, 18 Mar 2022 19:25:09 +0000 (20:25 +0100)] 
Many pages: Fix style issues reported by `make lint-mandoc`

Plus some other found in the process.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: lint-mandoc: Add new target to run mandoc as a linter
Alejandro Colomar [Sun, 20 Mar 2022 01:43:52 +0000 (02:43 +0100)] 
Makefile: lint-mandoc: Add new target to run mandoc as a linter

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agocheckstyle.tmac: Silence groff CHECKSTYLE warning for blank lines
Alejandro Colomar [Sun, 20 Mar 2022 01:34:51 +0000 (02:34 +0100)] 
checkstyle.tmac: Silence groff CHECKSTYLE warning for blank lines

Code examples contain many blank lines.
That warning, although sometimes valid, is too noisy.

Cc: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMany pages: Fix style issues reported by `make lint-groff`
Alejandro Colomar [Fri, 18 Mar 2022 19:25:09 +0000 (20:25 +0100)] 
Many pages: Fix style issues reported by `make lint-groff`

Plus some other found in the process.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoioctl_tty.2: ffix
Alejandro Colomar [Fri, 18 Mar 2022 21:40:07 +0000 (22:40 +0100)] 
ioctl_tty.2: ffix

Use \~ for the space between a type and the '*' pointer symbol.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: Add -t to GROFFFLAGS to run tbl(1)
Alejandro Colomar [Sat, 19 Mar 2022 15:20:34 +0000 (16:20 +0100)] 
Makefile: Add -t to GROFFFLAGS to run tbl(1)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: Consistency fixes to naming of variables
Alejandro Colomar [Fri, 18 Mar 2022 01:27:17 +0000 (02:27 +0100)] 
Makefile: Consistency fixes to naming of variables

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile, etc/groff/tmac/deadly.tmac: Add lint and lint-groff targets
Alejandro Colomar [Fri, 18 Mar 2022 00:50:25 +0000 (01:50 +0100)] 
Makefile, etc/groff/tmac/deadly.tmac: Add lint and lint-groff targets

'lint' is a metatarget that triggers all lint-* targets (currently
that is just 'lint-groff').
'lint-groff' is a target that runs groff -rCHECKSTYLE to check
manual pages' groff(7) correctness.

etc/groff/tmac/deadly.tmac is a file written by Branden, to make
groff(1) abort when it finds a style problem, which then causes
make(1) to also abort.

CC: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: Use the $(V).SILENT trick instead of --silent
Alejandro Colomar [Fri, 18 Mar 2022 00:56:12 +0000 (01:56 +0100)] 
Makefile: Use the $(V).SILENT trick instead of --silent

Hardcoding --silent into MAKEFLAGS makes it impossible to print
the commands used while running make.  Instead, use the special
target .SILENT, masked by a dummy variable V, which when given any
value (e.g., V=1) will make the target non-special, and will not
silence the make invocation.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years ago.gitignore, Makefile: Use builddir to contain htmlbuilddir
Alejandro Colomar [Fri, 18 Mar 2022 00:06:47 +0000 (01:06 +0100)] 
.gitignore, Makefile: Use builddir to contain htmlbuilddir

This will simplify make clean when adding other tmp dirs for other
purposes, such as building PDF pages, or linting the groff files.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMakefile: Build HTML pages incrementally
Alejandro Colomar [Thu, 17 Mar 2022 23:56:29 +0000 (00:56 +0100)] 
Makefile: Build HTML pages incrementally

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomadvise.2: update EINVAL return info
Charan Teja Reddy [Wed, 16 Mar 2022 14:52:00 +0000 (20:22 +0530)] 
madvise.2: update EINVAL return info

MADV_COLD and MADV_PAGEOUT advises on an address range which includes
locked, Huge TLB pages or VM_PFNMAP pages can return EINVAL. Update the
man pages accordingly.

Reported-by: Nadav Amit <nadav.amit@gmail.com>
Signed-off-by: Charan Teja Reddy <quic_charante@quicinc.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agouintptr_t.3: Update link page to point to intptr_t.3
Alejandro Colomar [Mon, 14 Mar 2022 23:51:35 +0000 (00:51 +0100)] 
uintptr_t.3: Update link page to point to intptr_t.3

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agostat.2, statx.2: Fix descriptions for AT_NO_AUTOMOUNT
Pádraig Brady [Mon, 14 Mar 2022 23:09:56 +0000 (23:09 +0000)] 
stat.2, statx.2: Fix descriptions for AT_NO_AUTOMOUNT

fstatat(..., AT_NO_AUTOMOUNT) has had the following history in Linux:
  v2.6.37-7314-g6f45b65672c8
    add AT_NO_AUTOMOUNT and fstatat honors it
  v3.1-rc7-68-gb6c8069d3577
    ignore AT_NO_AUTOMOUNT since default operation now less eagerly mounts
  v4.10-11255-ga528d35e8bfc
    adds statx which reinstated 2.6.38 behavior for fstatat (not released)
  v4.11-rc7-14-gdeccf497d804
    adjust fstatat so that AT_NO_AUTOMOUNT always specified (to statx)

* man2/stat.2:
Adjust AT_NO_AUTOMOUNT description for fstatat.2 as per the above,
to indicate AT_NO_AUTOMOUNT should be avoided with fstatat() since
it's ignored since 3.1 and implied since 4.11.

Don't mention commit v4.13-9318-g42f461482178 as it was reverted,
and moot anyway since we can't adjust AT_NO_AUTOMOUNT since 3.1.

* man2/statx.2:
Mention that stat(), lstat(), and fstatat() imply AT_NO_AUTOMOUNT.

Signed-off-by: Pádraig Brady <P@draigBrady.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agonscd.conf.5: Add debug level description
Christian Aistleitner [Fri, 11 Mar 2022 08:26:50 +0000 (09:26 +0100)] 
nscd.conf.5: Add debug level description

With only the default debug level documented, neither the possible
range of the debug levels nor their purpose was apparent. This made it
hard to use debug levels. So we add a short description of them.

Signed-off-by: Christian Aistleitner <christian@quelltextlich.at>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoVarious pages: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 22:50:42 +0000 (23:50 +0100)] 
Various pages: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agodladdr.3, dlerror.3, dlinfo.3, dlopen.3, dlsym.3: Add LIBRARY section (libdl)
Alejandro Colomar [Sun, 6 Mar 2022 22:39:07 +0000 (23:39 +0100)] 
dladdr.3, dlerror.3, dlinfo.3, dlopen.3, dlsym.3: Add LIBRARY section (libdl)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agocrypt.3, encrypt.3: Add LIBRARY section (libcrypt)
Alejandro Colomar [Sun, 6 Mar 2022 22:35:00 +0000 (23:35 +0100)] 
crypt.3, encrypt.3: Add LIBRARY section (libcrypt)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agogetaddrinfo_a.3: Add LIBRARY section (libanl)
Alejandro Colomar [Sun, 6 Mar 2022 22:26:49 +0000 (23:26 +0100)] 
getaddrinfo_a.3: Add LIBRARY section (libanl)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoVarious pages: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 22:20:04 +0000 (23:20 +0100)] 
Various pages: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoFILE.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 22:09:45 +0000 (23:09 +0100)] 
FILE.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoVarious pages: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 22:09:17 +0000 (23:09 +0100)] 
Various pages: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agogetdate.3: SYNOPSIS: Remove redundant include
Alejandro Colomar [Sun, 6 Mar 2022 22:00:49 +0000 (23:00 +0100)] 
getdate.3: SYNOPSIS: Remove redundant include

It was a residue from old code, before the FTM subsection.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoVarious pages: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 21:58:25 +0000 (22:58 +0100)] 
Various pages: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoINFINITY.3, double_t.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 21:30:30 +0000 (22:30 +0100)] 
INFINITY.3, double_t.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoMany pages: LIBRARY: srcfix
Alejandro Colomar [Sun, 6 Mar 2022 21:22:32 +0000 (22:22 +0100)] 
Many pages: LIBRARY: srcfix

Escape '-' in -l option to cc(1).

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoinet_net_pton.3: Add LIBRARY section (libresolv)
Alejandro Colomar [Sun, 6 Mar 2022 21:18:11 +0000 (22:18 +0100)] 
inet_net_pton.3: Add LIBRARY section (libresolv)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoVarious pages: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 21:12:01 +0000 (22:12 +0100)] 
Various pages: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoclock_getcpuclockid.3: Add LIBRARY section (librt)
Alejandro Colomar [Sun, 6 Mar 2022 20:52:50 +0000 (21:52 +0100)] 
clock_getcpuclockid.3: Add LIBRARY section (librt)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoVarious pages: Add LIBRARY section (librt)
Alejandro Colomar [Sun, 6 Mar 2022 20:49:17 +0000 (21:49 +0100)] 
Various pages: Add LIBRARY section (librt)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agologin.3: Add LIBRARY section (libutil)
Alejandro Colomar [Sun, 6 Mar 2022 20:19:43 +0000 (21:19 +0100)] 
login.3: Add LIBRARY section (libutil)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoVarious pages: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:16:11 +0000 (21:16 +0100)] 
Various pages: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoVarious pages: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:09:56 +0000 (21:09 +0100)] 
Various pages: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswcntrl.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:02:55 +0000 (21:02 +0100)] 
iswcntrl.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswctype.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:02:42 +0000 (21:02 +0100)] 
iswctype.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswdigit.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:02:29 +0000 (21:02 +0100)] 
iswdigit.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswgraph.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:02:18 +0000 (21:02 +0100)] 
iswgraph.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswlower.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:02:03 +0000 (21:02 +0100)] 
iswlower.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswprint.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:01:52 +0000 (21:01 +0100)] 
iswprint.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswpunct.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:00:39 +0000 (21:00 +0100)] 
iswpunct.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswspace.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:00:26 +0000 (21:00 +0100)] 
iswspace.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswupper.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 20:00:15 +0000 (21:00 +0100)] 
iswupper.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoiswxdigit.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:59:48 +0000 (20:59 +0100)] 
iswxdigit.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agokey_setsecret.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:59:27 +0000 (20:59 +0100)] 
key_setsecret.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agokillpg.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:57:13 +0000 (20:57 +0100)] 
killpg.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolconv-struct.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:56:47 +0000 (20:56 +0100)] 
lconv-struct.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolist.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:56:20 +0000 (20:56 +0100)] 
list.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolocaleconv.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:56:03 +0000 (20:56 +0100)] 
localeconv.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolockf.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:55:38 +0000 (20:55 +0100)] 
lockf.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agoj0.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:51:05 +0000 (20:51 +0100)] 
j0.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolgamma.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:50:36 +0000 (20:50 +0100)] 
lgamma.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolog10.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:50:08 +0000 (20:50 +0100)] 
log10.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolog1p.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:49:37 +0000 (20:49 +0100)] 
log1p.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolog2.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:49:06 +0000 (20:49 +0100)] 
log2.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolog.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:48:31 +0000 (20:48 +0100)] 
log.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agologb.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:48:12 +0000 (20:48 +0100)] 
logb.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolrint.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:47:53 +0000 (20:47 +0100)] 
lrint.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolround.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:47:39 +0000 (20:47 +0100)] 
lround.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomatherr.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:45:59 +0000 (20:45 +0100)] 
matherr.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomodf.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:45:40 +0000 (20:45 +0100)] 
modf.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agonan.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:45:26 +0000 (20:45 +0100)] 
nan.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agonextafter.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:44:55 +0000 (20:44 +0100)] 
nextafter.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agonextup.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:44:30 +0000 (20:44 +0100)] 
nextup.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agopow10.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:44:05 +0000 (20:44 +0100)] 
pow10.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agopow.3: Add LIBRARY section (libm)
Alejandro Colomar [Sun, 6 Mar 2022 19:43:06 +0000 (20:43 +0100)] 
pow.3: Add LIBRARY section (libm)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolsearch.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:41:00 +0000 (20:41 +0100)] 
lsearch.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agolseek64.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:40:46 +0000 (20:40 +0100)] 
lseek64.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomakecontext.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:40:34 +0000 (20:40 +0100)] 
makecontext.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomakedev.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:40:08 +0000 (20:40 +0100)] 
makedev.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomallinfo.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:39:52 +0000 (20:39 +0100)] 
mallinfo.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomalloc.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:39:33 +0000 (20:39 +0100)] 
malloc.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomalloc_get_state.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:39:17 +0000 (20:39 +0100)] 
malloc_get_state.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomalloc_hook.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:39:00 +0000 (20:39 +0100)] 
malloc_hook.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
3 years agomalloc_info.3: Add LIBRARY section (libc)
Alejandro Colomar [Sun, 6 Mar 2022 19:38:36 +0000 (20:38 +0100)] 
malloc_info.3: Add LIBRARY section (libc)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>