2 changes: 1 addition & 1 deletion src/core/stdc/complex.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/complex.h.html, complex.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_complex.h.html, _complex.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/ctype.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/ctype.h.html, ctype.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_ctype.h.html, _ctype.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/errno.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/errno.h.html, errno.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_errno.h.html, _errno.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/fenv.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/fenv.h.html, fenv.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_fenv.h.html, _fenv.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/float_.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/float.h.html, float.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_float.h.html, _float.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/inttypes.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/inttypes.h.html, inttypes.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_inttypes.h.html, _inttypes.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/limits.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/limits.h.html, limits.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_limits.h.html, _limits.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/locale.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/locale.h.html, locale.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_locale.h.html, _locale.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/math.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/math.h.html, math.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_math.h.html, _math.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2012.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/signal.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html, signal.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_signal.h.html, _signal.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/stdarg.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/stdarg.h.html, stdarg.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stdarg.h.html, _stdarg.h)
*
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/stddef.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/stddef.h.html, stddef.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stddef.h.html, _stddef.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/stdint.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html, stdint.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stdint.h.html, _stdint.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/stdio.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/stdio.h.html, stdio.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stdio.h.html, _stdio.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/stdlib.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/stdlib.h.html, stdlib.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_stdlib.h.html, _stdlib.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2014.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/string.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/string.h.html, string.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_string.h.html, _string.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/tgmath.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/tgmath.h.html, tgmath.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_tgmath.h.html, _tgmath.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/time.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/time.h.html, time.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_time.h.html, _time.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/wchar_.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/wchar.h.html, wchar.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_wchar.h.html, _wchar.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down
2 changes: 1 addition & 1 deletion src/core/stdc/wctype.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/wctype.h.html, wctype.h)
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_wctype.h.html, _wctype.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
Expand Down