Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Correct a markup typo (Sv -> Dv)



details:   https://anonhg.NetBSD.org/src/rev/468deef4ec59
branches:  trunk
changeset: 827456:468deef4ec59
user:      kre <kre%NetBSD.org@localhost>
date:      Sun Oct 29 00:20:42 2017 +0000

description:
Correct a markup typo (Sv -> Dv)

diffstat:

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

diffs (18 lines):

diff -r e5973d5229ad -r 468deef4ec59 bin/sh/sh.1
--- a/bin/sh/sh.1       Sun Oct 29 00:02:23 2017 +0000
+++ b/bin/sh/sh.1       Sun Oct 29 00:20:42 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index