<div dir="ltr"><div dir="ltr"><div dir="ltr">Lists on the man pages don't seem to be able to have a single entry, because sowing requires you to start lists with "+" and end them with "-", requiring at least two entries.<div><br></div><div>This leads to ugly-looking indentation for man pages for functions with a single input or output parameter, e.g. <a href="https://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/DMSTAG/DMStagVecGetArrayDOF.html">https://www.mcs.anl.gov/petsc/petsc-dev/docs/manualpages/DMSTAG/DMStagVecGetArrayDOF.html</a></div><div><br></div><div>I think that this can be remedied with a small change to sowing (doctext), to interpret a lone '-' as opening a list (and then closing it after one entry): <a href="https://bitbucket.org/psanan/sowing/commits/780ea53824388e8c6089ae2d6210332c63935edb">https://bitbucket.org/psanan/sowing/commits/780ea53824388e8c6089ae2d6210332c63935edb</a></div><div><br></div><div>(Posting this here since I'm not sure how closely the <a href="http://bitbucket.org/petsc/pkg-sowing">bitbucket.org/petsc/pkg-sowing</a> repository is monitored)</div></div></div></div>