]> git.ipfire.org Git - thirdparty/man-pages.git/log
thirdparty/man-pages.git
4 years agowait4.2: Update wait3() feature test macro requirements for changes in glibc 2.26
Michael Kerrisk [Wed, 29 Apr 2020 19:31:30 +0000 (21:31 +0200)] 
wait4.2: Update wait3() feature test macro requirements for changes in glibc 2.26

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosetlogmask.3: Note that LOG_UPTO() is included in the next POSIX release
Michael Kerrisk [Wed, 29 Apr 2020 11:46:42 +0000 (13:46 +0200)] 
setlogmask.3: Note that LOG_UPTO() is included in the next POSIX release

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopoll.2: srcfix: add pointer to Austin bug where ppoll() is proposed for POSIX
Michael Kerrisk [Wed, 29 Apr 2020 10:35:03 +0000 (12:35 +0200)] 
poll.2: srcfix: add pointer to Austin bug where ppoll() is proposed for POSIX

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agocmsg.3: CONFORMING TO: note which CMSG_* APIs are in current and upcoming POSIX
Michael Kerrisk [Wed, 29 Apr 2020 10:27:54 +0000 (12:27 +0200)] 
cmsg.3: CONFORMING TO: note which CMSG_* APIs are in current and upcoming POSIX

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agodlopen.3: srcfix: add URL relevant for BUGS
Michael Kerrisk [Wed, 29 Apr 2020 07:28:48 +0000 (09:28 +0200)] 
dlopen.3: srcfix: add URL relevant for BUGS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoftw.3: glibc eventually fixed a regression in FTW_SLN behavior
Michael Kerrisk [Tue, 28 Apr 2020 11:17:06 +0000 (13:17 +0200)] 
ftw.3: glibc eventually fixed a regression in FTW_SLN behavior

For details, see:
https://bugzilla.redhat.com/show_bug.cgi?id=1422736
http://austingroupbugs.net/view.php?id=1121
https://bugzilla.redhat.com/show_bug.cgi?id=1422736

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agonetlink.7: Update path for NETLINK_CONNECTOR docs in kernel source tree
Michael Kerrisk [Tue, 28 Apr 2020 09:10:20 +0000 (11:10 +0200)] 
netlink.7: Update path for NETLINK_CONNECTOR docs in kernel source tree

Reported-by: Idan Katz <idanski1@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agouser_namespaces.7: tfix
Jakub Wilk [Mon, 27 Apr 2020 13:38:56 +0000 (15:38 +0200)] 
user_namespaces.7: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agotzfile.5: Sync to 2020a tzdb release
Michael Kerrisk [Mon, 27 Apr 2020 05:29:37 +0000 (07:29 +0200)] 
tzfile.5: Sync to 2020a tzdb release

From https://www.iana.org/time-zones, version 2020a.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agozdump.8: ffix
Michael Kerrisk [Mon, 27 Apr 2020 05:17:24 +0000 (07:17 +0200)] 
zdump.8: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agozdump.8: Update to latest upstream tz release
Michael Kerrisk [Mon, 27 Apr 2020 05:13:22 +0000 (07:13 +0200)] 
zdump.8: Update to latest upstream tz release

This update addresses an issue described in
https://bugzilla.kernel.org/show_bug.cgi?id=207345

In answer to my question, Paul Eggert noted:

    > Where do I find it?

    https://www.iana.org/time-zones

    Look under "Latest version", which is 2020a.

Reported-by: Paul Eggert <eggert@cs.ucla.edu>
Reported-by: Marco Curreli <marcocurreli@tiscali.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoptsname.3: Fix description of failure behaviour of ptsname_r()
Bruno Haible [Sat, 26 Jan 2019 13:31:56 +0000 (14:31 +0100)] 
ptsname.3: Fix description of failure behaviour of ptsname_r()

The Linux man page for ptsname_r, when describing the behaviour
in the error case, is
  - not consistent with the future POSIX standard (POSIX Issue 8).
  - not consistent with musl libc.

