1d_fd_simple_shear

continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE Back to index

commit 699306346b7a372e537e8b3edd7598c7ec419411
parent e03d50cff4846a4816d315727d33902b2f190188
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  6 Apr 2020 13:32:46 +0200

Fix formatting of exit error listing

Diffstat:
M1d_fd_simple_shear.1 | 27+++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/1d_fd_simple_shear.1 b/1d_fd_simple_shear.1 @@ -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