18776 man pages need to be in nroff format (missing update)
authorDanek Duvall <danek.duvall@oracle.com>
Fri, 05 Aug 2011 15:08:09 -0700
changeset 2495 2c0855a9d082
parent 2494 106731ab1e98
child 2496 7cb3afac39b4
18776 man pages need to be in nroff format (missing update)
src/man/pkg.sysrepo.1m
--- a/src/man/pkg.sysrepo.1m	Fri Aug 05 14:59:57 2011 -0700
+++ b/src/man/pkg.sysrepo.1m	Fri Aug 05 15:08:09 2011 -0700
@@ -8,6 +8,7 @@
 .LP
 .nf
 pkg.sysrepo -p \fIport\fR [-c \fIcache_dir\fR] [-s \fIcache_size\fR]
+    [-w \fIhttp_proxy\fR] [-W \fIhttps_proxy\fR]
 .fi
 
 .SH DESCRIPTION
@@ -33,7 +34,7 @@
 .na
 \fB\fB-c\fR \fIcache_dir\fR\fR
 .ad
-.RS 17n
+.RS 18n
 .rt  
 The absolute path to a directory that should be used by the system repository for caching responses from the publishers configured.
 .sp
@@ -46,7 +47,7 @@
 .na
 \fB\fB-p\fR \fIport\fR\fR
 .ad
-.RS 17n
+.RS 18n
 .rt  
 The port that the system repository should use to listen for requests. This setting should be configured using the \fBconfig/port\fR SMF property.
 .RE
@@ -57,11 +58,33 @@
 .na
 \fB\fB-s\fR \fIcache_size\fR\fR
 .ad
-.RS 17n
+.RS 18n
 .rt  
 An integer value in megabytes that defines the maximum cache size of the system repository. This setting should be configured using the \fBconfig/cache_max\fR SMF property.
 .RE
 
+.sp
+.ne 2
+.mk
+.na
+\fB\fB-w\fR \fIhttp_proxy\fR\fR
+.ad
+.RS 18n
+.rt  
+A string of the form \fB\fIscheme\fR://\fIhostname\fR[:\fIport\fR]\fR that defines a web proxy that the system repository can use to access http-based package repositories. This setting can be configured using the \fBconfig/http_proxy\fR SMF property.
+.RE
+
+.sp
+.ne 2
+.mk
+.na
+\fB\fB-W\fR \fIhttps_proxy\fR\fR
+.ad
+.RS 18n
+.rt  
+A string of the form \fB\fIscheme\fR://\fIhostname\fR[:\fIport\fR]\fR that defines a web proxy that the system repository can use to access https-based package repositories. This setting can be configured using the \fBconfig/https_proxy\fR SMF property.
+.RE
+
 .SH EXAMPLES
 .LP
 \fBExample 1 \fREnabling the System Repository