peter
f7fdcd93d4
$Revision$ -> $FreeBSD$
1999-09-06 07:33:51 +00:00
peter
73b5a006db
Zap $Revision$
1999-09-06 07:33:18 +00:00
peter
30861c2b1a
Tidy up $Log$ debris
1999-09-06 07:32:15 +00:00
chris
1eef2252ef
Remove unused variables.
1999-09-05 23:27:53 +00:00
peter
2ba0669ae5
$Id$ -> $FreeBSD$
1999-09-05 19:13:04 +00:00
phantom
ba06c7bc7e
mdoc(7) style fixes
...
PR: docs/13409
Reviewed by: mpp
1999-09-05 05:50:38 +00:00
markm
1f1e44eabe
Perl support in vi is broken if perl has thread support built in.
...
Document this. Minor nitpick in other comments.
1999-09-04 10:27:12 +00:00
markm
3f27ca1140
Build this from contrib/ now.
1999-09-04 09:52:36 +00:00
hoek
a14fe466b1
Thorough revamp of how input commands are processed. This allows customization
...
of user keys (documentation pending). The only key whose semantics have
changed is the capital 'N' key, which now performs a repeat-search in the
opposite direction (just like in vi).
This commit is a little bulkier than what I had originally planned. I'm not
completely happy with the direction it went, but it's definately an
improvement, and the alternative is to continue becoming irrelevant compared
to GNU less. (Does anyone even _use_ /usr/bin/more these days?)
1999-09-03 22:31:21 +00:00
nik
7d240ed581
Correct the information about Lincoln's assasination (shot on 14-4, died
...
on 15-4).
The Nagasaki bomb was dropped on August 9th, not August 8th.
Submitted by: Tony Sumner <solon@macaulay.demon.co.uk>
1999-09-03 17:33:11 +00:00
dbaker
e15986424e
column counter (cnt) not reset to 0 on display of '\r' which could cause
...
unnecessary forced linewraps on some terminals.
Submitted by: David McNett <nugget@slacker.com>
1999-09-01 23:07:29 +00:00
chris
17831c333c
Properly document -P and -p flags.
1999-09-01 22:56:44 +00:00
chris
066bdb9078
Remove unused variable `ch'.
1999-09-01 22:26:36 +00:00
dbaker
029cf048cd
Corrected apparent omission in program logic which was causing the
...
insertion of redundant crlf's. Eliminated the venetian-blind effect
in walled text.
Submitted by: David McNett <nugget@slacker.com>
1999-09-01 22:21:24 +00:00
hoek
0a4037f637
Slay a grammar gremlin.
1999-09-01 20:25:44 +00:00
phk
237070fe4d
unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoe
1999-09-01 11:25:25 +00:00
markm
934f2bc97e
FreeBSD District court of Appeals - TN3270 vs Ports
...
Judge: TN3270, you are charged with being superfluous to
requirement, and have been found guilty.
Defence, do you have any final words?
Defence lawyer: Yes,..
*!BLAM!*
Judge: Contempt of court!! That blood is disgusting! Sergeant?
Sergeant: Sah!?
Judge: Get that mess out of here.
Sergeant: Sah!!
Judge: Anyone else have anything else to say?
...
Judge: Executioner!
Executioner: My lord?
Judge: Carry out the sentence, forthwith!
Executioner: As my lord wishes...
*!BLAM!* *!BLAM!* *!BLAM!*
Judge: Any more matters for the court today?
...
1999-08-31 08:55:39 +00:00
markm
6aee941745
Remove tn3270 from the build, preparatory to a short trial and a
...
brutal sentence. Once the dateline has crossed the repository,
tn3270 is history. Folk who want it, please use the new port.
1999-08-30 20:57:06 +00:00
peter
04d539c0b6
Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunch
...
of conflicting symbols with ncurses.
1999-08-30 10:03:27 +00:00
peter
5f5c0c401a
We're using ncurses now.
1999-08-30 08:28:47 +00:00
peter
c87e1a3786
Take a shot at making this work under termcap/terminfo ncurses. It
...
cheats a bit by accessing the termcap string buffer. A better solution
is needed.
1999-08-30 08:27:31 +00:00
peter
fc261166e2
Make this compile.. (Why do we have tn3270 in the tree anyway?)
1999-08-30 08:23:33 +00:00
peter
b059faadfe
talk depended on side effects of curses includes.
1999-08-30 08:21:17 +00:00
peter
ce5c0946e0
systat is way too comfortable with curses internals...
1999-08-30 08:18:09 +00:00
peter
496e2f9771
tconv is broken, it's libmytinfo dependent.
1999-08-30 08:16:31 +00:00
bde
7e1d2c3043
Yet another previously forgotten merge from Lite2. (Describe
...
`opaque', fix reversed description of `nodump', and don't use
`nodump' as an example of adding a `no' prefix since the double
negative would be confusing (it's still confusing -- the implicitly
documented `nonodump' flag doesn't exist).)
1999-08-30 03:40:26 +00:00
mpp
59a037c52b
Add $FreeBSD$ lines to man pages that are missing them to make it
...
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:23:38 +00:00
peter
c81dbb3c98
$Header$ -> $FreeBSD$
1999-08-28 05:11:36 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
peter
289c0d262f
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
sheldonh
5ee026700b
Add -m option to specify a creation mode whcih is not affected by
...
the umask of the calling process.
PR: 13365
Reported by: James Howard <howardjp@wam.umd.edu>
Reviewed by: bde
1999-08-27 10:40:27 +00:00
sheldonh
0e8ead5c97
Add `-i'' option, which is the same as
`-''. The -i option is the
...
recommended option in the manpage, but the - option remains for
backward compatibility and is documented as such.
PR: 13363
Reported by: James Howard <howardjp@wam.umd.edu>
Reviewed by: bde
1999-08-27 08:59:32 +00:00
nsayer
fc7337e0f6
1. Add support for months and years in relative time spec (now + 1 year)
...
2. Rip out dateadd() and re-do the plus operator handler to use mktime()
instead (per wollman).
Reviewed by: wollman
1999-08-26 16:18:38 +00:00
dt
dc136bfb0f
Declaration of strtouq() is not missing from stdlib.h, so don't redeclare
...
it.
1999-08-25 14:22:20 +00:00
imp
b78c77d7be
Use the final version of the patch for the overflow, not the next to
...
final.
Noticed by: eivind
1999-08-22 17:24:25 +00:00
hoek
963913abb6
Fix a temp file race occurring only when -j is used.
...
Noticed by: ru
Obtained from: OpenBSD
1999-08-22 05:28:13 +00:00
brian
e331ee4848
Mention rwhod(8) in the SEE ALSO section
1999-08-21 20:26:59 +00:00
imp
a978a32098
Fix possible buffer overflow with finger and fingerd.
...
Submitted by: Lukasz Luzar <lluzar@noname.kki.krakow.pl> and
Eivind Eklund <eivind@yes.no>
This patch is actually a combination of those two patches.
1999-08-21 18:25:38 +00:00
imp
b725db36e2
Clear all file flags when taking ownership of devices. Do not ignore
...
chown failures in some places, but instead log them like we do all
other errors.
1999-08-21 18:19:49 +00:00
chris
212887c836
Fix a bunch of broken cross-references
1999-08-18 05:55:22 +00:00
hoek
0a6dd539cb
Don't assume all ctags are meant to match a whole line ("^...line...$").
...
This lets more(1) work with, for example, /usr/local/share/vim/doc/*.txt.
1999-08-17 00:49:40 +00:00
hoek
5d62bbe5a5
Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).
...
Obtained from: OpenBSD, sometimes indirected from NetBSD; myself
1999-08-17 00:39:26 +00:00
bde
3b32edfe60
Fixed editing error in previous commit. -lmd' (link libmd) became
-md'
...
(emulate the 'd' linker (?)). This was most harmful for the NOSHARED=yes
case since libskey.o isn't linked to libmd.a.
Fixed the usual disorder of DPADD and LDADD, and some tab lossage.
1999-08-15 13:14:50 +00:00
mpp
678c6e21bd
Various man page cleanup:
...
- Sort xrefs
- Be consistent with section names as outlines in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
1999-08-15 08:25:34 +00:00
chris
7c1609adea
Fix bad references:
...
vmstat(1) -> vmstat(8)
iostat(1) -> iostat(8)
1999-08-14 06:52:28 +00:00
chris
684bd78c43
Bad reference of getcwd(2) changed to getcwd(3).
1999-08-14 06:47:13 +00:00
chris
a6bd2884d8
Bad reference of setrlimit(3) changed to setrlimit(2).
1999-08-14 06:39:48 +00:00
chris
b9350d7932
Specify that `ruptime' data is broadcast once every three minutes, not
...
once every minute.
PR: docs/13130
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-08-14 01:04:10 +00:00
sheldonh
a9521339a7
Axe LOGIN_CAP_AUTH.
...
PR: 10115
Reported by: Gene Skonicki <gene@cif.rochester.edu>
Requested by: jdp
1999-08-13 16:51:40 +00:00
sheldonh
372b698140
Correct style issues with the previous commit.
...
Requested by: bde
1999-08-13 12:56:35 +00:00