Module Name:    src
Committed By:   wiz
Date:           Fri Aug 21 08:14:45 UTC 2020

Modified Files:
        src/bin/sh: sh.1

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


To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.225 src/bin/sh/sh.1:1.226
--- src/bin/sh/sh.1:1.225	Thu Aug 20 23:19:34 2020
+++ src/bin/sh/sh.1	Fri Aug 21 08:14:45 2020
@@ -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 @@ implicitly by an empty directory name, o
 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 @@ command, or function, upon receiving sig
 .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

Reply via email to