man: Make structure a little closer to convention

Conventionally, manual page have a FILES and an ENVIRONMENT top level
section, instead of sub-sections. Following convention makes it easier
and faster for experienced Unix users to find what they need.

Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
Lars Wirzenius 2023-11-10 15:30:14 +02:00 committed by cloudhead
parent 1af9480b08
commit fe396ed5f4
No known key found for this signature in database
1 changed files with 12 additions and 5 deletions

View File

@ -189,13 +189,20 @@ description and default branch by running:
$ rad inspect --payload
=== Configuration
== Files
Radicle keeps a configuration file at *~/.radicle/config.json* by default. To
display its exact location on your system, you can use the *rad self --config*
command.
*~/.radicle*::
=== Environment
The _Radicle Home_. This is the default location for Radicle configuration
files, keys, and repository storage. Can be controlled by settting the
**RAD_HOME** environment variable.
*~/.radicle/config.json*::
The default configuration file for Radicle. To display its exact
location on your system, you can use the *rad self --config* command.
== Environment
Various environment variables are used by *rad*.