Clarify mktemp(3), Update Copyright
Ray Lai <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Index: porting.html
===================================================================
RCS file: /cvs/www/porting.html,v
retrieving revision 1.53
diff -u -p -r1.53 porting.html
--- porting.html 26 Sep 2005 08:52:11 -0000 1.53
+++ porting.html 1 May 2006 20:59:03 -0000
@@ -12,7 +12,7 @@
<meta name="distribution"
content="global">
<meta name="copyright"
- content="This document copyright 1997-2004 by OpenBSD.">
+ content="This document copyright 1997-2006 by OpenBSD.">
<title>Building an OpenBSD port</title>
<link rev="made" HREF="mailto:[email protected]">
</head>
@@ -148,8 +148,9 @@
function. Heed the warnings of the bsd linker about its uses.
<strong>These must be fixed</strong>.
This is not quite as simple as <code>s/mktemp/mkstemp/g</code>. <br>
- Refer to the <code>mktemp(3)</code> man page of OpenBSD current
- for more indications.
+ Refer to
+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?sektion=3&query=mktemp"
+ ><code>mktemp(3)</code></a> for more information.
Correct code using <code>mkstemp</code> includes the source to
<code>ed</code> or <code>mail</code>.
A rare instance of code that uses <code>mktemp</code> correctly