diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-28 19:45:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-28 19:45:00 +0000 |
commit | b3afbe48144b4e9274bd364ada0f5c76b07640f1 (patch) | |
tree | 02a91a6e265b781284075e8452f551e7ca93083e /usr.bin/script | |
parent | a9a12f5c2ccd283e627914434021a6d2f89b1476 (diff) |
zap trailing whitespace;
Diffstat (limited to 'usr.bin/script')
-rw-r--r-- | usr.bin/script/script.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 0d7969a0a7f..373fc1ea9a1 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: script.1,v 1.17 2019/02/15 02:49:24 ian Exp $ +.\" $OpenBSD: script.1,v 1.18 2019/03/28 19:44:59 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: February 15 2019 $ +.Dd $Mdocdate: March 28 2019 $ .Dt SCRIPT 1 .Os .Sh NAME @@ -73,7 +73,7 @@ instead of an interactive shell. To run a command with arguments, enclose both in quotes. .El .Pp -The script ends when the forked program exits (an +The script ends when the forked program exits (an .Ic exit , .Ic logout , or control-D |