]> git.ipfire.org Git - thirdparty/man-pages.git/log
thirdparty/man-pages.git
4 years agomodify_ldt.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:32 +0000 (19:55 +0200)] 
modify_ldt.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agommap2.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:31 +0000 (19:55 +0200)] 
mmap2.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomknod.2: Remove unused includes
Alejandro Colomar [Mon, 10 May 2021 17:55:30 +0000 (19:55 +0200)] 
mknod.2: Remove unused includes

All of the constants used by mknod() are defined in <sys/stat.h>.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomincore.2: Remove unused include
Alejandro Colomar [Mon, 10 May 2021 17:55:29 +0000 (19:55 +0200)] 
mincore.2: Remove unused include

AFAICS, there's no use for <unistd.h> here.  The prototype is
declared in <sys/mman.h>, and there are no constants needed.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomembarrier.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:28 +0000 (19:55 +0200)] 
membarrier.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agolookup_dcookie.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:27 +0000 (19:55 +0200)] 
lookup_dcookie.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agollseek.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:26 +0000 (19:55 +0200)] 
llseek.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agolink.2: ffix
Alejandro Colomar [Mon, 10 May 2021 17:55:25 +0000 (19:55 +0200)] 
link.2: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agokeyctl.2: Use syscall(SYS_...); for system calls without a glibc wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:24 +0000 (19:55 +0200)] 
keyctl.2: Use syscall(SYS_...); for system calls without a glibc wrapper

Remove the libkeyutils prototype from the synopsis, which isn't
documented in the rest of the page, and as NOTES says, it's
probably better to use the various library functions.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoscripts/bash_aliases: man_lsfunc(): Extract syscall name from syscall(SYS_...)
Alejandro Colomar [Mon, 10 May 2021 17:55:23 +0000 (19:55 +0200)] 
scripts/bash_aliases: man_lsfunc(): Extract syscall name from syscall(SYS_...)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agokexec_load.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:22 +0000 (19:55 +0200)] 
kexec_load.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agokcmp.2: tfix
Alejandro Colomar [Mon, 10 May 2021 17:55:21 +0000 (19:55 +0200)] 
kcmp.2: tfix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agokcmp.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:20 +0000 (19:55 +0200)] 
kcmp.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoipc.2: Add needed include
Alejandro Colomar [Mon, 10 May 2021 17:55:19 +0000 (19:55 +0200)] 
ipc.2: Add needed include

The constants needed for using this function are defined in
<linux/ipc.h>.  Add the include, even when those constants are not
mentioned in this manual page.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoipc.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:18 +0000 (19:55 +0200)] 
ipc.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioprio_set.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:17 +0000 (19:55 +0200)] 
ioprio_set.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioperm.2: Remove obvious comment
Alejandro Colomar [Mon, 10 May 2021 17:55:16 +0000 (19:55 +0200)] 
ioperm.2: Remove obvious comment

Of course that is for the glibc wrapper.  As all of the other
pages that don't explicitly say otherwise.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoio_getevents.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:15 +0000 (19:55 +0200)] 
io_getevents.2: Use syscall(SYS_...); for system calls without a wrapper

In this case there's a wrapper provided by libaio,
but this page documents the raw syscall.

Also remove <linux/time.h> from the includes: 'struct timespec'
is already documented in system_data_types(7), where the
information is more up to date.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoio_destroy.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:14 +0000 (19:55 +0200)] 
io_destroy.2: Use syscall(SYS_...); for system calls without a wrapper

In this case there's a wrapper provided by libaio,
but this page documents the raw syscall.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl_userfaultfd.2: SYNOPSIS: Add <linux/userfaultfd.h>
Alejandro Colomar [Mon, 10 May 2021 17:55:13 +0000 (19:55 +0200)] 
ioctl_userfaultfd.2: SYNOPSIS: Add <linux/userfaultfd.h>

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl_tty.2: Fix includes
Alejandro Colomar [Mon, 10 May 2021 17:55:12 +0000 (19:55 +0200)] 
ioctl_tty.2: Fix includes

<sys/ioctl.h> is needed for the prototype of ioctl().  That header
also provides most of the constants used by the function.  Only a
few of those constants are not provided by that header, and need
<termios.h>; clarify which constants do need that include.

......

$ <man2/ioctl_tty.2 \
  sed -n '/^.SH DESCRIPTION/,/^.SH/p' \
  |grep -e '^\.B' -e TIOCM \
  |sed 's/^\.B[^ ]* //' \
  |awk '{print $1}' \
  |grep '^[[:upper:]]' \
  |grep -v -e '^CAP' -e '^E' -e '^SIG' -e '^O_' -e '^[TR]XD$' -e '^POLL' \
  |sort \
  |uniq \
  |while read f; do \
find /usr/include/ -type f \
|xargs grep -l "define\s$f" \
|grep -q ioctl.*.h \
||echo $f \
|while read ff; do \
echo "============ $ff"; \
find /usr/include/ -type f \
|xargs grep -n "define\s$ff"; \
done; \
  done;
