Use correct syntax markup for shell

Approved by:	carlavilla
This commit is contained in:
Li-Wen Hsu 2021-03-14 20:08:55 +08:00
parent 55c95407aa
commit a9a9e66105
No known key found for this signature in database
GPG key ID: 8D7BCC7D012FD37E
666 changed files with 17924 additions and 17924 deletions

View file

@ -123,14 +123,14 @@ Assuming that you can manage to secure fairly up-to-date sources to base your ch
The preferred man:diff[1] format for submitting patches is the unified output format generated by `diff -u`.
[source,bash]
[source,shell]
....
% diff -u oldfile newfile
....
or
[source,bash]
[source,shell]
....
% diff -u -r -N olddir newdir
....