Changeset 163

Show
Ignore:
Timestamp:
12/30/02 10:52:18 (6 years ago)
Author:
jajcus
Message:

- typos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r161 r163  
    55 
    66This is external component for Jabber (http://www.jabber.org) server 
    7 providing gateway to GaduGadu instant messaging services. GaduGadu is IM 
    8 system very popular in Poland. 
     7providing gateway to GaduGadu instant messaging services. GaduGadu is 
     8an IM system very popular in Poland. 
    99 
    1010Sources include example config file (jggtrans.xml), which contains all 
     
    1515jabber server. 
    1616 
    17 You can start is from root accound, giving "-u" and maybe "-g" options 
    18 --- it will change to given uid/gid then. 
     17You can start it from root account, giving "-u" and maybe "-g" options 
     18--- it will switch to given uid/gid then. 
    1919 
    2020Look for more information and report any bugs or feature requests at 
  • trunk/README.Pl

    r161 r163  
    1616(domy�lnie: /usr/local/etc). 
    1717         
    18 Pliki konfiguracyjne zawieraj� komentarza, kt�powinny wystarczy�o 
     18Pliki konfiguracyjne zawieraj� komentarze, kt�powinny wystarczy�o 
    1919prawid�owego skonfigurowania programu. 
    2020 
  • trunk/src/main.c

    r158 r163  
    1 /* $Id: main.c,v 1.19 2002/12/29 17:29:31 jajcus Exp $ */ 
     1/* $Id: main.c,v 1.20 2002/12/30 09:52:18 jajcus Exp $ */ 
    22 
    33/* 
     
    276276        printf("\tUsage: %s [OPTIONS]... [<config file>]\n",name); 
    277277        printf("\nOptions:\n"); 
    278         printf("\t-h      This message\n"); 
    279         printf("\t-f      Run in foreground. Debug/error messages will be sent to stderr\n"); 
    280         printf("\t-d<n>   Log level (0(default) - normal, >0 more, <0 less)\n"); 
    281         printf("\t-D<n>   libgg debug level (enables also -f)\n"); 
    282         printf("\t-u <user>   Change uid on startup to uid of <user>\n"); 
    283         printf("\t-g <group>  Change gid on startup to gid of <group>\n"); 
     278        printf("\t-h          This message\n"); 
     279        printf("\t-f          Run in foreground. Debug/error messages will be sent to stderr\n"); 
     280        printf("\t-d <n>      Log level (0(default) - normal, >0 more, <0 less)\n"); 
     281        printf("\t-D <n>      libgg debug level (enables also -f)\n"); 
     282        printf("\t-u <user>   Switch to uid of <user> on startup\n"); 
     283        printf("\t-g <group>  Switch to gid of <group> on startup\n"); 
    284284        printf("\n"); 
    285285}