diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-04-14 16:14:16 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-04-14 16:14:16 +0200 |
commit | f918391ded03d22879e8fcd17e6b286e48a04578 (patch) | |
tree | 706f7b37b3e598beaddb942aea24149321830c95 /Porting/Glossary | |
parent | fb80572645f15fc084d44d5bdb9ff69a942e037d (diff) | |
download | perl-f918391ded03d22879e8fcd17e6b286e48a04578.tar.gz |
Between parens is the unit name
Strip trailing blank. Manual fix after metaunit fix
3e6d782f8c2ac2b94d9f217b0a91989b144feca4
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 57626e55c2..e0df178db8 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. |