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
|
|
@ -117,14 +117,14 @@ link:https://www.FreeBSD.org/projects/ideas/[FreeBSD list of projects and ideas
|
|||
|
||||
例如:
|
||||
|
||||
[source,bash]
|
||||
[source,shell]
|
||||
....
|
||||
% diff -c oldfile newfile
|
||||
....
|
||||
|
||||
或
|
||||
|
||||
[source,bash]
|
||||
[source,shell]
|
||||
....
|
||||
% diff -c -r olddir newdir
|
||||
....
|
||||
|
|
@ -133,14 +133,14 @@ link:https://www.FreeBSD.org/projects/ideas/[FreeBSD list of projects and ideas
|
|||
|
||||
或者像是...
|
||||
|
||||
[source,bash]
|
||||
[source,shell]
|
||||
....
|
||||
% diff -u oldfile newfile
|
||||
....
|
||||
|
||||
或
|
||||
|
||||
[source,bash]
|
||||
[source,shell]
|
||||
....
|
||||
% diff -u -r olddir newdir
|
||||
....
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue