diff options
author | maxim <maxim@FreeBSD.org> | 2004-12-02 13:13:27 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2004-12-02 13:13:27 +0000 |
commit | 3e3573e4ca8ed69d0cbc87f05e2d8e06eedde33b (patch) | |
tree | 3b28f4532b2dccda5126c0a77e4d0731488f1f0d /bin | |
parent | d6497bbdb550b8e03d24e4803192282d7a150691 (diff) | |
download | FreeBSD-src-3e3573e4ca8ed69d0cbc87f05e2d8e06eedde33b.zip FreeBSD-src-3e3573e4ca8ed69d0cbc87f05e2d8e06eedde33b.tar.gz |
o Add a missed "." .
Reviewed by: ru
MFC after: 3 weeks
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/sh.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 919a27d..3329852 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -269,7 +269,7 @@ When waiting for a child, execute traps immediately. If this option is not set, traps are executed after the child exits, as specified in -.St -p1003.2 +.St -p1003.2 . This nonstandard option is useful for putting guarding shells around children that block signals. The surrounding shell may kill the child |