فهرست منبع

fix example description

Frank Dietrich 7 سال پیش
والد
کامیت
9592b58954
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      pages/common/ps.md

+ 2 - 2
pages/common/ps.md

@@ -14,10 +14,10 @@
 
 `ps aux | grep {{string}}`
 
-- List all processes of the current user in extra full format
+- List all processes of the current user in extra full format:
 
 `ps --user $(id --user) -F`
 
-- List all processes of the current user as ASCII art process hierarchy
+- List all processes of the current user as ASCII art process hierarchy:
 
 `ps --user $(id --user) f`