Find attached a patch to
  - keep it consistent with what glibc does,
  - make it consistent with musl libc,
  - make it consistent with the future POSIX standard (POSIX
    Issue 8).

Details:

glibc's implementation of ptsname_r, when it fails, returns the
error code as return value AND sets errno. See
https://sourceware.org/git/?p=glibc.git;a=blob;f=login/ptsname.c
https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/mach/hurd/ptsname.c
https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/ptsname.c

musl's implementation of ptsname_r, when it fails, returns the error code
but does NOT set errno. See
https://git.musl-libc.org/cgit/musl/tree/src/misc/pty.c

The proposal to add ptsname_r to POSIX, with text

  "If successful, the ptsname_r( ) function shall return zero.
   Otherwise, an error number shall be returned to indicate the
   error."

has been accepted for inclusion in POSIX Issue 8.
http://austingroupbugs.net/view.php?id=508

Therefore a portable program should look at the return value from
ptsname_r, NOT the errno value. The current text in the man page
suggests to look at the errno value, which is wrong (because of
musl libc) and not future-proof (because of future POSIX).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoio_cancel.2, io_destroy.2, io_getevents.2, io_setup.2, io_submit.2: Change uses of...
Michael Kerrisk [Sat, 25 Apr 2020 07:02:18 +0000 (09:02 +0200)] 
io_cancel.2, io_destroy.2, io_getevents.2, io_setup.2, io_submit.2: Change uses of aio_context_t to io_context_t

Reported-by: Andi Kleen <andi@firstfloor.org>
Reported-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agortnetlink.7: Minor consistency fixes
Michael Kerrisk [Fri, 24 Apr 2020 20:11:13 +0000 (22:11 +0200)] 
rtnetlink.7: Minor consistency fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoprctl.2: wfix
Michael Kerrisk [Fri, 24 Apr 2020 19:53:10 +0000 (21:53 +0200)] 
prctl.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoxattr.7: Add attr(1) as relevant page to SEE ALSO
Achilles Gaikwad [Fri, 24 Apr 2020 16:02:52 +0000 (21:32 +0530)] 
xattr.7: Add attr(1) as relevant page to SEE ALSO

The page of attr(1) is relevant to xattrs, therefore add it to the
SEE ALSO section.

attr(1) command works for other filesystems as well.

Signed-off-by: Achilles Gaikwad <agaikwad@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agortnetlink.7: Various tweaks to Jan Moskyto Matejka's patch
Michael Kerrisk [Thu, 23 Apr 2020 19:48:09 +0000 (21:48 +0200)] 
rtnetlink.7: Various tweaks to Jan Moskyto Matejka's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agortnetlink.7: Add missing RTA_* attributes
Jan Moskyto Matejka [Thu, 23 Apr 2020 19:28:05 +0000 (21:28 +0200)] 
rtnetlink.7: Add missing RTA_* attributes

Used Bird's source code, kernel source code, iproute2 source code
and iproute2 manpages to find meanings of these new attributes.

Signed-off-by: Jan Moskyto Matejka <mq@ucw.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agonewlocale.3: Fix a valgrind issue in example program
Michael Kerrisk [Thu, 23 Apr 2020 12:49:29 +0000 (14:49 +0200)] 
newlocale.3: Fix a valgrind issue in example program

See https://bugzilla.kernel.org/show_bug.cgi?id=202977.

Reported-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify_mark.2: ffix
Michael Kerrisk [Thu, 23 Apr 2020 12:46:41 +0000 (14:46 +0200)] 
fanotify_mark.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify_mark.2: Remove mention of FAN_Q_OVERFLOW as an input value in 'mask'
Michael Kerrisk [Thu, 23 Apr 2020 12:31:27 +0000 (14:31 +0200)] 
fanotify_mark.2: Remove mention of FAN_Q_OVERFLOW as an input value in 'mask'

