Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/script New sentence, new line. Remove trailing white...



details:   https://anonhg.NetBSD.org/src/rev/ee6ce8b04d3a
branches:  trunk
changeset: 748229:ee6ce8b04d3a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Oct 17 22:28:33 2009 +0000

description:
New sentence, new line. Remove trailing whitespace.

diffstat:

 usr.bin/script/script.1 |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r 6b5a6b86a715 -r ee6ce8b04d3a usr.bin/script/script.1
--- a/usr.bin/script/script.1   Sat Oct 17 22:26:13 2009 +0000
+++ b/usr.bin/script/script.1   Sat Oct 17 22:28:33 2009 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: script.1,v 1.11 2009/10/17 19:05:54 christos Exp $
+.\"    $NetBSD: script.1,v 1.12 2009/10/17 22:28:33 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -66,7 +66,7 @@
 .Pa typescript ,
 retaining the prior contents.
 .It Fl c Ar command
-Run the named 
+Run the named
 .Ar command
 instead of the shell.
 Useful for capturing the output of a program that behaves differently when
@@ -74,8 +74,8 @@
 .It Fl d
 Don't sleep between records when playing back a timestamped session.
 .It Fl f
-Flush output after each write. This is useful for watching the script
-output in real time.
+Flush output after each write.
+This is useful for watching the script output in real time.
 .It Fl p
 Play back a recorded session in real time.
 .It Fl q
@@ -116,10 +116,12 @@
 .Ev SHELL
 exists, the shell forked by
 .Nm
-will be that shell. If
+will be that shell.
+If
 .Ev SHELL
 is not set, the Bourne shell
-is assumed. (Most shells set this variable automatically).
+is assumed.
+(Most shells set this variable automatically).
 .El
 .Sh SEE ALSO
 .Xr csh 1



Home | Main Index | Thread Index | Old Index