]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: replace control chars in mountpoint name
authorKarel Zak <kzak@redhat.com>
Mon, 6 Aug 2012 10:45:08 +0000 (12:45 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 6 Aug 2012 10:49:41 +0000 (12:49 +0200)
commit5f7c18902fe2cd1e8b7d8d205680546d056000f7
tree1424d122a05ab42d6642cd56936a17cb615d520a
parent91f98496f3901ea68853745edac67e3288a3886d
mount: replace control chars in mountpoint name

For compatibility with coreutils and to avoid complex solutions in
mount output mount replaces control characters with '?'.

Note that the listing mode in mount(8) is in maintenance mode --
findmnt(8) provides more robust and better solutions.

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.8
sys-utils/mount.c