See https://bugzilla.kernel.org/show_bug.cgi?id=198569.

Reported-by: Alexander Morozov <alexandermv@gmail.com>
Reported-by: Amir Goldstein <amir73il@gmail.com>
Reported-by: Jan Kara <jack@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agonetdevice.7: Minor rewording
Michael Kerrisk [Thu, 23 Apr 2020 11:55:16 +0000 (13:55 +0200)] 
netdevice.7: Minor rewording

See https://bugzilla.kernel.org/show_bug.cgi?id=201475.

Reported-by: alexopo.ceid@gmail.com
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoip.7: SEE ALSO: add netdevice(7)
Michael Kerrisk [Thu, 23 Apr 2020 11:48:37 +0000 (13:48 +0200)] 
ip.7: SEE ALSO: add netdevice(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosem_getvalue.3: Note that glibc's sem_getvalue() doesn't return EINVAL errors
Michael Kerrisk [Thu, 23 Apr 2020 09:24:36 +0000 (11:24 +0200)] 
sem_getvalue.3: Note that glibc's sem_getvalue() doesn't return EINVAL errors

See https://bugzilla.kernel.org/show_bug.cgi?id=204273

Reported-by: Andrea Galbusera <gizero@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoip.7: Note a few more valid 'protocol' values
Michael Kerrisk [Thu, 23 Apr 2020 09:12:05 +0000 (11:12 +0200)] 
ip.7: Note a few more valid 'protocol' values

See https://bugzilla.kernel.org/show_bug.cgi?id=204981

Reported-by: Martin Doucha <mdoucha@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agolp.4: tfix + ffix
Michael Kerrisk [Wed, 22 Apr 2020 20:12:40 +0000 (22:12 +0200)] 
lp.4: tfix + ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agogetdtablesize.3: Remove redundant statment that getdtablesize() is a library function
Michael Kerrisk [Wed, 22 Apr 2020 19:46:09 +0000 (21:46 +0200)] 
getdtablesize.3: Remove redundant statment that getdtablesize() is a library function

Redundant because this is a Section 3 page, and the
text also describes the implementation in glibc.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomremap.2: Describe some use cases for MREMAP_DONTUNMAP
Michael Kerrisk [Wed, 22 Apr 2020 12:04:58 +0000 (14:04 +0200)] 
mremap.2: Describe some use cases for MREMAP_DONTUNMAP

Reported-by: Brian Geffon <bgeffon@google.com>
Reported-by: Lokesh Gidra <lokeshgidra@google.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomremap.2: wfix
Michael Kerrisk [Wed, 22 Apr 2020 11:49:03 +0000 (13:49 +0200)] 
mremap.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoprctl.2: tfix
Jakub Wilk [Wed, 22 Apr 2020 09:59:21 +0000 (11:59 +0200)] 
prctl.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agouser_namespaces.7: wfix: Improve wording in discussion of resetting of 'securebits...
Michael Kerrisk [Wed, 22 Apr 2020 11:07:07 +0000 (13:07 +0200)] 
user_namespaces.7: wfix: Improve wording in discussion of resetting of 'securebits' flags

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agouser_namespaces.7: tfix
Michael Kerrisk [Wed, 22 Apr 2020 11:03:44 +0000 (13:03 +0200)] 
user_namespaces.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoopen.2: ffix
Michael Kerrisk [Tue, 21 Apr 2020 18:51:58 +0000 (20:51 +0200)] 
open.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoopen.2: tfix
Michael Kerrisk [Tue, 21 Apr 2020 14:31:23 +0000 (16:31 +0200)] 
open.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoopen.2: Add openat2() to list of APIs that take a 'dirfd' argument
Michael Kerrisk [Tue, 21 Apr 2020 14:26:51 +0000 (16:26 +0200)] 
open.2: Add openat2() to list of APIs that take a 'dirfd' argument

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoproc.5: Alert the reader that UID/GID changes can reset the "dumpable" attribute
Michael Kerrisk [Tue, 21 Apr 2020 12:27:34 +0000 (14:27 +0200)] 
proc.5: Alert the reader that UID/GID changes can reset the "dumpable" attribute

Reported-by: Eric Hopper <hopper@omnifarious.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agocredentials.7: Alert reader that UID/GID changes can affect process capabilities
Michael Kerrisk [Tue, 21 Apr 2020 12:12:47 +0000 (14:12 +0200)] 
credentials.7: Alert reader that UID/GID changes can affect process capabilities

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agocredentials.7: Relocate a paragraph (no content changes)
Michael Kerrisk [Tue, 21 Apr 2020 12:09:30 +0000 (14:09 +0200)] 
credentials.7: Relocate a paragraph (no content changes)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agocredentials.7: Changes to process UIDs/GIDs can effect the "dumpable" attribute
Michael Kerrisk [Tue, 21 Apr 2020 12:04:49 +0000 (14:04 +0200)] 
credentials.7: Changes to process UIDs/GIDs can effect the "dumpable" attribute

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoprctl.2: Minor wording fix
Michael Kerrisk [Tue, 21 Apr 2020 12:01:01 +0000 (14:01 +0200)] 
prctl.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agocredentials.7: Add a list of the APIs that change a process's credentials
Michael Kerrisk [Tue, 21 Apr 2020 11:55:22 +0000 (13:55 +0200)] 
credentials.7: Add a list of the APIs that change a process's credentials

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexecve.2: Minor rewording
Michael Kerrisk [Tue, 21 Apr 2020 11:35:59 +0000 (13:35 +0200)] 
execve.2: Minor rewording

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexecve.2: Changes to the "dumpable" flag may change ownership of /proc/PID files
Michael Kerrisk [Tue, 21 Apr 2020 11:10:06 +0000 (13:10 +0200)] 
execve.2: Changes to the "dumpable" flag may change ownership of /proc/PID files

Reported-by: Eric Hopper <hopper@omnifarious.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexecve.2: SEE ALSO: add capabilities(7)
Michael Kerrisk [Tue, 21 Apr 2020 11:05:09 +0000 (13:05 +0200)] 
execve.2: SEE ALSO: add capabilities(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexecve.2: Improve/correct discussion of changes to dumpable flag during execve(2)
Michael Kerrisk [Tue, 21 Apr 2020 10:59:04 +0000 (12:59 +0200)] 
execve.2: Improve/correct discussion of changes to dumpable flag during execve(2)

The details were not quite accurate. Defer to prctl(2)
for the more complete picture.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosetpgid.2: srcfix
Michael Kerrisk [Tue, 21 Apr 2020 09:18:58 +0000 (11:18 +0200)] 
setpgid.2: srcfix

Reported-by: Jakub Wilk <jwilk@jwilk.net>
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agotzfile.5: Explain UT abbreviation
Michael Kerrisk [Tue, 21 Apr 2020 05:50:12 +0000 (07:50 +0200)] 
tzfile.5: Explain UT abbreviation

From a conversation with Paul Eggert:

From: Paul Eggert <eggert@cs.ucla.edu>
Subject: Re: Errors in man pages, here: tzfile(5): Typo?

On 4/20/20 12:27 AM, Michael Kerrisk (man-pages) wrote:
> I think "UT" here is intended to mean "Universal Time", and as such
> should not be "UTC". Perhaps Paul can comment.

Yes, that's right. The tzfile format covers timestamps that predate the
introduction of UTC in 1960, so the documentation uses the sloppier and
more-general term "UT" instead of the more-precise term "UTC".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify.7: Wrap some long lines in example program
Michael Kerrisk [Mon, 20 Apr 2020 19:33:46 +0000 (21:33 +0200)] 
fanotify.7: Wrap some long lines in example program

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify_mark.2: tfix
Michael Kerrisk [Mon, 20 Apr 2020 19:28:37 +0000 (21:28 +0200)] 
fanotify_mark.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify_mark.2: tfix
Michael Kerrisk [Mon, 20 Apr 2020 19:02:09 +0000 (21:02 +0200)] 
fanotify_mark.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify.7, fanotify_mark.2: Document FAN_DIR_MODIFY
Amir Goldstein [Mon, 20 Apr 2020 18:42:59 +0000 (21:42 +0300)] 
fanotify.7, fanotify_mark.2: Document FAN_DIR_MODIFY

Document the details of the new FAN_DIR_MODIFY event, which
introduces entry name information to the fanotify event
reporting format.

Enhance the fanotify_fid.c example to also report this event.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Matthew Bobrowski <mbobrowski@mbobrowski.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify.7: Fix fanotify_fid.c example
Amir Goldstein [Mon, 20 Apr 2020 18:42:58 +0000 (21:42 +0300)] 
fanotify.7: Fix fanotify_fid.c example

- The condition for printing "subdirectory created" was always
  true.
- The arguments and error check of open_by_handle_at() were
  incorrect.
- Fix example description inconsistencies.
- Nicer indentation of example output.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Matthew Bobrowski <mbobrowski@mbobrowski.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify_mark.2: Clarification about FAN_EVENT_ON_CHILD and new events
Amir Goldstein [Mon, 20 Apr 2020 18:42:57 +0000 (21:42 +0300)] 
fanotify_mark.2: Clarification about FAN_EVENT_ON_CHILD and new events

Some of the new event types that were added in v5.1 along with
init flag FAN_REPORT_FID are not eligible for reporting to a
directory watching with FAN_EVENT_ON_CHILD.

Document the events that cannot be generated on children of a
watching parent.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Matthew Bobrowski <mbobrowski@mbobrowski.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify_mark.2: Clarification about FAN_MARK_MOUNT and FAN_REPORT_FID
Amir Goldstein [Mon, 20 Apr 2020 18:42:56 +0000 (21:42 +0300)] 
fanotify_mark.2: Clarification about FAN_MARK_MOUNT and FAN_REPORT_FID

It is not true that FAN_MARK_MOUNT cannot be used with a group
that was initialized with flag FAN_REPORT_FID.

The correct assertion is that events that require a group with
flag FAN_REPORT_FID cannot be requested on a mark mount.

For exaple, a FAN_OPEN event can be requested on a mark mount and
will generate an event with file handle information if the group
was initialized with flag FAN_REPORT_FID.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Matthew Bobrowski <mbobrowski@mbobrowski.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoadjtimex.2: tfix
Jakub Wilk [Mon, 20 Apr 2020 13:56:00 +0000 (15:56 +0200)] 
adjtimex.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoposix_spawn.3: tfix
Jakub Wilk [Mon, 20 Apr 2020 13:55:59 +0000 (15:55 +0200)] 
posix_spawn.3: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agost.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 18:27:51 +0000 (20:27 +0200)] 
st.4: wfix

Reported-by: Kai Mäkisara <kai.makisara@kolumbus.fi>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agost.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 18:21:13 +0000 (20:21 +0200)] 
st.4: wfix

