Changeset 553 for trunk


Ignore:
Timestamp:
08/24/11 10:01:50 (9 months ago)
Author:
eagle
Message:

typos in man page fixed.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r552 r553  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r552. 
     3# Generated by GNU Autoconf 2.62 for onioncat 0.2.2.r553. 
    44# 
    55# Report bugs to <rahra@cypherpunk.at>. 
     
    597597PACKAGE_NAME='onioncat' 
    598598PACKAGE_TARNAME='onioncat' 
    599 PACKAGE_VERSION='0.2.2.r552' 
    600 PACKAGE_STRING='onioncat 0.2.2.r552' 
     599PACKAGE_VERSION='0.2.2.r553' 
     600PACKAGE_STRING='onioncat 0.2.2.r553' 
    601601PACKAGE_BUGREPORT='rahra@cypherpunk.at' 
    602602 
     
    12631263  # This message is too long to be a string in the A/UX 3.1 sh. 
    12641264  cat <<_ACEOF 
    1265 \`configure' configures onioncat 0.2.2.r552 to adapt to many kinds of systems. 
     1265\`configure' configures onioncat 0.2.2.r553 to adapt to many kinds of systems. 
    12661266 
    12671267Usage: $0 [OPTION]... [VAR=VALUE]... 
     
    13331333if test -n "$ac_init_help"; then 
    13341334  case $ac_init_help in 
    1335      short | recursive ) echo "Configuration of onioncat 0.2.2.r552:";; 
     1335     short | recursive ) echo "Configuration of onioncat 0.2.2.r553:";; 
    13361336   esac 
    13371337  cat <<\_ACEOF 
     
    14261426if $ac_init_version; then 
    14271427  cat <<\_ACEOF 
    1428 onioncat configure 0.2.2.r552 
     1428onioncat configure 0.2.2.r553 
    14291429generated by GNU Autoconf 2.62 
    14301430 
     
    14401440running configure, to aid debugging if configure makes a mistake. 
    14411441 
    1442 It was created by onioncat $as_me 0.2.2.r552, which was 
     1442It was created by onioncat $as_me 0.2.2.r553, which was 
    14431443generated by GNU Autoconf 2.62.  Invocation command line was 
    14441444 
     
    20892089# Define the identity of the package. 
    20902090 PACKAGE='onioncat' 
    2091  VERSION='0.2.2.r552' 
     2091 VERSION='0.2.2.r553' 
    20922092 
    20932093 
     
    22402240 
    22412241cat >>confdefs.h <<\_ACEOF 
    2242 #define SVN_REVISION "552" 
     2242#define SVN_REVISION "553" 
    22432243_ACEOF 
    22442244 
     
    59485948# values after options handling. 
    59495949ac_log=" 
    5950 This file was extended by onioncat $as_me 0.2.2.r552, which was 
     5950This file was extended by onioncat $as_me 0.2.2.r553, which was 
    59515951generated by GNU Autoconf 2.62.  Invocation command line was 
    59525952 
     
    60016001cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    60026002ac_cs_version="\\ 
    6003 onioncat config.status 0.2.2.r552 
     6003onioncat config.status 0.2.2.r553 
    60046004configured by $0, generated by GNU Autoconf 2.62, 
    60056005  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
  • trunk/man/ocat.1

    r551 r553  
    2222.SH SYNOPSIS 
    2323.B ocat 
    24 -i \fIonion_id                      (1st form)\fP 
     24\-i \fIonion_id                      (1st form)\fP 
    2525.br 
    2626.B ocat 
    27 -o \fIIPv6_address                  (2nd form)\fP 
     27\-o \fIIPv6_address                  (2nd form)\fP 
    2828.br 
    2929.B ocat 
     
    3131.br 
    3232.B ocat 
    33 -R [\fIOPTION\fP]\fI                      (4th form)\fP 
     33\-R [\fIOPTION\fP]\fI                      (4th form)\fP 
    3434.br 
    3535.B gcat 
     
    6767.TP 
    6868\fB\-a\fP 
    69 OnionCat creates a log file at $HOME/.ocat/connect_log. All incomming connects are 
     69OnionCat creates a log file at $HOME/.ocat/connect_log. All incoming connects are 
    7070logged to that file. $HOME is determined from the user under which OnionCat runs 
    71 (see option -u). 
     71(see option \-u). 
    7272.TP 
    7373\fB\-b\fP 
    7474Run OnionCat in background. This is default. OnionCat will detach from a running 
    75 shell and close standard IO if no log file is given with option -L. 
     75shell and close standard IO if no log file is given with option \-L. 
    7676.TP 
    7777\fB\-B\fP 
     
    8080\fB\-C\fP 
    8181Disable the local controller interface. The controller interfaces listens on 
    82 localhost (127.0.0.1 and ::1 port 8066) for incomming connections. It's 
     82localhost (127.0.0.1 and ::1 port 8066) for incoming connections. It's 
    8383currently used for debugging purpose and not thread-safe and does not have any 
    8484kind of authentication or authorization mechanism. Hence, it should not be used 
     
    8888Set debug level to \fIn\fP. Default = 7 which is maximum. Debug output will 
    8989only be created if OnionCat was compiled with option DEBUG (i.e. configure was 
    90 run with option --enable-debug). 
     90run with option \-\-enable\-debug). 
    9191.TP 
    9292\fB\-f\fP \fIconfig file\fP 
     
    133133random local onion_id. With this option it is not necessary to add a hidden 
    134134service to the Tor configuration file \fBtorrc\fP.  One might use OnionCat 
    135 services within Tor as usualy but it is NOT possible to receive incoming 
     135services within Tor as usually but it is NOT possible to receive incoming 
    136136connections. If you plan to also receive connections (e.g.  because you provide 
    137 a service or you use software which opens sockets for incomming connections 
     137a service or you use software which opens sockets for incoming connections 
    138138like Bitorrent) you MUST configure a hidden service and supply its hostname to 
    139139OnionCat on the command line. 
Note: See TracChangeset for help on using the changeset viewer.