Commit a3f640d4a86a824e336c4074ddb31545b0167aad

Thomas de Grivel 2018-07-02T16:14:48

doc

1
2
3
4
5
6
7
8
9
10
diff --git a/core/syntaxes.lisp b/core/syntaxes.lisp
index 24269cb..b0f9591 100644
--- a/core/syntaxes.lisp
+++ b/core/syntaxes.lisp
@@ -75,4 +75,4 @@
                           (#'parse-integer users)
                           (#'parse-number load1 load5 load15))
   #~|^\s*(\S+)\s+up\s+(.+), ([0-9]+) users?, load averages: ([0-9.]+), ([0-9.]+), ([0-9.]+)$|
-  "Syntax of the group permissions file /etc/group. See group(5).")
+  "Syntax of the uptime command output. See uptime(1).")