Re: crypt(3) manual page
Valery Ushakov <[email protected]> Mon, 17 Nov 2025 16:58:42 +0300
| Newsgroups | gmane.os.netbsd.devel.security |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Nov 16, 2025 at 13:19:38 -0500, Jan Schaumann wrote: > -.Ar setting . > -If it begins > +.Ar setting : All those .Ar should be .Fa. The original manpage contains a mixture of both. You don't have to fix the rest of them, but if you are changing these anyway, change them to the correct one. > +.Bd -literal -offset indent > +.Ql $2a$12$eIAq8PR8sIUnJ1HaohxX2O > +.Ed Use .Pp/.Dl/.Pp (you delete a few of them in your patch, so it's easy to find an example. PS: Please, at least skim through mdoc.samples(7) _once_. I also have some abandoned attempts at a mdoc demo at https://hg.sr.ht/~nbuwe/mdoc-tutorial/browse/template.1 https://hg.sr.ht/~nbuwe/mdoc-tutorial/browse/mdoc-tutorial.7 that might provide some useful examples. -uwe