1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Description: Complimentary information to manpage nd.1
Include a section BUGS in manual page, stating that authentication
is only supported for the 'Basic' method, and that 'Digest' only
returns an error message.
.
Mention the use of the environment variable USER.
.
Three corrected spellings.
Forwarded: not-needed
Author: Mats Erik Andersson <mats.andersson@gisladisker.se>
Last-Update: 2010-04-11
--- nd-0.8.2/nd.1.orig
+++ nd-0.8.2/nd.1
@@ -19,7 +19,7 @@
.\" OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
.\" WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
-.TH ND 1 "Febrary 25, 2002"
+.TH ND 1 "February 25, 2002"
.SH NAME
nd \- Tiny little command line WebDAV interface
.\"
@@ -30,7 +30,7 @@
.\"
.SH DESCRIPTION
.B nd
-privides a simple command line interface to the RFC 2518 (WebDAV) server. If no option is specifed, HTTP GET command is issued and writes response data to the standard output.
+provides a simple command line interface to the RFC 2518 (WebDAV) server. If no option is specified, HTTP GET command is issued and writes response data to the standard output.
.PP
The options are as follows:
.TP 8
@@ -165,6 +165,10 @@
.TP 8
.B http_proxy, HTTP_PROXY
Specify HTTP proxy.
+.TP 8
+.B USER
+When manipulating a lock without an explicit owner option, the value
+of USER is used to set the owner of the file lock.
.SH AUTHORS
Yuuichi Teranishi (teranisi@gohome.org).
.SH SEE ALSO
|