This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Between parens is the unit name
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 14 Apr 2010 14:14:16 +0000 (16:14 +0200)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Wed, 14 Apr 2010 14:14:16 +0000 (16:14 +0200)
Strip trailing blank. Manual fix after metaunit fix
3e6d782f8c2ac2b94d9f217b0a91989b144feca4

Porting/Glossary

index 57626e5..e0df178 100644 (file)
@@ -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.