============ CLOCAL
/usr/include/asm-generic/termbits.h:142:#define CLOCAL 0004000
/usr/include/gphoto2/gphoto2-port-portability.h:127:#   define CLOCAL  0x00000800
/usr/include/x86_64-linux-gnu/bits/termios-c_cflag.h:34:#define CLOCAL 0004000
============ TCIFLUSH
/usr/include/asm-generic/termbits.h:191:#define TCIFLUSH 0
/usr/include/x86_64-linux-gnu/bits/termios.h:70:#define TCIFLUSH 0
============ TCIOFF
/usr/include/asm-generic/termbits.h:187:#define TCIOFF 2
/usr/include/x86_64-linux-gnu/bits/termios.h:66:#define TCIOFF 2
============ TCIOFLUSH
/usr/include/asm-generic/termbits.h:193:#define TCIOFLUSH 2
/usr/include/x86_64-linux-gnu/bits/termios.h:72:#define TCIOFLUSH 2
============ TCION
/usr/include/asm-generic/termbits.h:188:#define TCION 3
/usr/include/x86_64-linux-gnu/bits/termios.h:67:#define TCION 3
============ TCOFLUSH
/usr/include/asm-generic/termbits.h:192:#define TCOFLUSH 1
/usr/include/x86_64-linux-gnu/bits/termios.h:71:#define TCOFLUSH 1
============ TCOOFF
/usr/include/asm-generic/termbits.h:185:#define TCOOFF 0
/usr/include/x86_64-linux-gnu/bits/termios.h:64:#define TCOOFF 0
============ TCOON
/usr/include/asm-generic/termbits.h:186:#define TCOON 1
/usr/include/x86_64-linux-gnu/bits/termios.h:65:#define TCOON 1
============ TIOCREMOTE
============ TIOCSTART
============ TIOCSTOP
============ TIOCTTYGSTRUCT
============ TIOCUCNTL

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agogetdents.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:11 +0000 (19:55 +0200)] 
getdents.2: Use syscall(SYS_...); for system calls without a wrapper

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofutex.2: Use syscall(SYS_...); for system calls without a wrapper
Alejandro Colomar [Mon, 10 May 2021 17:55:10 +0000 (19:55 +0200)] 
futex.2: Use syscall(SYS_...); for system calls without a wrapper

At the same time, document only headers that are required
for calling the function, or those that are specific to the
function:

<unistd.h> is required for the syscall() prototype.
<sys/syscall.h> is required for the syscall name SYS_xxx.
<linux/futex.h> is specific to this syscall.

However, uint32_t is generic enough that it shouldn't be
documented here.  The system_data_types(7) page already documents
it, and is more precise about it.  The same goes for timespec.

As a general rule a man[23] page should document the header that
includes the prototype, and all of the headers that define macros
that should be used with the call.  However, the information about
types should be restricted to system_data_types(7) (and that page
should probably be improved by adding types), except for types
that are very specific to the call.  Otherwise, we're duplicating
info and it's then harder to maintain, and probably outdated in
the future.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexecveat.2: Remove unused include
Alejandro Colomar [Mon, 10 May 2021 13:02:10 +0000 (15:02 +0200)] 
execveat.2: Remove unused include

This complements commit e3eba861bd966911b38b7ebc572f0c092ca7bdee.

Since we don't need syscall(2) anymore, we don't need SYS_* definitions.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoMakefile: Remove shebang line
Michael Kerrisk [Mon, 10 May 2021 16:31:46 +0000 (04:31 +1200)] 
Makefile: Remove shebang line

On 5/10/21 7:13 PM, Alejandro Colomar (man-pages) wrote:
> Hi Michael,
>
> On 5/10/21 1:39 AM, Michael Kerrisk (man-pages) wrote:
>>> - Specify shebang
>>
>> Why? It's not quite obvious to me, and the commit message
>> should really explain...
>
> Hmmm.  I have some minor reasons to add it, but not a really good one.
>
> * Some editors don't recognize 'Makefile' as a special name, so the
> shebang helps detecting which language the file is using (e.g., for
> coloring).
>
> * I tend to subdivide a big Makefile into a small Makefile and many
> submakefiles stored in <./libexec/>.  Those obviously need different
> names, and given that the makefile extension is not very standard (I use
> .mk), having a shebang helps knowing what the file is.  After that, I
> also have it on the main Makefile for consistency.   But here we only
> have one Makefile, so it doesn apply very much.

I think I'll remove it. It is kind of idiosyncratic, leaves the
reader asking "why?".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years ago.gitignore: Tweaks to Alex's .gitignore
Michael Kerrisk [Mon, 10 May 2021 16:27:41 +0000 (04:27 +1200)] 
.gitignore: Tweaks to Alex's .gitignore

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years ago.gitignore: Add file
Alejandro Colomar [Sun, 9 May 2021 21:39:29 +0000 (23:39 +0200)] 
.gitignore: Add file

