tFix formatting of exit error listing - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 699306346b7a372e537e8b3edd7598c7ec419411
 (DIR) parent e03d50cff4846a4816d315727d33902b2f190188
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  6 Apr 2020 13:32:46 +0200
       
       Fix formatting of exit error listing
       
       Diffstat:
         M 1d_fd_simple_shear.1                |      27 +++++++++++++--------------
       
       1 file changed, 13 insertions(+), 14 deletions(-)
       ---
 (DIR) diff --git a/1d_fd_simple_shear.1 b/1d_fd_simple_shear.1
       t@@ -229,23 +229,22 @@ and output files are generated with the interval specified with
        .Fl I Ar file-interval .
        .Sh EXIT STATUS
        .Nm
       -exits 0 on succes, and >0 if an error occurs:
       +exits 0 on succes, and >0 if a runtime error occurs:
        .Pp
       -.Bl -compact
       -.It
       -0: successful exit
       -.It
       -1: unspecified error
       -.It
       -2:
       +.Bl -tag -compact
       +.It 0
       +successful exit
       +.It 1
       +unspecified error
       +.It 2
        .Xr pledge 2
        error (OpenBSD only)
       -.It
       -10: transient solver error
       -.It
       -11: fluid solver error
       -.It
       -12: granular solver error
       +.It 10
       +transient solver error
       +.It 11
       +fluid solver error
       +.It 12
       +granular solver error
        .El
        .\" .Sh EXAMPLES
        .\" .Sh DIAGNOSTICS