diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 14:47:52 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 16:59:25 +0800 |
commit | ab4f8ebdcbc13ab7556023a212e067d472d22069 (patch) | |
tree | a72e084c875a2a4382258fc60a1ae158a8246052 /man/lindenii-forge.1 | |
parent | Reduce unnecessary allocations when converting []byte to string (diff) | |
download | forge-ab4f8ebdcbc13ab7556023a212e067d472d22069.tar.gz forge-ab4f8ebdcbc13ab7556023a212e067d472d22069.tar.zst forge-ab4f8ebdcbc13ab7556023a212e067d472d22069.zip |
Remove man pages
They're better documented on the Web
Diffstat (limited to 'man/lindenii-forge.1')
-rw-r--r-- | man/lindenii-forge.1 | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/man/lindenii-forge.1 b/man/lindenii-forge.1 deleted file mode 100644 index 9b234ef..0000000 --- a/man/lindenii-forge.1 +++ /dev/null @@ -1,35 +0,0 @@ -.\" SPDX-License-Identifier: AGPL-3.0-only -.\" SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> -.Dd March 30, 2025 -.Dt LINDENII-FORGE 1 -.Os Lindenii Forge -.Sh NAME -.Nm lindenii-forge -.Nd Lindenii Forge server daemon -.Sh SYNOPSIS -.Nm -.Op Fl config Ar path -.Sh DESCRIPTION -.Nm -is the main server daemon for Lindenii Forge. -.Pp -All configuration is loaded from a configuration file; see -.Xr lindenii-forge 5 . -.Pp -All listeners are long-lived; the process runs until interrupted. -.Sh OPTIONS -.Bl -tag -width Ds -.It Fl config Ar path -The path to the configuration file. Defaults to -.Pa /etc/lindenii/forge.scfg . -.El -.Sh FILES -.Bl -tag -width Ds -.It Pa /etc/lindenii/forge.scfg -Default configuration file. -.El -.Sh SEE ALSO -.Xr lindenii-forge 5 -.Sh AUTHORS -.An Runxi Yu Aq Mt https://runxiyu.org -.An Test_User Aq Mt hax@runxiyu.org |