* src/df.c (filter_mount_list): Adjust comment.
* src/sync.c (sync_arg): Don't use == on bools.
* src/pr.c (init_parameters): Likewise.
In the case of duplicates - based on the device number - the mount entry
with a '/' in its me_devname (i.e., not pseudo name like tmpfs) wins.
If both have a real devname (e.g. bind mounts), then that with the shorter
- me_mountdir wins. With DEVICES_ONLY == true (set with df -a), only update
+ me_mountdir wins. If DEVICES_ONLY is true (set with df -a), only update
the global devlist_table, rather than filtering the global mount_list. */
static void
extremities = false;
keep_FF = true;
}
- if (extremities == false)
+ if (! extremities)
lines_per_body = lines_per_page;
if (double_space)
ret = false;
}
- if (ret == true)
+ if (ret)
{
int sync_status = -1;