Ignore everything new by default.

This avoids having to update the .gitignore when we need to ignore
something new.  It also avoids accidents that may add an unwanted
temporary file.

Cc: Debian man-pages <manpages@packages.debian.org>
Cc: Dr. Tobias Quathamer <toddy@debian.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofflush.3: SEE ALSO: Add fpurge(3)
Alejandro Colomar [Sun, 9 May 2021 21:38:55 +0000 (23:38 +0200)] 
fflush.3: SEE ALSO: Add fpurge(3)

fpurge(i_stream) does the same as fflush(i_stream), AFAIK.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoopen.2: Fix bug in linkat(2) call example
Alejandro Colomar [Sun, 9 May 2021 21:39:00 +0000 (23:39 +0200)] 
open.2: Fix bug in linkat(2) call example

AT_EMPTY_PATH works with empty strings (""), but not with NULL
(or at least it's not obvious).

The relevant kernel code is the following:

linux$ sed -n 189,198p fs/namei.c
result->refcnt = 1;
/* The empty path is special. */
if (unlikely(!len)) {
if (empty)
*empty = 1;
if (!(flags & LOOKUP_EMPTY)) {
putname(result);
return ERR_PTR(-ENOENT);
}
}

Reported-by: Walter Harms <wharms@bfs.de>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Adam Borowski <kilobyte@angband.pl>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agobasename.3: wfix
Michael Kerrisk [Sun, 9 May 2021 23:57:05 +0000 (11:57 +1200)] 
basename.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agobswap.3: bswap_*() are implemented using functions
Alejandro Colomar [Sun, 9 May 2021 21:39:23 +0000 (23:39 +0200)] 
bswap.3: bswap_*() are implemented using functions

See <bits/byteswap.h> in glibc.
These macros call functions of the form __bswap_N(),
which use uintN_t.

Even though it's true that they are macros,
it's transparent to the user.

The user will see their results casted to unsigned types
after the conversion due to the underlying functions,
so it's better to document these as the underlying functions,
specifying the types.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopthread_attr_setschedparam.3: SYNOPSIS: Use 'restrict' in prototypes
Alejandro Colomar [Sun, 9 May 2021 21:39:12 +0000 (23:39 +0200)] 
pthread_attr_setschedparam.3: SYNOPSIS: Use 'restrict' in prototypes

Both POSIX and glibc use 'restrict' in
pthread_attr_getschedparam(), pthread_attr_setschedparam().
Let's use it here too.

.../glibc$ grep_glibc_prototype pthread_attr_getschedparam
sysdeps/htl/pthread.h:102:
extern int pthread_attr_getschedparam (const pthread_attr_t *__restrict __attr,
       struct sched_param *__restrict __param)
__THROW __nonnull ((1, 2));
sysdeps/nptl/pthread.h:294:
extern int pthread_attr_getschedparam (const pthread_attr_t *__restrict __attr,
       struct sched_param *__restrict __param)
     __THROW __nonnull ((1, 2));
.../glibc$ grep_glibc_prototype pthread_attr_setschedparam
sysdeps/htl/pthread.h:107:
extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr,
       const struct sched_param *__restrict
       __param) __THROW __nonnull ((1, 2));
sysdeps/nptl/pthread.h:299:
extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr,
       const struct sched_param *__restrict
       __param) __THROW __nonnull ((1, 2));
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopthread_attr_setinheritsched.3: SYNOPSIS: Use 'restrict' in prototypes
Alejandro Colomar [Sun, 9 May 2021 21:39:11 +0000 (23:39 +0200)] 
pthread_attr_setinheritsched.3: SYNOPSIS: Use 'restrict' in prototypes

Both POSIX and glibc use 'restrict' in
pthread_attr_getinheritsched().
Let's use it here too.

.../glibc$ grep_glibc_prototype pthread_attr_getinheritsched
sysdeps/htl/pthread.h:90:
extern int pthread_attr_getinheritsched (const pthread_attr_t *__restrict __attr,
 int *__restrict __inheritsched)
__THROW __nonnull ((1, 2));
sysdeps/nptl/pthread.h:313:
extern int pthread_attr_getinheritsched (const pthread_attr_t *__restrict
 __attr, int *__restrict __inherit)
     __THROW __nonnull ((1, 2));
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoepoll_wait.2: Move subsection to NOTES from BUGS
Alejandro Colomar [Sun, 9 May 2021 21:39:22 +0000 (23:39 +0200)] 
epoll_wait.2: Move subsection to NOTES from BUGS

'C library/kernel differences' was added to BUGS incorrectly.
Fix it

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoxdr.3: SYNOPSIS: Fix prototype types
Alejandro Colomar [Sun, 9 May 2021 21:39:19 +0000 (23:39 +0200)] 
xdr.3: SYNOPSIS: Fix prototype types

Use the same types glibc uses, and add a missing 'const'.

