diff options
author | 2007-01-15 22:45:18 +0000 | |
---|---|---|
committer | 2007-01-15 22:45:18 +0000 | |
commit | d65a27424699267116b6b71ab65f511317dc940a (patch) | |
tree | 14a758665727a7fc8f3c683d4f00a4ac3e1c28dd | |
parent | 6a68c64eacf36a4348e01155533932999f5c0607 (diff) | |
download | newsboat-d65a27424699267116b6b71ab65f511317dc940a.tar.gz newsboat-d65a27424699267116b6b71ab65f511317dc940a.tar.zst newsboat-d65a27424699267116b6b71ab65f511317dc940a.zip |
fix .Bd argument in manpage
-rw-r--r-- | doc/noos.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,6 +51,6 @@ Use an alternative configuration file The documentation that comes with noos is a good source about the general use and configuration of noos. .Sh AUTHORS -.Bd -.An Andreas Krennmair <ak@synflood.at> +.Bd -literal +.An Andreas Krennmair <ak@synflood.at>, for contributors see AUTHORS file. .Ed |