From: Jason McIntyre Subject: Re: man sh(1): tiny markup fix To: tech@openbsd.org Date: Wed, 6 Mar 2024 06:26:37 +0000 On Tue, Mar 05, 2024 at 11:00:23PM +0100, 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. > fixed, thanks. jmc > 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 >