Reported-by: Kai Mäkisara <kai.makisara@kolumbus.fi>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl_fslabel.2: Minor tweaks to Eric Sandeen's patch
Michael Kerrisk [Mon, 20 Apr 2020 12:43:29 +0000 (14:43 +0200)] 
ioctl_fslabel.2: Minor tweaks to Eric Sandeen's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl.2: SEE ALSO: add ioctl_fslabel(2)
Michael Kerrisk [Mon, 20 Apr 2020 12:40:09 +0000 (14:40 +0200)] 
ioctl.2: SEE ALSO: add ioctl_fslabel(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl_fslabel.2: New page documenting filesystem get/set label ioctl(2) operations
Eric Sandeen [Mon, 20 Apr 2020 12:37:40 +0000 (14:37 +0200)] 
ioctl_fslabel.2: New page documenting filesystem get/set label ioctl(2) operations

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoadjtimex.2: Minor tweaks to patch by Arnd Bergmann / Richard Cochran
Michael Kerrisk [Mon, 20 Apr 2020 11:06:16 +0000 (13:06 +0200)] 
adjtimex.2: Minor tweaks to patch by Arnd Bergmann / Richard Cochran

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoadjtimex.2: srcfix: semantic newlines
Michael Kerrisk [Mon, 20 Apr 2020 11:01:43 +0000 (13:01 +0200)] 
adjtimex.2: srcfix: semantic newlines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoclock_adjtime.2: New link to adjtimex(2)
Arnd Bergmann [Mon, 20 Apr 2020 11:00:04 +0000 (13:00 +0200)] 
clock_adjtime.2: New link to adjtimex(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoadjtimex.2: Document clock_adjtime(2)
Arnd Bergmann [Mon, 1 Jan 2018 06:28:52 +0000 (22:28 -0800)] 
adjtimex.2: Document clock_adjtime(2)

I was experimenting with some possible changes to adjtimex(2) and
clock_adjtime(2) and tried to look up the man page to see what the
documented behavior is when I noticed that clock_adjtime() appears
to be the only system call that is currently undocumented.

Before I do any changes to it, this tries to document what I
understand it currently does.

[ RC: Add better explanations of the usage and error codes
  and correct some typographical mistakes. ]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoclock_getres.2: Tweaks to Richard Cochran's patch
Michael Kerrisk [Mon, 20 Apr 2020 10:55:01 +0000 (12:55 +0200)] 
clock_getres.2: Tweaks to Richard Cochran's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoclock_getres.2: srcfix: semantic newlines
Michael Kerrisk [Mon, 20 Apr 2020 10:47:42 +0000 (12:47 +0200)] 
clock_getres.2: srcfix: semantic newlines

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoclock_getres.2: Explain dynamic clocks
Richard Cochran [Mon, 20 Apr 2020 10:45:58 +0000 (12:45 +0200)] 
clock_getres.2: Explain dynamic clocks

Linux has allowed passing open file descriptors to clock_gettime()
and friends since v2.6.39.  This patch documents these "dynamic"
clocks and adds a brief example of how to use them.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomount_namespaces.7: Minor wording fix
Michael Kerrisk [Mon, 20 Apr 2020 10:13:33 +0000 (12:13 +0200)] 
mount_namespaces.7: Minor wording fix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomount_namespaces.7: srcfix: remove a crufty FIXME
Michael Kerrisk [Mon, 20 Apr 2020 10:12:44 +0000 (12:12 +0200)] 
mount_namespaces.7: srcfix: remove a crufty FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agolocale.5: Improve description of 'first_weekday'
Michael Kerrisk [Mon, 20 Apr 2020 09:59:34 +0000 (11:59 +0200)] 
locale.5: Improve description of 'first_weekday'

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agorandom.4: Minor wording improvement (split long sentence into two)
Michael Kerrisk [Mon, 20 Apr 2020 09:51:12 +0000 (11:51 +0200)] 
random.4: Minor wording improvement (split long sentence into two)

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosuffixes.7: wfix
Michael Kerrisk [Mon, 20 Apr 2020 09:41:25 +0000 (11:41 +0200)] 
suffixes.7: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoproc.5: tfix
Michael Kerrisk [Mon, 20 Apr 2020 09:24:27 +0000 (11:24 +0200)] 
proc.5: tfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopsignal.3: wfix
Michael Kerrisk [Mon, 20 Apr 2020 09:09:37 +0000 (11:09 +0200)] 
psignal.3: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoproc.5: tfix
Michael Kerrisk [Mon, 20 Apr 2020 09:06:07 +0000 (11:06 +0200)] 
proc.5: tfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agonetworks.5: wfix
Michael Kerrisk [Mon, 20 Apr 2020 09:04:47 +0000 (11:04 +0200)] 
networks.5: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoman-pages.7: wfix
Michael Kerrisk [Mon, 20 Apr 2020 09:00:11 +0000 (11:00 +0200)] 
man-pages.7: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agolocaledef.1: wfix
Michael Kerrisk [Mon, 20 Apr 2020 08:58:34 +0000 (10:58 +0200)] 
localedef.1: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agodsp56k.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 08:47:08 +0000 (10:47 +0200)] 
dsp56k.4: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoinitrd.4: ffix
Michael Kerrisk [Mon, 20 Apr 2020 08:17:05 +0000 (10:17 +0200)] 
initrd.4: ffix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosecuretty.5: Improve wording of .SH one-line description
Michael Kerrisk [Mon, 20 Apr 2020 08:06:44 +0000 (10:06 +0200)] 
securetty.5: Improve wording of .SH one-line description

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agostatfs.2: wfix
Michael Kerrisk [Mon, 20 Apr 2020 08:04:58 +0000 (10:04 +0200)] 
statfs.2: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agogethostbyname.3:
Michael Kerrisk [Mon, 20 Apr 2020 07:52:31 +0000 (09:52 +0200)] 
gethostbyname.3:

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agogetopt.3: wfix
Michael Kerrisk [Mon, 20 Apr 2020 07:47:54 +0000 (09:47 +0200)] 
getopt.3: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agodsp56k.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 07:42:51 +0000 (09:42 +0200)] 
dsp56k.4: wfix

