summaryrefslogtreecommitdiff
path: root/proxy.1
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:45:21 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:45:21 +0000
commit50e27cb217780267a66562d0a8c50e10fc4a5f1f (patch)
tree71ce415a6f28fd5d59a35226bf65c08543df955c /proxy.1
parent0fda16ed59565032ece3140cecc5c81d3b0e1839 (diff)
automatic import of libproxyopeneuler24.03_LTS
Diffstat (limited to 'proxy.1')
-rw-r--r--proxy.123
1 files changed, 23 insertions, 0 deletions
diff --git a/proxy.1 b/proxy.1
new file mode 100644
index 0000000..a8c2d83
--- /dev/null
+++ b/proxy.1
@@ -0,0 +1,23 @@
+.TH PROXY "1" "September 2013" "libproxy" "User Commands"
+.SH NAME
+proxy \- Display the proxy server that should be used to reach a given a network resource
+.SH SYNOPSIS
+proxy
+.SH DESCRIPTION
+Display the proxy server that should be used to reach a given a network resource.
+.PP
+libproxy is a library that provides automatic proxy configuration management
+using different backends.
+.SH EXAMPLE
+.B echo http://www.example.com/ | proxy
+ http://webcache:3128 direct://
+.SH AUTHOR
+This manual page was written by
+.MT bigon@debian.org
+Laurent Bigonville
+.ME ,
+for the Debian GNU/Linux system (but may be used by others).
+.SH SEE ALSO
+.UR http://code.google.com/p/libproxy/
+libproxy
+.UE .