Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/ssh2/functions/ssh2-sftp-realpath.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<refentry xml:id="function.ssh2-sftp-realpath" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ssh2_sftp_realpath</refname>
<refpurpose>指定されたパス文字列の実パスを解決する</refpurpose>
<refpurpose>指定されたパス文字列の実際のパスを解決する</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -16,7 +16,7 @@
</methodsynopsis>
<simpara>
<parameter>filename</parameter>
をリモートファイルシステム上の有効な実パスに変換します
をリモートファイルシステム上の有効な実際のパスに変換します
</simpara>
</refsect1>

Expand Down
Loading