Use correct syntax markup for shell
Approved by: carlavilla
This commit is contained in:
parent
55c95407aa
commit
a9a9e66105
666 changed files with 17924 additions and 17924 deletions
|
|
@ -126,14 +126,14 @@ Assuming that you can manage to secure fairly up-to-date sources to base your ch
|
|||
|
||||
패치를 제출하는 데 선호되는 man:diff[1] 형식은 `diff -u` 에 의해 생성되, 하나로 통합된 출력입니다.
|
||||
|
||||
[source,bash]
|
||||
[source,shell]
|
||||
....
|
||||
% diff -u oldfile newfile
|
||||
....
|
||||
|
||||
또는
|
||||
|
||||
[source,bash]
|
||||
[source,shell]
|
||||
....
|
||||
% diff -u -r -N olddir newdir
|
||||
....
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue