From 4e529b6d7830ceb179b6245e4bc6f4ad1de691f1 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 15 Jan 2012 20:14:52 +0000 Subject: [PATCH] Make man page wording more clear: PR: docs/164078 Submitted by: Taras Approved by: bcr MFC after: 3 days --- lib/libc/sys/setuid.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 4bb4a68ff8a5..4c7d5ad0c67a 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -170,7 +170,7 @@ potentially sensitive data. .Pp To prevent these files from remaining open after an .Xr exec 3 -call, be sure to set the close-on-exec flag is set: +call, be sure to set the close-on-exec flag: .Bd -literal void pseudocode(void)