From: H.Merijn Brand Date: Wed, 14 Apr 2010 14:14:16 +0000 (+0200) Subject: Between parens is the unit name X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f918391ded03d22879e8fcd17e6b286e48a04578;p=p5sagit%2Fp5-mst-13.2.git Between parens is the unit name Strip trailing blank. Manual fix after metaunit fix 3e6d782f8c2ac2b94d9f217b0a91989b144feca4 --- diff --git a/Porting/Glossary b/Porting/Glossary index 57626e5..e0df178 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1621,8 +1621,8 @@ d_prctl (d_prctl.U): This variable conditionally defines the HAS_PRCTL symbol, which indicates to the C program that the prctl() routine is available. -d_prctl_set_name (d_prctl_set_name.U): - This variable conditionally defines the HAS_PRCTL_SET_NAME symbol, +d_prctl_set_name (d_prctl.U): + This variable conditionally defines the HAS_PRCTL_SET_NAME symbol, which indicates to the C program that the prctl() routine supports the PR_SET_NAME option.