Merge the changes in the English version.
This commit is contained in:
parent
ed0d4d36d8
commit
0c69545063
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10730
2 changed files with 7 additions and 7 deletions
ja
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||
|
||||
<!-- $FreeBSD: www/ja/news/includes.xsl,v 1.2 2001/08/08 03:55:55 kuriyama Exp $ -->
|
||||
<!-- Original revision: 1.3 -->
|
||||
<!-- $FreeBSD: www/ja/news/includes.xsl,v 1.3 2001/09/03 05:59:47 kuriyama Exp $ -->
|
||||
<!-- Original revision: 1.4 -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:variable name="newshome">
|
||||
<a href="news.html">News ホーム</a>
|
||||
<a href="{$base}/news/news.html">News ホーム</a>
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Generate a unique anchor for this event -->
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/ja/security/security.sgml,v 1.40 2001/09/05 14:17:17 kuriyama Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/security/security.sgml,v 1.41 2001/09/07 02:22:06 kuriyama Exp $">
|
||||
<!ENTITY title "FreeBSD Security Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/ja/security/security.sgml,v 1.40 2001/09/05 14:17:17 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/security/security.sgml,v 1.41 2001/09/07 02:22:06 kuriyama Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.68 -->
|
||||
<!-- Original revision: 1.69 -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -501,7 +501,7 @@ getenv()
|
|||
めったに起こらない状況にも注意を払ってください:
|
||||
<UL>
|
||||
<LI>ディレクトリを作成する. これは成功も失敗も有り得る.</LI>
|
||||
<LI>O_CREAT | O_EXECL でファイルをオープンする</LI>
|
||||
<LI>O_CREAT | O_EXCL でファイルをオープンする</LI>
|
||||
</UL>
|
||||
mkstemp() を使った場合, これらのケースもうまく面倒を見てくれます.
|
||||
よってすべての一時的なファイルは, 競合条件を排除し,
|
||||
|
|
Loading…
Reference in a new issue