add stub manual pages to test something else...
This commit is contained in:
parent
210e1893e2
commit
b09fa331cd
2 changed files with 92 additions and 0 deletions
47
docs/honk.1
Normal file
47
docs/honk.1
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
.\"
|
||||||
|
.\" Copyright (c) 2019 Ted Unangst
|
||||||
|
.\"
|
||||||
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
|
.\" purpose with or without fee is hereby granted, provided that the above
|
||||||
|
.\" copyright notice and this permission notice appear in all copies.
|
||||||
|
.\"
|
||||||
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
.\"
|
||||||
|
.Dd $Mdocdate$
|
||||||
|
.Dt HONK 1
|
||||||
|
.Os
|
||||||
|
.Sh NAME
|
||||||
|
.Nm honk
|
||||||
|
.Nd federated status conveyance
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
.Nm honk
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
utility processes status updates and other microblog activities.
|
||||||
|
This is the user manual.
|
||||||
|
For administration, see
|
||||||
|
.Xr honk 8 .
|
||||||
|
.Pp
|
||||||
|
Follow your friends.
|
||||||
|
Learn about their doings.
|
||||||
|
Inform others about your greatness.
|
||||||
|
.\" .Sh EXAMPLES
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr honk 8
|
||||||
|
.Sh STANDARDS
|
||||||
|
ActivityPub.
|
||||||
|
.Sh HISTORY
|
||||||
|
It's been six months.
|
||||||
|
.Sh AUTHORS
|
||||||
|
Ted Unangst.
|
||||||
|
.Sh CAVEATS
|
||||||
|
ActivityPub.
|
||||||
|
.Sh BUGS
|
||||||
|
Only features.
|
||||||
45
docs/honk.8
Normal file
45
docs/honk.8
Normal file
|
|
@ -0,0 +1,45 @@
|
||||||
|
.\"
|
||||||
|
.\" Copyright (c) 2019 Ted Unangst
|
||||||
|
.\"
|
||||||
|
.\" Permission to use, copy, modify, and distribute this software for any
|
||||||
|
.\" purpose with or without fee is hereby granted, provided that the above
|
||||||
|
.\" copyright notice and this permission notice appear in all copies.
|
||||||
|
.\"
|
||||||
|
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||||
|
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||||
|
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||||
|
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||||
|
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||||
|
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
|
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
.\"
|
||||||
|
.Dd $Mdocdate$
|
||||||
|
.Dt HONK 8
|
||||||
|
.Os
|
||||||
|
.Sh NAME
|
||||||
|
.Nm honk
|
||||||
|
.Nd honk administration
|
||||||
|
.Sh SYNOPSIS
|
||||||
|
.Nm honk
|
||||||
|
.Sh DESCRIPTION
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
daemon processes messages from other federated servers.
|
||||||
|
This is the admin manual.
|
||||||
|
For user operation, see
|
||||||
|
.Xr honk 1 .
|
||||||
|
.Pp
|
||||||
|
Set up a TLS reverse proxy.
|
||||||
|
.\" .Sh EXAMPLES
|
||||||
|
.Sh SEE ALSO
|
||||||
|
.Xr honk 1
|
||||||
|
.Sh STANDARDS
|
||||||
|
ActivityPub.
|
||||||
|
.Sh HISTORY
|
||||||
|
It's been six months.
|
||||||
|
.Sh AUTHORS
|
||||||
|
Ted Unangst.
|
||||||
|
.Sh CAVEATS
|
||||||
|
ActivityPub.
|
||||||
|
.Sh BUGS
|
||||||
|
Only features.
|
||||||
Loading…
Reference in a new issue