瀏覽代碼

Update docs a bit

Alois Mahdal 10 年之前
父節點
當前提交
cbdccb036b
共有 2 個檔案被更改,包括 5 行新增3 行删除
  1. 4
    2
      doc/fff.1.md
  2. 1
    1
      doc/ffoo.3.md

+ 4
- 2
doc/fff.1.md 查看文件

@@ -1,5 +1,7 @@
1
-FFFUN
2
-=====
1
+FFF
2
+===
3
+
4
+Fastfoo function caller
3 5
 
4 6
 
5 7
 SYNOPSIS

+ 1
- 1
doc/ffoo.3.md 查看文件

@@ -17,7 +17,7 @@ SYNOPSIS
17 17
     debug "x=$x" "y=$y" "z=$z"          # debug:example: x=1
18 18
                                         # debug:example: y=2
19 19
                                         # debug:example: z=3
20
-    debug -v x:y:z                      # short for above!
20
+    debug -v x y z                      # short for above!
21 21
     echo "hello" | debug_pipe mypipe    # debug:PIPE mypipe: hello
22 22
 
23 23
     # more advanced functions