.../glibc$ grep_glibc_prototype xdr_union
sunrpc/rpc/xdr.h:315:
extern bool_t xdr_union (XDR *__xdrs, enum_t *__dscmp, char *__unp,
 const struct xdr_discrim *__choices,
 xdrproc_t __dfault) __THROW;
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agorpc.3: SYNOPSIS: Fix prototypes (misc.)
Alejandro Colomar [Sun, 9 May 2021 21:39:15 +0000 (23:39 +0200)] 
rpc.3: SYNOPSIS: Fix prototypes (misc.)

Fix the types for the following functions:

authunix_create(),
callrpc(),
clnt_create(),
clnt_pcreateerror(),
clnt_perror(),
clnt_spcreateerror(),
clnt_sperror(),
pmap_set(),
svc_register(),
svcerr_progvers().

.../glibc$ grep_glibc_prototype authunix_create
sunrpc/rpc/auth.h:158:
extern AUTH *authunix_create (char *__machname, __uid_t __uid, __gid_t __gid,
      int __len, __gid_t *__aup_gids);
.../glibc$ grep_glibc_prototype callrpc
sunrpc/rpc/clnt.h:359:
extern int callrpc (const char *__host, const u_long __prognum,
    const u_long __versnum, const u_long __procnum,
    const xdrproc_t __inproc, const char *__in,
    const xdrproc_t __outproc, char *__out) __THROW;
.../glibc$ grep_glibc_prototype clnt_create
sunrpc/rpc/clnt.h:291:
extern CLIENT *clnt_create (const char *__host, const u_long __prog,
    const u_long __vers, const char *__prot)
     __THROW;
.../glibc$ grep_glibc_prototype clnt_pcreateerror
sunrpc/rpc/clnt.h:368:
extern void clnt_pcreateerror (const char *__msg); /* stderr */
.../glibc$ grep_glibc_prototype clnt_perror
sunrpc/rpc/clnt.h:379:
extern void clnt_perror (CLIENT *__clnt, const char *__msg);
.../glibc$ grep_glibc_prototype clnt_spcreateerror
sunrpc/rpc/clnt.h:369:
extern char *clnt_spcreateerror(const char *__msg) __THROW; /* string */
.../glibc$ grep_glibc_prototype clnt_sperror
sunrpc/rpc/clnt.h:381:
extern char *clnt_sperror (CLIENT *__clnt, const char *__msg) __THROW;
.../glibc$ grep_glibc_prototype pmap_set
sunrpc/rpc/pmap_clnt.h:69:
extern bool_t pmap_set (const u_long __program, const u_long __vers,
int __protocol, u_short __port) __THROW;
.../glibc$ grep_glibc_prototype svc_register
sunrpc/rpc/svc.h:188:
extern bool_t svc_register (SVCXPRT *__xprt, rpcprog_t __prog,
    rpcvers_t __vers, __dispatch_fn_t __dispatch,
    rpcprot_t __protocol) __THROW;
.../glibc$ grep_glibc_prototype svcerr_progvers
sunrpc/rpc/svc.h:253:
extern void svcerr_progvers (SVCXPRT *__xprt, rpcvers_t __low_vers,
 rpcvers_t __high_vers) __THROW;
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agocpow.3: Use 'complex' after the type consistently
Alejandro Colomar [Sun, 9 May 2021 21:39:24 +0000 (23:39 +0200)] 
cpow.3: Use 'complex' after the type consistently

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosystem_data_types.7: tfix
Alejandro Colomar [Sun, 9 May 2021 21:39:30 +0000 (23:39 +0200)] 
system_data_types.7: tfix

Those pages didn't exist.  Fix the section number.
I noticed the typo thanks to the HTML pages on man7.org.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoMakefile: Fix bug when running in parallel
Alejandro Colomar [Sun, 9 May 2021 21:39:28 +0000 (23:39 +0200)] 
Makefile: Fix bug when running in parallel

Prerequisites can run in parallel.  This wouldn't make any sense
when uninstalling and installing again.

For that, use consecutive commands, which run one after the other
even with multiple cores.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoMakefile: Use standard features (IMPORTANT: default prefix changed)
Alejandro Colomar [Sun, 9 May 2021 21:39:27 +0000 (23:39 +0200)] 
Makefile: Use standard features (IMPORTANT: default prefix changed)

IMPORTANT for distributions:
This changes prefix to be '/usr/local' as is expected by default,
instead of the old '/usr' value.

- Use standard variables:
    - prefix should be '/usr/local'
    - mandir (instead of MANDIR)
    - htmldir (instead of HTDIR)
    - ...
    see <https://www.gnu.org/software/make/manual/html_node/Directory-Variables.html>

