From f918391ded03d22879e8fcd17e6b286e48a04578 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 14 Apr 2010 16:14:16 +0200 Subject: [PATCH] Between parens is the unit name Strip trailing blank. Manual fix after metaunit fix 3e6d782f8c2ac2b94d9f217b0a91989b144feca4 --- Porting/Glossary | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 1.8.3.1