Index | Thread | Search

From:
"Theo de Raadt" <deraadt@openbsd.org>
Subject:
Re: man sh(1): tiny markup fix
To:
mail@lukasneukom.ch
Cc:
tech@openbsd.org
Date:
Tue, 05 Mar 2024 19:57:37 -0700

Download raw body.

Thread
Very good first patch.

I'll let the man page people take care of commiting it.

mail@lukasneukom.ch wrote:

> Hello!
> 
> I’m very new to OpenBSD and this is my very first contribution to any open source project.
> So please be lenient, if I am doing this wrong… 
> 
> In the man page SH(1) there is an environment variable without correct markup.
> 
> Index: src/bin/ksh/sh.1
> ===================================================================
> — src/bin/ksh/sh.1
> +++ src/bin/ksh/sh.1.fix
> @@ -2140,7 +2140,7 @@ before each command is traced
> option).
> The default is
> .Sq +\ \& .
> -.It PWD
> +.It Ev PWD
> The absolute pathname to the current working directory.
> .El
> .Sh ASYNCHRONOUS EVENTS
>