- Use standard targets:
    - html (build html files; don't install them)
    - install-html (instead of html)
    - installdirs (instead of 'mkdir -p'/'install -d' inside other targets)
    - ...
    see <https://www.gnu.org/software/make/manual/html_node/Standard-Targets.html#Standard-Targets>

- Use .PHONY

- ?= is not needed.  User input overrides any assignment.  Use =

- Use standard command variables, instead of directly calling commands.
    - $(INSTALL_DATA) (instead of install -m 644)
    - $(INSTALL_DIR) (instead of install -d -m 755 or mkdir -p)
    see <https://www.gnu.org/software/make/manual/html_node/Command-Variables.html#Command-Variables>

- Specify SHELL = /bin/bash

- Specify shebang

- Allow variable html extension (or no extension at all)

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoMakefile: html: Simplify target
Alejandro Colomar [Sun, 9 May 2021 21:39:01 +0000 (23:39 +0200)] 
Makefile: html: Simplify target

mkdir -p doesn't fail if the directory already exists.
Remove redundant checks.

Use .html as default HTDIR.
Remove checks for undefined HTDIR.

Show what the target does, as with other targets (remove '@').

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoscripts/bash_aliases: srcfix
Alejandro Colomar [Sun, 9 May 2021 21:39:26 +0000 (23:39 +0200)] 
scripts/bash_aliases: srcfix

I clarified the code about two things:

- Checking how many arguments are being passed.
    Here, some functions didn't reject extra arguments when they
    weren't being used.  Fix that.
    I also changed the code to use $#, which is more explicit.
    And use arithmetic expressions, which better indicate that
    we're dealing with numbers.

- Remove unneeded options from sort.
Reported-by: Stefan Puiu <stefan.puiu@gmail.com>
    After Stefan asked about why am I using 'sort -V',
    I noticed that I really don't need '-V', and it may confuse
    people trying to understand the script, so even though I
    slightly prefer the output of 'sort -V', in this case, it's
    better to use the simpler 'sort' (yet I need 'sort', to
    maintain consistency in the results (find is quite random)).

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoscripts/bash_aliases: Fix error messages
Alejandro Colomar [Sun, 9 May 2021 21:39:21 +0000 (23:39 +0200)] 
scripts/bash_aliases: Fix error messages

Fix the error messages to clearly show that both dirs and manual
pages are accepted, and that more than one argument is accepted.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoscripts/bash_aliases: man_section(): Accept multiple sections
Alejandro Colomar [Sun, 9 May 2021 21:39:20 +0000 (23:39 +0200)] 
scripts/bash_aliases: man_section(): Accept multiple sections

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoscripts/bash_aliases: Add man_lsvar(), similar to man_lsfunc() but lists variables
Alejandro Colomar [Sun, 9 May 2021 21:39:10 +0000 (23:39 +0200)] 
scripts/bash_aliases: Add man_lsvar(), similar to man_lsfunc() but lists variables

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoscripts/bash_aliases: Make man_lsfunc() more robust; Add sed_rm_ccomments().
Alejandro Colomar [Sun, 9 May 2021 21:39:09 +0000 (23:39 +0200)] 
scripts/bash_aliases: Make man_lsfunc() more robust; Add sed_rm_ccomments().

This patch makes man_lsfunc() search for the function prototypes,
instead of relying on the current manual page formatting,
which might change in the future, and break this function.

It also simplifies the code, by reusing man_section().

Create a new function sed_rm_ccomments(), which is needed by
man_lsfunc(), and may also be useful in other cases.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoscripts/bash_aliases: man_gitstaged(): Script around a porcelain git command
Alejandro Colomar [Sun, 9 May 2021 21:38:57 +0000 (23:38 +0200)] 
scripts/bash_aliases: man_gitstaged(): Script around a porcelain git command

The output of 'git status' is not stable.

The more stable 'git status --porcelain' is more complex,
and scripting around it would be more complex.

However, 'git diff --staged --name-only' produces
the output that we were lookiong for.

Reported-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoscripts/bash_aliases, scripts/modified_pages.sh: Move scripts/modified_pages.sh to...
Alejandro Colomar [Sun, 9 May 2021 21:38:56 +0000 (23:38 +0200)] 
scripts/bash_aliases, scripts/modified_pages.sh: Move scripts/modified_pages.sh to a function man_gitstaged()

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agodladdr.3: SYNOPSIS: Add missing 'const'
Alejandro Colomar [Sun, 9 May 2021 21:38:59 +0000 (23:38 +0200)] 
dladdr.3: SYNOPSIS: Add missing 'const'

Glibc uses 'const' for the 1st parameter of these functions.
Fix the prototypes.

......

.../glibc$ grep_glibc_prototype dladdr
dlfcn/dlfcn.h:98:
extern int dladdr (const void *__address, Dl_info *__info)
     __THROW __nonnull ((2));
.../glibc$ grep_glibc_prototype dladdr1
dlfcn/dlfcn.h:102:
extern int dladdr1 (const void *__address, Dl_info *__info,
    void **__extra_info, int __flags) __THROW __nonnull ((2));
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosched_get_priority_max.2, open_memstream.3: tfix
Alejandro Colomar [Sun, 9 May 2021 21:39:07 +0000 (23:39 +0200)] 
sched_get_priority_max.2, open_memstream.3: tfix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopthread_getattr_default_np.3: SYNOPSIS: Add missing 'const'
Alejandro Colomar [Sun, 9 May 2021 21:39:16 +0000 (23:39 +0200)] 
pthread_getattr_default_np.3: SYNOPSIS: Add missing 'const'

glibc uses 'const' in pthread_setattr_default_np().
Let's use it here too.

.../glibc$ grep_glibc_prototype pthread_setattr_default_np
sysdeps/nptl/pthread.h:406:
extern int pthread_setattr_default_np (const pthread_attr_t *__attr)
     __THROW __nonnull ((1));
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopthread_mutexattr_setrobust.3: SYNOPSIS: Remove incorrect 'const'
Alejandro Colomar [Sun, 9 May 2021 21:39:17 +0000 (23:39 +0200)] 
pthread_mutexattr_setrobust.3: SYNOPSIS: Remove incorrect 'const'

Neither POSIX or glibc use 'const' in
pthread_mutexattr_setrobust().
Remove it.

.../glibc$ grep_glibc_prototype pthread_mutexattr_setrobust
sysdeps/htl/pthread.h:355:
extern int pthread_mutexattr_setrobust (pthread_mutexattr_t *__attr,
int __robustness)
     __THROW __nonnull ((1));
sysdeps/nptl/pthread.h:888:
extern int pthread_mutexattr_setrobust (pthread_mutexattr_t *__attr,
int __robustness)
     __THROW __nonnull ((1));
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoclone.2: tfix
Alejandro Colomar [Sun, 9 May 2021 21:39:25 +0000 (23:39 +0200)] 
clone.2: tfix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agotzset.3: ffix
Alejandro Colomar [Sun, 9 May 2021 21:39:18 +0000 (23:39 +0200)] 
tzset.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agostrsignal.3: SYNOPSIS: Add missing 'const'
Alejandro Colomar [Sun, 9 May 2021 21:39:14 +0000 (23:39 +0200)] 
strsignal.3: SYNOPSIS: Add missing 'const'

glibc uses 'const' in sigdescr_np(), sigabbrev_np().
Let's use it here too.

.../glibc$ grep_glibc_prototype sigdescr_np
string/string.h:469:
extern const char *sigdescr_np (int __sig) __THROW;
.../glibc$ grep_glibc_prototype sigabbrev_np
string/string.h:466:
extern const char *sigabbrev_np (int __sig) __THROW;
.../glibc$

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agostrsignal.3: ffix
Alejandro Colomar [Sun, 9 May 2021 21:39:13 +0000 (23:39 +0200)] 
strsignal.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years ago__ppc_get_timebase.3: ffix
Alejandro Colomar [Sun, 9 May 2021 21:39:08 +0000 (23:39 +0200)] 
__ppc_get_timebase.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoperror.3: ffix
Alejandro Colomar [Sun, 9 May 2021 21:39:05 +0000 (23:39 +0200)] 
perror.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoon_exit.3: ffix
Alejandro Colomar [Sun, 9 May 2021 21:39:04 +0000 (23:39 +0200)] 
on_exit.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agogetutmp.3: ffix
Alejandro Colomar [Sun, 9 May 2021 21:39:03 +0000 (23:39 +0200)] 
getutmp.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomalloc_usable_size.3: ffix
Alejandro Colomar [Sun, 9 May 2021 21:39:02 +0000 (23:39 +0200)] 
malloc_usable_size.3: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosignalfd.2: tfix
Akihiro Motoki [Sun, 9 May 2021 20:19:50 +0000 (22:19 +0200)] 
signalfd.2: tfix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agofanotify.7: ffix
Akihiro Motoki [Sun, 9 May 2021 20:19:49 +0000 (22:19 +0200)] 
fanotify.7: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosemctl.2: ffix
Akihiro Motoki [Sun, 9 May 2021 20:19:48 +0000 (22:19 +0200)] 
semctl.2: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomove_pages.2: ffix
Akihiro Motoki [Sun, 9 May 2021 20:19:47 +0000 (22:19 +0200)] 
move_pages.2: ffix

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexecve.2: tfix
Štěpán Němec [Sun, 9 May 2021 20:19:46 +0000 (22:19 +0200)] 
execve.2: tfix

Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoshmop.2: tfix
Vishwajith K [Sun, 9 May 2021 20:19:45 +0000 (22:19 +0200)] 
shmop.2: tfix

Signed-off-by: Vishwajith K <vishuvikas1996@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agogetopt.3: Minor tweaks to James' patch
Alejandro Colomar [Sun, 9 May 2021 20:19:44 +0000 (22:19 +0200)] 
getopt.3: Minor tweaks to James' patch

The rest of the page writes the characters without naming them.
Follow that convention.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agogetopt.3: Clarify behaviour
James O. D. Hunt [Sun, 9 May 2021 20:19:43 +0000 (22:19 +0200)] 
getopt.3: Clarify behaviour

Improved the `getopt(3)` man page in the following ways:

1) Defined the existing term "legitimate option character".
2) Added an additional NOTE stressing that arguments are parsed in strict
   order and the implications of this when numeric options are utilised.

Signed-off-by: James O. D. Hunt <jamesodhunt@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosigwaitinfo.2: tfix
Alejandro Colomar [Sun, 9 May 2021 20:19:42 +0000 (22:19 +0200)] 
sigwaitinfo.2: tfix

Fix wording issue introduced in commit
bf1298c9e5053f55dea43e74255dae5ec57f251e.

Reported-by: Chris Keilbart <keilbartchris@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexit_group.2, getunwind.2: tfix
Jakub Wilk [Sun, 9 May 2021 20:19:41 +0000 (22:19 +0200)] 
exit_group.2, getunwind.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoChanges.old: tfix
Jakub Wilk [Sun, 9 May 2021 20:19:40 +0000 (22:19 +0200)] 
Changes.old: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoptrace.2: mention PTRACE_GET_SYSCALL_INFO in RETURN VALUE section
Dmitry V. Levin [Sun, 9 May 2021 20:19:39 +0000 (22:19 +0200)] 
ptrace.2: mention PTRACE_GET_SYSCALL_INFO in RETURN VALUE section

Mirror the wording about PTRACE_GET_SYSCALL_INFO return value semantics
from "DESCRIPTION" section to "RETURN VALUE" section.

Reported-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Complements: fc91449cb "ptrace.2: Document PTRACE_GET_SYSCALL_INFO"
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomove_pages.2: ffix
Dmitry V. Levin [Sun, 9 May 2021 20:19:38 +0000 (22:19 +0200)] 
move_pages.2: ffix

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoclone.2: tfix
Johannes Berg [Sun, 9 May 2021 20:19:37 +0000 (22:19 +0200)] 
clone.2: tfix

