Skip to content

Commit

Permalink
* clean all lintian errors and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shell909090 committed Aug 23, 2014
1 parent 8d74b62 commit eafc3ab
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 24 deletions.
2 changes: 2 additions & 0 deletions debian/shadowsocks.manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
debian/sslocal.1
debian/ssserver.1
2 changes: 1 addition & 1 deletion debian/manpage.1 → debian/sslocal.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2014 Shell.Xu <[email protected]>,
.\"
.TH SHADOWSOCKS SECTION "August 23, 2014"
.TH SHADOWSOCKS 1 "August 23, 2014"
.SH NAME
shadowsocks \- Fast tunnel proxy that helps you bypass firewalls
.SH SYNOPSIS
Expand Down
59 changes: 59 additions & 0 deletions debian/ssserver.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2014 Shell.Xu <[email protected]>,
.\"
.TH SHADOWSOCKS 1 "August 23, 2014"
.SH NAME
shadowsocks \- Fast tunnel proxy that helps you bypass firewalls
.SH SYNOPSIS
.B ssserver
.RI [ options ]
.br
.B sslocal
.RI [ options ]
.SH DESCRIPTION
shadowsocks is a tunnel proxy helps you bypass firewall.
.B ssserver
is the server part, and
.B sslocal
is the local part.
.SH OPTIONS
.TP
.B \-h, \-\-help
Show this help message and exit.
.TP
.B \-s SERVER_ADDR
Server address, default: 0.0.0.0.
.TP
.B \-p SERVER_PORT
Server port, default: 8388.
.TP
.B \-k PASSWORD
Password.
.TP
.B \-m METHOD
Encryption method, default: aes-256-cfb.
.TP
.B \-t TIMEOUT
Timeout in seconds, default: 300.
.TP
.B \-c CONFIG
Path to config file.
.TP
.B \-\-fast-open
Use TCP_FASTOPEN, requires Linux 3.7+.
.TP
.B \-\-workers WORKERS
Number of workers, available on Unix/Linux.
.TP
.B \-v, \-vv
Verbose mode.
.TP
.B \-q, \-qq
Quiet mode, only show warnings/errors.
.SH SEE ALSO
.br
The programs are documented fully by
.IR "Shell Xu <[email protected]>"
and
.IR "Clowwindy <[email protected]>",
available via the Info system.
23 changes: 0 additions & 23 deletions debian/watch.ex

This file was deleted.

0 comments on commit eafc3ab

Please sign in to comment.