===============
* buildsys: Fix DEJAGNU work-around Debian #1015089
* killall: Use kill if pidfd_send_signal fails Debian #1015228
+ * fuser: Do not mention nonexistent - reset option #42
Changes in 23.5
===============
.\"
.\" Copyright 1993-2005 Werner Almesberger
-.\" 2005-2020 Craig Small
+.\" 2005-2022 Craig Small
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
-.TH FUSER 1 "2020-09-09" "psmisc" "User Commands"
+.TH FUSER 1 "2022-09-21" "psmisc" "User Commands"
.SH NAME
fuser \- identify processes using files or sockets
.SH SYNOPSIS
Search only for IPv6 sockets. This option must not be used with the
.B \-4
option and only has an effect with the tcp and udp namespaces.
-.IP \fB\-\fR
-Reset all options and set the signal back to SIGKILL.
.SH FILES
.TP
/proc
fprintf(stderr, _(" -4,--ipv4 search IPv4 sockets only\n"
" -6,--ipv6 search IPv6 sockets only\n"));
#endif
- fprintf(stderr, _(" - reset options\n\n"
- " udp/tcp names: [local_port][,[rmt_host][,[rmt_port]]]\n\n"));
+ fprintf(stderr, _(" udp/tcp names: [local_port][,[rmt_host][,[rmt_port]]]\n\n"));
exit(1);
}