Parcourir la source

Base: Consistently stylize arguments in man pages as inline code

Linus Groh il y a 4 ans
Parent
commit
336a79a452

+ 1 - 1
Base/usr/share/man/man1/Inspector.md

@@ -10,7 +10,7 @@ $ Inspector [pid]
 
 ## Arguments
 
-* pid: Process ID to inspect
+* `pid`: Process ID to inspect
 
 ## Description
 

+ 1 - 1
Base/usr/share/man/man1/Playground.md

@@ -10,7 +10,7 @@ $ Playground [file]
 
 ## Arguments
 
-* file: Path of GML file to load
+* `file`: Path of GML file to load
 
 ## Description
 

+ 1 - 1
Base/usr/share/man/man1/Profiler.md

@@ -29,7 +29,7 @@ Profiler can also load performance information from previously created
 
 ## Arguments
 
-* perfcore-file: Path of perfcore file to load
+* `perfcore-file`: Path of perfcore file to load
 
 ## Examples
 

+ 2 - 2
Base/usr/share/man/man1/TextEditor.md

@@ -17,9 +17,9 @@ which allows automatic live rendering of HTML and Markdown documents.
 
 * `--preview-mode mode`: Preview mode, one of 'none', 'html', 'markdown', 'auto'
 
-## Arguments:
+## Arguments
 
-* file: File to edit
+* `file`: File to edit
 
 ## Examples
 

+ 1 - 1
Base/usr/share/man/man1/groups.md

@@ -16,7 +16,7 @@ If no username is provided group memberships are listed for current user.
 
 ## Arguments
 
-* username: username to list group memberships for
+* `username`: username to list group memberships for
 
 ## Examples
 

+ 1 - 1
Base/usr/share/man/man1/jp.md

@@ -21,7 +21,7 @@ If no *path* argument is provided stdin is used.
 
 ## Arguments
 
-* path: file to pretty-print
+* `path`: file to pretty-print
 
 ## Examples
 

+ 1 - 1
Base/usr/share/man/man1/ls.md

@@ -34,7 +34,7 @@ If no *path* argument is provided the current working directory is used.
 
 ## Arguments
 
-* path: Directory to list
+* `path`: Directory to list
 
 ## Examples