diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-16 00:26:57 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-04-16 00:26:57 +0200 |
commit | 6b807ae6a4b9086473d27d294c601942738d5c58 (patch) | |
tree | e331b24da384b77b1fa7baeb46090cecea76cc7e /data/man/man5/feed2imaprc.5 | |
parent | 89c7df164b73748cd5c129ec9599cadfbb938eb6 (diff) | |
download | feed2imap-6b807ae6a4b9086473d27d294c601942738d5c58.tar.gz feed2imap-6b807ae6a4b9086473d27d294c601942738d5c58.tar.bz2 feed2imap-6b807ae6a4b9086473d27d294c601942738d5c58.zip |
Remove built manpages
Diffstat (limited to 'data/man/man5/feed2imaprc.5')
-rw-r--r-- | data/man/man5/feed2imaprc.5 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/data/man/man5/feed2imaprc.5 b/data/man/man5/feed2imaprc.5 deleted file mode 100644 index 30cd949..0000000 --- a/data/man/man5/feed2imaprc.5 +++ /dev/null @@ -1,29 +0,0 @@ -.TH feed2imaprc 5 "Jul 25, 2005" -.SH NAME -feed2imaprc \- feed2imap configuration file -.SH SYNOPSIS -\fBfeed2imaprc\fR is feed2imap's configuration file. It is usually located in \fB~/.feed2imaprc\fR. -.SH EXAMPLE -See \fB/usr/share/doc/feed2imap/examples/feed2imaprc\fR. -.SH "RESERVED CHARACTERS" -Some characters are reserved in RFC2396 (URI). If you need to include a reserved character in the login/password part of your target URI, replace it with its hex code. For example, @ can be replaced by %40. -.SH BUGS -This manpage should probably give more details. However, the example configuration file is -very well documented. -.SH "SEE ALSO" -Homepage : -http://home.gna.org/feed2imap/ -.PP -\fBfeed2imap\fR(1) -.SH AUTHOR -Copyright (C) 2005 Lucas Nussbaum lucas@lucas\-nussbaum.net -.PP -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2 of the License, or (at your -option) any later version. -.PP -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -more details. |