diff options
author | ru <ru@FreeBSD.org> | 2002-12-23 15:21:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-23 15:21:38 +0000 |
commit | 872b8f74a905fbad9aaadbff2b4a589bdf8e47f8 (patch) | |
tree | 70c83c0cb14916367010caa22c10f698d2ebeb56 /bin/sh | |
parent | 658bf7eb837fe3d514e9ede732febb99b01ef28b (diff) | |
download | FreeBSD-src-872b8f74a905fbad9aaadbff2b4a589bdf8e47f8.zip FreeBSD-src-872b8f74a905fbad9aaadbff2b4a589bdf8e47f8.tar.gz |
mdoc(7) police: markup nit.
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/sh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index ffeef50..c575935 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -1792,7 +1792,7 @@ when any specified is received. The signals are specified by name or number. In addition, the pseudo-signal -.Ic EXIT +.Cm EXIT may be used to specify an action that is performed when the shell terminates. The .Ar action |