]> git.ipfire.org Git - thirdparty/util-linux.git/commit
unshare: Fix error message when setting proc mount propagation
authorJohan Herland <johan@herland.net>
Thu, 6 May 2021 22:53:29 +0000 (00:53 +0200)
committerGitHub <noreply@github.com>
Thu, 6 May 2021 22:53:29 +0000 (00:53 +0200)
commit9b657529cc886976adef2ec8b2fe5a224e929ffd
tree50ccb09ae856e163dfb2b81ff2cd97a0598e045b
parent185bc3a832c4cf7b337bcaf38c7b30791ec089e3
unshare: Fix error message when setting proc mount propagation

The mount() command associated with this error message is not about
unmounting the proc fs, but rather about changing the propagation
of mount events for the proc fs. Rewrite the error message to
reflect this.
sys-utils/unshare.c