Eric Wong <[email protected]> wrote: > +(aka L<lei/store|lei-store-format(5)>). C<LOCATION> is a
Can't have unescaped `/' like that, will squash this in: diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod index 25ef75c3..69ec6497 100644 --- a/Documentation/lei-import.pod +++ b/Documentation/lei-import.pod @@ -11,7 +11,7 @@ lei import [OPTIONS] (--stdin|-) =head1 DESCRIPTION Import messages into the local storage of L<lei(1)> -(aka L<lei/store|lei-store-format(5)>). C<LOCATION> is a +(aka L<leiE<sol>store|lei-store-format(5)>). C<LOCATION> is a source of messages: a directory (Maildir), a file, or a URL (C<imap://>, C<imaps://>, C<nntp://>, or C<nntps://>). URLs requiring authentication use L<git-credential(1)> to
