util-linux/misc-utils
Karel Zak 161d3fd6c6 findmnt: (verify) add hint about systemctl daemon-reload
Let's inform that systemd uses stuff older than fstab.

Signed-off-by: Karel Zak <kzak@redhat.com>
2021-12-13 13:34:42 +01:00
..
.gitignore getopt: use examples installation directory in man page 2020-02-15 15:24:01 +00:00
blkid.8.adoc Merge branch 'uniformize-title-markups' of https://github.com/rffontenelle/util-linux 2021-10-25 10:23:16 +02:00
blkid.c blkid: check device type and name before probe 2021-11-25 11:54:26 +01:00
cal.1.adoc docs: Uniformize references to section titles 2021-09-02 10:59:11 -03:00
cal.c fix compiler warnings 2021-01-21 10:26:25 +01:00
fincore.1.adoc build-sys: make man pages location independent 2021-03-31 11:50:47 +02:00
fincore.c cleanup: Remove some spurious spaces 2019-10-01 13:01:43 +02:00
findfs.8.adoc build-sys: make man pages location independent 2021-03-31 11:50:47 +02:00
findfs.c misc: consolidate version printing and close_stdout() 2019-04-16 15:14:13 +02:00
findmnt-verify.c findmnt: (verify) add hint about systemctl daemon-reload 2021-12-13 13:34:42 +01:00
findmnt.8.adoc findmnt: add SOURCES column to print all devices with the same tag 2021-12-09 13:20:50 +01:00
findmnt.c findmnt: add SOURCES column to print all devices with the same tag 2021-12-09 13:20:50 +01:00
findmnt.h findmnt: add support to print deleted targets 2021-11-24 12:22:27 +01:00
getopt-example.bash docs: rename to getopt-example 2020-11-03 15:23:03 +01:00
getopt-example.tcsh docs: rename to getopt-example 2020-11-03 15:23:03 +01:00
getopt.1.adoc docs: Uniformize references to section titles 2021-09-02 10:59:11 -03:00
getopt.c lib/strutils: rename strappend() to strconcat() 2021-08-05 11:30:37 +02:00
hardlink.1.adoc hardlink: add reflinks support (add --reflinks and --skip-reflinks) 2021-12-02 14:15:49 +01:00
hardlink.c hardlink: make reflink detection more robust [coverity scan] 2021-12-06 10:39:00 +01:00
kill.1.adoc Man pages: Fix end extend formatting 2021-09-21 20:48:11 +02:00
kill.c kill: use lib/procfs.c 2021-10-06 11:01:54 +02:00
logger.1.adoc fix whitespace issue in ducumentation 2021-05-10 15:53:50 +02:00
logger.c logger: fix --size use for stdin 2021-10-21 18:47:40 +02:00
look.1.adoc docs: Uniformize references to section titles 2021-09-02 10:59:11 -03:00
look.c misc: consolidate version printing and close_stdout() 2019-04-16 15:14:13 +02:00
lsblk-devtree.c lsblk: print all device mountpoints 2021-01-08 13:20:50 +01:00
lsblk-mnt.c Fix misspellings 2021-04-22 20:31:05 -03:00
lsblk-properties.c lib/path: use flags for fstatat() 2021-10-06 11:01:54 +02:00
lsblk.8.adoc lsblk: (adoc) improve --all description 2021-11-16 12:58:58 +01:00
lsblk.c lsblk: add zoned columns to "lsblk -z" 2021-08-31 10:24:28 +02:00
lsblk.h lsblk: print all device mountpoints 2021-01-08 13:20:50 +01:00
lsfd-bdev.c lsfd: declare local variables at the beginning of block 2021-12-10 00:53:11 +09:00
lsfd-cdev.c lsfd: move the code for reading /proc/devices to lsfd.c 2021-12-09 00:35:07 +09:00
lsfd-counter.c lsfd: implement --summary and --counter options 2021-11-19 00:04:00 +09:00
lsfd-counter.h lsfd: implement --summary and --counter options 2021-11-19 00:04:00 +09:00
lsfd-fifo.c lsfd: rename DEVNAME column to SOURCE 2021-10-06 11:01:54 +02:00
lsfd-file.c lsfd: check ul_strtou*() return code [coverity scan] 2021-11-29 14:00:42 +01:00
lsfd-filter.c lsfd: fix copy & past error [coverity scan] 2021-11-29 13:46:17 +01:00
lsfd-filter.h lsfd: (filter) give a name to a constant 2021-10-08 15:53:57 +09:00
lsfd-sock.c lsfd: don't use 'long int' for file data 2021-10-06 11:01:54 +02:00
lsfd-unkn.c lsfd: rename DEVNAME column to SOURCE 2021-10-06 11:01:54 +02:00
lsfd.1.adoc lsfd: use the list of block devices in /proc/devices for decoding SOURCE column 2021-12-09 00:39:38 +09:00
lsfd.c lsfd: use the list of block devices in /proc/devices for decoding SOURCE column 2021-12-09 00:39:38 +09:00
lsfd.h lsfd: fix a typo in comment 2021-12-10 00:53:11 +09:00
lslocks.8.adoc build-sys: make man pages location independent 2021-03-31 11:50:47 +02:00
lslocks.c lslocks: add INODE and MAJ:MIN columns 2021-12-08 17:00:29 +01:00
Makemodule.am Merge branch 'topic/lsfd' 2021-11-26 12:12:54 +01:00
mcookie.1.adoc build-sys: make man pages location independent 2021-03-31 11:50:47 +02:00
mcookie.c mcookie: fix infinite-loop when use -f 2021-10-18 13:08:37 +02:00
meson.build Merge branch 'topic/lsfd' 2021-11-26 12:12:54 +01:00
namei.1.adoc build-sys: make man pages location independent 2021-03-31 11:50:47 +02:00
namei.c namei: simplify code 2021-06-17 13:23:53 +02:00
rename.1.adoc rename: add --all and --last parameters 2021-07-15 00:15:55 -04:00
rename.c rename: size_t, mutually exclusive parameters 2021-07-15 09:58:45 -04:00
test_uuidd.c libuuid: (test) cleanup unused memory [coverity scan] 2020-07-14 11:56:15 +02:00
uuidd.8.adoc Man pages: Fix end extend formatting 2021-09-21 20:48:11 +02:00
uuidd.c uuidd: use snprintf() rather than sprintf() 2021-07-27 13:30:42 +02:00
uuidd.rc.in build: use --runstatedir instead of --localstatedir 2017-07-31 15:24:46 +02:00
uuidd.service.in uuidd: Add hardening settings to uuidd.service 2018-11-29 10:37:08 +01:00
uuidd.socket.in build: use --runstatedir instead of --localstatedir 2017-07-31 15:24:46 +02:00
uuidgen.1.adoc uuidgen.1.adoc: mention uuidparse in SEE ALSO 2021-12-07 07:56:22 +01:00
uuidgen.c uuidgen: give hint in usage() what uuid namepaces can be used 2020-12-28 09:53:12 +00:00
uuidparse.1.adoc build-sys: make man pages location independent 2021-03-31 11:50:47 +02:00
uuidparse.c uuidparse: use uuid type definitions from libuuid header 2020-12-28 09:53:12 +00:00
whereis.1.adoc Man pages: Fix end extend formatting 2021-09-21 20:48:11 +02:00
whereis.c whereis: filter bin, man and src differently 2020-11-04 11:43:09 +00:00
wipefs.8.adoc Escape ((…)) in AsciiDoc to fix broken example 2021-11-26 15:34:02 -08:00
wipefs.c wipefs: check errno after strto..() 2021-06-21 15:34:06 +02:00