Add semicolon
authorTatsuo Ishii
Fri, 14 Sep 2001 07:59:31 +0000 (07:59 +0000)
committerTatsuo Ishii
Fri, 14 Sep 2001 07:59:31 +0000 (07:59 +0000)
    Tatsuo Ishii

doc/src/sgml/ref/create_group.sgml

index f88caa6405b2310733068ee144ee139d8a300bf2..6556997022ac6d83eb33ff4561c6bdb993950208 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -127,14 +127,14 @@ where option can be:
   
    Create an empty group:
 
-CREATE GROUP staff
+CREATE GROUP staff;
 
   
 
   
    Create a group with members:
 
-CREATE GROUP marketing WITH USER jonathan, david
+CREATE GROUP marketing WITH USER jonathan, david;