The structure in the kernel appears to be named 'dsp56k_upload'
not 'dsp56k_binary'. And this appears always to have been so.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoproc.5: Minor tweaks to /proc/[pid]/mountstats example line
Michael Kerrisk [Mon, 20 Apr 2020 07:34:09 +0000 (09:34 +0200)] 
proc.5: Minor tweaks to /proc/[pid]/mountstats example line

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoproc.5: Better explanation of some /proc/ide fields
Michael Kerrisk [Mon, 20 Apr 2020 07:31:00 +0000 (09:31 +0200)] 
proc.5: Better explanation of some /proc/ide fields

Taken from Documentation/filesystems/proc.txt.

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agowavelan.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 07:24:00 +0000 (09:24 +0200)] 
wavelan.4: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agowavelan.4: ffix
Michael Kerrisk [Mon, 20 Apr 2020 07:19:19 +0000 (09:19 +0200)] 
wavelan.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agowavelan.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 07:18:41 +0000 (09:18 +0200)] 
wavelan.4: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agowavelan.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 07:16:20 +0000 (09:16 +0200)] 
wavelan.4: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agowavelan.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 07:14:26 +0000 (09:14 +0200)] 
wavelan.4: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoconsole_codes.4: wfix
Michael Kerrisk [Mon, 20 Apr 2020 06:57:17 +0000 (08:57 +0200)] 
console_codes.4: wfix

("abort" is used elsewhere in the page.)

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexec.3: wfix
Michael Kerrisk [Mon, 20 Apr 2020 06:50:14 +0000 (08:50 +0200)] 
exec.3: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoerrno.3: ffix
Michael Kerrisk [Mon, 20 Apr 2020 06:37:56 +0000 (08:37 +0200)] 
errno.3: ffix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agodsp56k.4: ffix
Michael Kerrisk [Mon, 20 Apr 2020 06:35:33 +0000 (08:35 +0200)] 
dsp56k.4: ffix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoascii.7: SEE ALSO: fix sort order in entries
Michael Kerrisk [Mon, 20 Apr 2020 06:29:30 +0000 (08:29 +0200)] 
ascii.7: SEE ALSO: fix sort order in entries

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomremap.2: tfix
Michael Kerrisk [Sun, 19 Apr 2020 22:10:27 +0000 (00:10 +0200)] 
mremap.2: tfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoproc.5: tfix
Michael Kerrisk [Sun, 19 Apr 2020 22:07:19 +0000 (00:07 +0200)] 
proc.5: tfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>