ru
0957874304
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
kris
1bd6ae3627
Don't call warn() with no format string.
2000-07-10 09:18:19 +00:00
green
7dbfd3cdab
Make a run-on sentence into two proper sentences, and clarify the meaning
...
a bit.
2000-03-06 23:06:11 +00:00
sheldonh
c0e8952a50
Remove more single-space hard sentence breaks.
2000-03-02 14:54:02 +00:00
sheldonh
d39e57413d
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 12:20:22 +00:00
billf
79fd419704
Fix grammar error. (missing verb)
1999-12-13 23:37:56 +00:00
guido
4795c81776
Adjust man page: if command is specified, file name is mandatory
1999-11-24 15:47:45 +00:00
peter
e4b04a2b21
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
sheldonh
a1a29325a0
Pass as argv[0] the name of the shell executed instead of "sh".
...
PR: 2851
Reported by: era@iki.fi
Obtained from: NetBSD
1999-08-11 23:45:59 +00:00
jkoshy
9db74d3695
Mention default time between output flushes in manual page.
...
PR: docs/8009
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-09-29 01:49:49 +00:00
des
a340a668b2
Fix the following bugs:
...
- if a command was specified and script(1) failed to execute it,
it would print the name of your shell in the error message
instead of that of the command that failed.
- since finish() was installed as a SIGCHLD handler, it would
often run before the main loop had had time to process the
last few bytes of output. This resulted in very strange
truncated error messages.
- script(1) would almost always return with an exit status of 0,
even if the command returned a non-zero exit status. This broke
my 'build world, install it and rebuild the kernel' scripts
because 'make installworld' would run even if 'make buildworld'
had failed.
1998-09-19 09:45:42 +00:00
steve
16359590c3
Fix a bunch of spelling errors.
...
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
1998-06-04 21:06:07 +00:00
peter
d4db5d77ab
Rewrite script as a select loop rather than as a twin reader/write process.
...
This allows simple logging of keys sent to a session (turned on with -k).
Also allow specifying the script file flush interval.
1998-03-08 14:19:18 +00:00
peter
dbe0c21126
Fix typo while copying patch from the 2.2 system that it came from
...
Use execvp rather than execv so that full paths are not needed.
1997-12-30 01:20:08 +00:00
peter
c676b1b45f
script(1) has annoyed me with it's inflexable command argument parsing
...
since I first saw it. I finally needed to pass arguments through to
the spawned command badly enough (and urgently) that I threw this together.
1997-12-29 13:31:46 +00:00
charnier
a5dc16017a
Add usage(). Use err(3) instead of local redefinition.
1997-08-08 12:24:49 +00:00
imp
cd84ece5fd
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
bde
071f2afd3e
Don't use __dead or __pure in user code. They were obfuscations
...
for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2
or __pure2 where it wasn't already done, except in math.h where use
of __pure was mostly wrong.
1996-09-14 03:00:32 +00:00
wollman
01cdce9796
Delete bogus referneces to timezone code internal header file `tzfile.h',
...
which is no longer bogusly installed in /usr/include.
1995-08-07 19:17:46 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00