Blame SPECS/proxy.1

Packit fa7527
.TH PROXY "1" "September 2013" "libproxy" "User Commands"
Packit fa7527
.SH NAME
Packit fa7527
proxy \- Display the proxy server that should be used to reach a given a network resource
Packit fa7527
.SH SYNOPSIS
Packit fa7527
proxy
Packit fa7527
.SH DESCRIPTION
Packit fa7527
Display the proxy server that should be used to reach a given a network resource.
Packit fa7527
.PP
Packit fa7527
libproxy is a library that provides automatic proxy configuration management
Packit fa7527
using different backends.
Packit fa7527
.SH EXAMPLE
Packit fa7527
.B echo http://www.example.com/ | proxy
Packit fa7527
  http://webcache:3128 direct://
Packit fa7527
.SH AUTHOR
Packit fa7527
This manual page was written by
Packit fa7527
.MT bigon@debian.org
Packit fa7527
Laurent Bigonville
Packit fa7527
.ME ,
Packit fa7527
for the Debian GNU/Linux system (but may be used by others).
Packit fa7527
.SH SEE ALSO
Packit fa7527
.UR http://code.google.com/p/libproxy/
Packit fa7527
libproxy
Packit fa7527
.UE .