Despite my mention of this spawning a hilarious discussion
on IRC, this alignment restriction should be 128-bit, not
126-bit.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosetbuf.3: tfix
Alejandro Colomar [Sun, 9 May 2021 20:19:36 +0000 (22:19 +0200)] 
setbuf.3: tfix

Reported-by: Zhiheng Li <phoenix_lzh@sina.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosigaltstack.2: tfix
Borislav Petkov [Sun, 9 May 2021 20:19:35 +0000 (22:19 +0200)] 
sigaltstack.2: tfix

Add a missing "to" in an "in order to" formulation.

Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoflock.2: add CIFS details
Aurelien Aptel [Sun, 9 May 2021 20:19:34 +0000 (22:19 +0200)] 
flock.2: add CIFS details

CIFS flock() locks behave differently than the standard. Give overview
of those differences.

Here is the rendered text:

CIFS details
  In Linux kernels up to 5.4, flock() is not propagated over SMB.  A file
  with such locks will not appear locked for remote clients.

  Since Linux 5.5, flock() locks are emulated with SMB  byte-range  locks
  on  the  entire  file.   Similarly to NFS, this means that fcntl(2) and
  flock() locks interact with one another.  Another important side-effect
  is  that  the  locks  are not advisory anymore: any IO on a locked file
  will always fail with EACCES when done from a separate file descriptor.
  This  difference  originates from the design of locks in the SMB proto-
  col, which provides mandatory locking semantics.

  Remote and mandatory locking semantics  may  vary  with  SMB  protocol,
  mount options and server type.  See mount.cifs(8) for additional infor-
  mation.

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Discussion: linux-man <https://lore.kernel.org/linux-man/20210302154831.17000-1-aaptel@suse.com/>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoVarious pages: Remove unused <sys/ipc.h> (and <sys/types.h>)
Alejandro Colomar [Wed, 21 Apr 2021 22:44:18 +0000 (00:44 +0200)] 
Various pages: Remove unused <sys/ipc.h> (and <sys/types.h>)

In b0b19983d9a2001ce94b908a99f4c05a50fd47ee we removed
<sys/types.h>.  For the same reasons there, remove now <sys/ipc.h>
from many pages.

If someone wonders why <sys/ipc.h> was needed, the reason was to
get all the definitions of IPC_* constants.  However, that header
is now included by <sys/msg.h>, so it's not needed anymore to
explicitly include it.  Quoting POSIX: "In addition, the
<sys/msg.h> header shall include the <sys/ipc.h> header."

There were some remaining cases where I forgot to remove
<sys/types.h>; remove them now too.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoopen_by_handle_at.2: Remove unused <sys/stat.h>
Alejandro Colomar [Fri, 23 Apr 2021 09:52:19 +0000 (11:52 +0200)] 
open_by_handle_at.2: Remove unused <sys/stat.h>

