From 5cd0c9a55ccfdf97d4f35ae27f2ed88e3af374b3 Mon Sep 17 00:00:00 2001 From: jmc Date: Mon, 3 Jan 2022 21:49:37 +0000 Subject: [PATCH] note the -c runs sh -c; from nabijaczleweli --- usr.bin/script/script.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 7bc5593770a..aa8bb2790d8 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: script.1,v 1.19 2021/04/28 17:44:35 tb Exp $ +.\" $OpenBSD: script.1,v 1.20 2022/01/03 21:49:37 jmc Exp $ .\" $NetBSD: script.1,v 1.3 1994/12/21 08:55:41 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)script.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: April 28 2021 $ +.Dd $Mdocdate: January 3 2022 $ .Dt SCRIPT 1 .Os .Sh NAME @@ -68,7 +68,7 @@ or retaining the prior contents. .It Fl c Ar command Run -.Ar command +.Nm sh Fl c Ar command , instead of an interactive shell. To run a command with arguments, enclose both in quotes. .El -- 2.20.1