Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh Remove unmatched .El and mark up signal name with Dv.



details:   https://anonhg.NetBSD.org/src/rev/d8251a06b661
branches:  trunk
changeset: 942881:d8251a06b661
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Aug 21 08:14:45 2020 +0000

description:
Remove unmatched .El and mark up signal name with Dv.

diffstat:

 bin/sh/sh.1 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 9cb554e59fa9 -r d8251a06b661 bin/sh/sh.1
--- a/bin/sh/sh.1       Fri Aug 21 08:09:55 2020 +0000
+++ b/bin/sh/sh.1       Fri Aug 21 08:14:45 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.225 2020/08/20 23:19:34 kre Exp $
+.\"    $NetBSD: sh.1,v 1.226 2020/08/21 08:14:45 wiz Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -1133,7 +1133,6 @@
 If a directory searched contains an executable file with the same
 name as the command given,
 the search terminates, and that program is executed.
-.El
 .Ss Command Exit Status
 Each command has an exit status that can influence the behavior
 of other shell commands.
@@ -3584,7 +3583,9 @@
 .Pp
 .Dl Ic eval Qo \&$( trap -P QUIT \&) Qc
 .Pp
-Parse and execute the action that would be invoked were a SIGQUIT received.
+Parse and execute the action that would be invoked were a
+.Dv SIGQUIT
+received.
 .Pp
 .Dl trap 1 2
 .Pp



Home | Main Index | Thread Index | Old Index