AFAICS, all types and constants used by these functions are
defined in <fcntl.h>.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosyscalls.2: perfmonctl(2) was removed in Linux 5.10
Michael Kerrisk [Sun, 9 May 2021 17:20:32 +0000 (05:20 +1200)] 
syscalls.2: perfmonctl(2) was removed in Linux 5.10

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoperfmonctl.2: This system call was removed in Linux 5.10
Michael Kerrisk [Sun, 9 May 2021 17:18:40 +0000 (05:18 +1200)] 
perfmonctl.2: This system call was removed in Linux 5.10

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoshm_overview.7: ffix
Akihiro Motoki [Thu, 6 May 2021 11:49:38 +0000 (20:49 +0900)] 
shm_overview.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopthread_yield.3: Note that this function is deprecated since glibc 2.34
Michael Kerrisk [Sun, 9 May 2021 16:19:32 +0000 (04:19 +1200)] 
pthread_yield.3: Note that this function is deprecated since glibc 2.34

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopthread_mutexattr_setrobust.3: Note that the *_np() APIs are deprecated since glibc...
Michael Kerrisk [Sun, 9 May 2021 16:15:13 +0000 (04:15 +1200)] 
pthread_mutexattr_setrobust.3: Note that the *_np() APIs are deprecated since glibc 2.34

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopthread_mutex_consistent.3: Note that pthread_mutexattr_setrobust() is now deprecated
Michael Kerrisk [Sun, 9 May 2021 16:13:07 +0000 (04:13 +1200)] 
pthread_mutex_consistent.3: Note that pthread_mutexattr_setrobust() is now deprecated

Deprecated since glibc 2.34.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoexecveat.2: Library support has been added in glibc 2.34
Michael Kerrisk [Sun, 9 May 2021 16:12:38 +0000 (04:12 +1200)] 
execveat.2: Library support has been added in glibc 2.34

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopthread_mutex_consistent.3: tfix
Michael Kerrisk [Sun, 9 May 2021 16:06:15 +0000 (04:06 +1200)] 
pthread_mutex_consistent.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agosyscalls.2: SEE ALSO: add ausyscall(1)
Michael Kerrisk [Thu, 29 Apr 2021 19:14:59 +0000 (21:14 +0200)] 
syscalls.2: SEE ALSO: add ausyscall(1)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoget_mempolicy.2, mq_getsetattr.2, poll.2: ffix
Michael Kerrisk [Tue, 6 Apr 2021 11:38:40 +0000 (13:38 +0200)] 
get_mempolicy.2, mq_getsetattr.2, poll.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agopipe.2: Rearrange SYNOPSIS so that minority version pipe() is at end
Michael Kerrisk [Tue, 6 Apr 2021 11:36:25 +0000 (13:36 +0200)] 
pipe.2: Rearrange SYNOPSIS so that minority version pipe() is at end

A few architectures have a different call signature for pipe().
Since those architectures are the minority, place the prototype
at the end of the SYNOPSIS, rather than the start.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomount.2: ffix
Michael Kerrisk [Tue, 6 Apr 2021 11:29:18 +0000 (13:29 +0200)] 
mount.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agouserfaultfd.2: tfix
Michael Kerrisk [Tue, 6 Apr 2021 11:26:29 +0000 (13:26 +0200)] 
userfaultfd.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl_userfaultfd.2: tfix
Michael Kerrisk [Tue, 6 Apr 2021 11:26:01 +0000 (13:26 +0200)] 
ioctl_userfaultfd.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agomount_namespaces.7, namespaces.7: Relocate reference to pam_namespace(8)
Michael Kerrisk [Tue, 6 Apr 2021 10:24:33 +0000 (12:24 +0200)] 
mount_namespaces.7, namespaces.7: Relocate reference to pam_namespace(8)

SEE ALSO: move pam_namespace(8) from namespaces(7) to
mount_namespaces(7) (since pam_namespace(8) makes use of
mount namespaces specifically).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agovsock.7: ffix
Michael Kerrisk [Tue, 6 Apr 2021 08:35:45 +0000 (10:35 +0200)] 
vsock.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agovsock.7: ioctls are on /dev/vsock, not sockets
Alyssa Ross [Wed, 24 Mar 2021 14:05:03 +0000 (14:05 +0000)] 
vsock.7: ioctls are on /dev/vsock, not sockets

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl_userfaultfd.2, userfaultfd.2: Minor tweaks to Peter Xu's patches
Michael Kerrisk [Tue, 6 Apr 2021 08:04:46 +0000 (10:04 +0200)] 
ioctl_userfaultfd.2, userfaultfd.2: Minor tweaks to Peter Xu's patches

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl_userfaultfd.2: Add write-protect mode docs
Peter Xu [Mon, 5 Apr 2021 13:13:08 +0000 (15:13 +0200)] 
ioctl_userfaultfd.2: Add write-protect mode docs

Userfaultfd write-protect mode is supported starting from Linux 5.7.

Acked-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
[alx: ffix + srcfix]
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
4 years agoioctl_userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs
Peter Xu [Mon, 5 Apr 2021 13:13:07 +0000 (15:13 +0200)] 
ioctl_userfaultfd.2: Add UFFD_FEATURE_THREAD_ID docs

UFFD_FEATURE_THREAD_ID is supported in Linux 4.14.

Acked-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>