Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Typos.



details:   https://anonhg.NetBSD.org/src/rev/10bde06eb466
branches:  trunk
changeset: 766005:10bde06eb466
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Jun 13 00:17:15 2011 +0000

description:
Typos.

diffstat:

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

diffs (28 lines):

diff -r 73bdfa5ed24b -r 10bde06eb466 bin/sh/sh.1
--- a/bin/sh/sh.1       Sun Jun 12 21:28:26 2011 +0000
+++ b/bin/sh/sh.1       Mon Jun 13 00:17:15 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.100 2011/06/11 14:37:36 christos Exp $
+.\"    $NetBSD: sh.1,v 1.101 2011/06/13 00:17:15 uebayasi Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -1238,7 +1238,7 @@
 .Ar directory
 is
 .Sq - ,
-then she current working directory is changed to the previous current
+then the current working directory is changed to the previous current
 working directory as set in
 .Ev OLDPWD .
 Otherwise if an entry for
@@ -1683,7 +1683,8 @@
 With
 .Ar action
 omitted or set to 
-.Sq - the specified signals are set to their default action.
+.Sq -
+the specified signals are set to their default action.
 When the shell forks off a subshell, it resets trapped (but not ignored)
 signals to the default action.
 On non-interactive shells, the



Home | Main Index | Thread Index | Old Index