From e41e0f9597b21e12d300371875e33b98dbb6f56d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 10 Jun 2013 17:51:31 -0400 Subject: [PATCH] Fix broken list syntax. Bodiless .TP entries and unterminated .TP lists interfere with page parsing. --- 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 5503fafa06..bd0f13eb56 100644 --- a/sys-utils/unshare.1 +++ b/sys-utils/unshare.1 @@ -39,7 +39,7 @@ Children will have a distinct set of PID to process mappings from their parent. .BR "user namespace" The process will have a distinct set of UIDs, GIDs and capabilities. (\fBCLONE_NEWUSER\fP flag) -.TP +.PP See \fBclone\fR(2) for the exact semantics of the flags. .SH OPTIONS .TP -- 2.47.3