1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00

docs/man: Make chasquid.1 description match the README file

This commit is contained in:
Alberto Bertogli
2018-07-22 11:15:40 +01:00
parent a2fa1d07d1
commit 5878fc74f3
2 changed files with 5 additions and 9 deletions

View File

@@ -129,7 +129,7 @@
.\" ======================================================================== .\" ========================================================================
.\" .\"
.IX Title "chasquid 1" .IX Title "chasquid 1"
.TH chasquid 1 "2018-04-02" "" "" .TH chasquid 1 "2018-07-22" "" ""
.\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents. .\" way too many mistakes in technical documents.
.if n .ad l .if n .ad l
@@ -141,10 +141,8 @@ chasquid \- SMTP (email) server
\&\fBchasquid\fR [\fIoptions\fR...] \&\fBchasquid\fR [\fIoptions\fR...]
.SH "DESCRIPTION" .SH "DESCRIPTION"
.IX Header "DESCRIPTION" .IX Header "DESCRIPTION"
chasquid is an \s-1SMTP\s0 (email) server. chasquid is an \s-1SMTP\s0 (email) server with a focus on simplicity, security, and
.PP ease of operation.
It aims to be easy to configure and maintain for a small mail server, at the
expense of flexibility and functionality.
.PP .PP
It's written in Go, and distributed under the Apache license 2.0. It's written in Go, and distributed under the Apache license 2.0.
.SH "OPTIONS" .SH "OPTIONS"

View File

@@ -8,10 +8,8 @@ B<chasquid> [I<options>...]
=head1 DESCRIPTION =head1 DESCRIPTION
chasquid is an SMTP (email) server. chasquid is an SMTP (email) server with a focus on simplicity, security, and
ease of operation.
It aims to be easy to configure and maintain for a small mail server, at the
expense of flexibility and functionality.
It's written in Go, and distributed under the Apache license 2.0. It's written in Go, and distributed under the Apache license 2.0.