diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-17 22:39:23 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-03-17 22:39:23 +0100 |
commit | f4ebd8729a7bd62cda48798cd19f47d2805c5f1d (patch) | |
tree | b1a822a5d7adbff617e419f84bf0193eb616bf87 /glibc/fork.mdwn | |
parent | 5f2e6be200ae3ddf559697e028aca90c26f58360 (diff) | |
download | web-f4ebd8729a7bd62cda48798cd19f47d2805c5f1d.tar.gz web-f4ebd8729a7bd62cda48798cd19f47d2805c5f1d.tar.bz2 web-f4ebd8729a7bd62cda48798cd19f47d2805c5f1d.zip |
Don't specify multiple tags in taglink directives
Not sure if that is supposed to work; currently it doesn't render
correctly/deterministically.
Diffstat (limited to 'glibc/fork.mdwn')
-rw-r--r-- | glibc/fork.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/glibc/fork.mdwn b/glibc/fork.mdwn index 12ca2d19..8c9c8076 100644 --- a/glibc/fork.mdwn +++ b/glibc/fork.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011, 2016 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -44,7 +45,7 @@ they have patches for software packages, to avoid using `fork` followed by * Include de-duplicate information from elsewhere: [[hurd-paper]], [[hurd-talk]], [[hurd/ng/trivialconfinementvsconstructorvsfork]], [[open_issues/resource_management_problems/zalloc_panics]] ([[!taglink - open_issue_glibc open_issue_documentation]]). + open_issue_glibc]], [[!taglink open_issue_documentation]]). * We no longer support `MACH_IPC_COMPAT`, thus we can get rid of the `err = __mach_port_allocate_name ([...]); if (err == KERN_NAME_EXISTS)` code |