Переглянути джерело

added target for creating html version of the man page

documented the imaps: prefix to the Host command
Michael Elkins 24 роки тому
батько
коміт
1b25e3b739
2 змінених файлів з 7 додано та 3 видалено
  1. 3 0
      Makefile.am
  2. 4 3
      isync.1

+ 3 - 0
Makefile.am

@@ -5,3 +5,6 @@ EXTRA_DIST=sample.isyncrc $(man_MANS)
 
 log:
 	rcs2log -h sigipe.org | sed 's;/home/cvs/isync/;;g' > ChangeLog
+
+isync.html: isync.1
+	groff -Thtml -man isync.1 > isync.html

+ 4 - 3
isync.1

@@ -83,7 +83,7 @@ Specifies the port on the IMAP server to connect to (default: 143)
 Specifies the name of the remote IMAP mailbox to synchronize with
 (Default: INBOX)
 .TP
-\fB-s\fR, \fB--host\fR \fIhost\fR
+\fB-s\fR, \fB--host\fR \fB[\fRimaps:\fB]\fR\fIhost\fR
 .P
 Specifies the hostname of the IMAP server
 .TP
@@ -114,7 +114,7 @@ line, up until the next
 command, apply to this mailbox only.
 ..
 .TP
-\fBHost\fR \fIname\fR
+\fBHost\fR \fB[\fRimaps:\fB]\fR\fIname\fR
 Defines the DNS name or IP address of the IMAP server.  If the hostname is
 prefixed with
 .I imaps:
@@ -159,7 +159,8 @@ command line.
 ..
 .TP
 \fBRequireSSL\fR \fIyes|no\fR
-.B isync will abort the connection if a TLS/SSL session to the IMAP
+.B isync
+will abort the connection if a TLS/SSL session to the IMAP
 server can not be established.  (Default:
 .I yes
 )