diff options
author | Samuel Thibault <sthibault@debian.org> | 2013-03-17 16:15:08 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2013-03-17 16:15:08 +0000 |
commit | cd80d085acaa6d2a9be3951abc815ea3e52de4dc (patch) | |
tree | 6136fa5380739e36d927ad96f9ce0951795d4c14 /po/ko | |
parent | 358dab47081ea3048490e38a0f9cf5c9b32a6219 (diff) | |
download | installation-guide-cd80d085acaa6d2a9be3951abc815ea3e52de4dc.zip |
Fix spurious syncs reported by Enrico Zini.
Diffstat (limited to 'po/ko')
-rw-r--r-- | po/ko/random-bits.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/ko/random-bits.po b/po/ko/random-bits.po index f5cb71dc4..4460a74d1 100644 --- a/po/ko/random-bits.po +++ b/po/ko/random-bits.po @@ -965,7 +965,7 @@ msgid "" "Initialize and activate swap (substitute the partition number for your " "intended &debian; swap partition): <informalexample><screen>\n" "# mkswap /dev/<replaceable>hda5</replaceable>\n" -"# sync; sync; sync\n" +"# sync\n" "# swapon /dev/<replaceable>hda5</replaceable>\n" "</screen></informalexample> Mount one partition as <filename>/mnt/debinst</" "filename> (the installation point, to be the root (<filename>/</filename>) " @@ -975,7 +975,7 @@ msgstr "" "스왑을 다음과 같이 초기화하고 활성화하십시오(파티션 번호는 &debian; 스왑 파티" "션에 파티션 번호로 바꾸십시오): <informalexample><screen>\n" "# mkswap /dev/<replaceable>hda5</replaceable>\n" -"# sync; sync; sync\n" +"# sync\n" "# swapon /dev/<replaceable>hda5</replaceable>\n" "</screen></informalexample> 파티션 <filename>/mnt/debinst</filename> (설치 지" "점. 새로운 시스템의 root (<filename>/</filename>) 파일 시스템에 있습니다)에 " |