From af5eb6fcc5473b1423da296ce6c39fc91f06153f Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Thu, 2 Dec 2004 13:13:27 +0000 Subject: [PATCH] o Add a missed "." . Reviewed by: ru MFC after: 3 weeks --- bin/sh/sh.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 919a27d99340..33298520a890 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