Module Name:    src
Committed By:   kre
Date:           Sun Oct 29 00:20:42 UTC 2017

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

Log Message:
Correct a markup typo (Sv -> Dv)


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 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.170 src/bin/sh/sh.1:1.171
--- src/bin/sh/sh.1:1.170	Sat Oct 28 06:36:17 2017
+++ src/bin/sh/sh.1	Sun Oct 29 00:20:42 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.170 2017/10/28 06:36:17 kre Exp $
+.\"	$NetBSD: sh.1,v 1.171 2017/10/29 00:20:42 kre Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -3301,7 +3301,7 @@ To cause a foreground process to stop, e
 .Ic stop
 character (usually control-Z).
 To cause a background process to stop, send it a
-.Sv STOP
+.Dv STOP
 signal, using the kill command.
 A useful function to define is
 .Bd -literal -compact

Reply via email to