"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Josiah Frentsos <jfrent@tilde.team>
Subject:
Re: add gotctl(8)
To:
Stefan Sperling <stsp@stsp.name>
Cc:
gameoftrees@openbsd.org
Date:
Sat, 29 Oct 2022 09:05:49 -0400

Download raw body.

Thread
On Sat, Oct 29, 2022 at 02:14:14PM +0200, Stefan Sperling wrote:
> --- /dev/null
> +++ gotctl/gotctl.8
> @@ -0,0 +1,71 @@
> +.\"
> +.\" Copyright (c) 2022 Stefan Sperling
> +.\"
[...]
> +The options for
> +.Nm
> +are as follows:
> +.Bl -tag -width Ds
> +.Bl -tag -width tenletters

The second .Bl should be removed.

> +.It Fl h
> +Display usage information and exit immediately.
> +.It Fl f Ar path
[...]
> +The commands for
> +.Nm
> +are as follows:
> +.Bl -tag -width checkout

That should be "Ds".

> +.It Cm info
> +Display information about a running
> +.Xr gotd 8
> +instance.
> +.It Cm stop
> +Stop a running
> +.Xr gotd 8
> +instance.
> +This operation requires root privileges.

There's a missing .El here.

> +.Sh SEE ALSO
> +.Xr got 1 ,
> +.Xr gotd 8
> +.Sh AUTHORS
> +.An Stefan Sperling Aq Mt stsp@openbsd.org