Skip to content

Commit 1a4a32d

Browse files
committed
wolfSSH: clean up punctuation in the Japanese manual
Replace the curly quotes in chapters 2 and 7 with their ASCII equivalents, matching the English manual.
1 parent c85a95b commit 1a4a32d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wolfSSH/src-ja/chapter02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ autotools システムを使ってビルドする際には、wolfSSH は単一
1010

1111
最新の最新版は、次の GitHub サイトからダウンロードできます: [https://github.com/wolfSSL/wolfssh](https://github.com/wolfSSL/wolfssh)
1212

13-
Download ZIP ボタンをクリックするか、ターミナルで次のコマンドを実行してください:
13+
"Download ZIP" ボタンをクリックするか、ターミナルで次のコマンドを実行してください:
1414
```
1515
$ git clone https://github.com/wolfSSL/wolfssh.git
1616
```

wolfSSH/src-ja/chapter07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SFTPサーバーとクライアントアプリケーションはwolfSSHにバン
2828
```
2929
$ ./wolfsftp/client/wolfsftp -u <username>
3030
```
31-
テストを実行するためのデフォルトのusername:password”は“jack:fetchapail または jill:upthehillです。デフォルトのポートは22222です。
31+
テストを実行するためのデフォルトの"username:password"は"jack:fetchapail" または "jill:upthehill"です。デフォルトのポートは22222です。
3232

3333
サポートしているコマンドの全リストは、接続後に"help"と入力すると得られます。
3434
```

0 commit comments

Comments
 (0)