From 99b3fb9ebabf92f7ede57a6a056053e7a07dfb84 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 14 Mar 2016 10:10:12 +0100 Subject: [PATCH] unshare: replace a special character in the man page with a space Reported-by: Andreas Henriksson Signed-off-by: Benno Schulenberg --- sys-utils/unshare.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1 index 264f139698..9507c4e4d8 100644 --- a/sys-utils/unshare.1 +++ b/sys-utils/unshare.1 @@ -164,7 +164,7 @@ by nsenter. The namespace is destroyed by umount the bind reference. .TQ .B # touch /root/namespaces/mnt .TQ -.B # unshare --mount=/root/namespaces/mnt +.B # unshare --mount=/root/namespaces/mnt .br Establish a persistent mount namespace referenced by the bind mount /root/namespaces/mnt. This example provides portable solution, because it makes -- 2.47.2