summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Improve shell documentation:sheldonh1999-09-086-33/+51
| | | | | | | | | | | | | | | | | | | | | | | | | * Consistently misspell built-in as builtin. * Add a builtin(1) manpage and create builtin(1) MLINKS for all shell builtin commands for which no standalone utility exists. These MLINKS replace those that were created for csh(1). * Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages, as well as to the manpages of standalone utilities which are supported as shell builtin commands in at least one of the shells. In such manpages, explain that similar functionality may be provided as a shell builtin command. * Improve sh(1)'s description of the cd builtin command. Csh(1) already describes it adequately. Replace the cd(1) manpage with a builtin(1) MLINKS link. * Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use Ic instead of Xr for shell builtin commands. * Undo English contractions. Reviewed by: mpp, rgrimes
* Fix Common Error brokenness.markm1999-09-063-6/+6
|
* -Wall: remove unused variable, initialize variable to avoid gcc stupidity.billf1999-09-061-1/+3
|
* Don't depend on the fact that variables default to int.billf1999-09-062-5/+5
|
* Cast pw_change and pw_expire to long and fix the format specifier accordingly.billf1999-09-061-2/+2
|
* Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional andpeter1999-09-063-4/+2
| | | | we have enough pseudo-options already.
* Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fixsheldonh1999-09-063-1/+8
| | | | | | | the sockstat.1 document title, which still remembers when sockstat was called lsock. Reviewed by: mpp
* Zap $Locker$peter1999-09-061-1/+0
|
* Zap $Source$peter1999-09-061-1/+0
|
* $Revision$ -> $FreeBSD$peter1999-09-061-1/+1
|
* Zap $Revision$peter1999-09-061-1/+1
|
* Tidy up $Log$ debrispeter1999-09-061-3/+0
|
* Remove unused variables.chris1999-09-051-3/+1
|
* $Id$ -> $FreeBSD$peter1999-09-052-2/+2
|
* mdoc(7) style fixesphantom1999-09-051-1/+3
| | | | | PR: docs/13409 Reviewed by: mpp
* Perl support in vi is broken if perl has thread support built in.markm1999-09-041-2/+2
| | | | Document this. Minor nitpick in other comments.
* Build this from contrib/ now.markm1999-09-047-657/+3
|
* Thorough revamp of how input commands are processed. This allows customizationhoek1999-09-0321-818/+2777
| | | | | | | | | | | 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?)
* Correct the information about Lincoln's assasination (shot on 14-4, diednik1999-09-031-3/+3
| | | | | | | | on 15-4). The Nagasaki bomb was dropped on August 9th, not August 8th. Submitted by: Tony Sumner <solon@macaulay.demon.co.uk>
* column counter (cnt) not reset to 0 on display of '\r' which could causedbaker1999-09-011-1/+4
| | | | | | unnecessary forced linewraps on some terminals. Submitted by: David McNett <nugget@slacker.com>
* Properly document -P and -p flags.chris1999-09-012-1/+4
|
* Remove unused variable `ch'.chris1999-09-011-1/+0
|
* Corrected apparent omission in program logic which was causing thedbaker1999-09-011-1/+2
| | | | | | | insertion of redundant crlf's. Eliminated the venetian-blind effect in walled text. Submitted by: David McNett <nugget@slacker.com>
* Slay a grammar gremlin.hoek1999-09-011-1/+1
|
* unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoephk1999-09-011-48/+0
|
* FreeBSD District court of Appeals - TN3270 vs Portsmarkm1999-08-3196-18752/+0
| | | | | | | | | | | | | | | | | | | | | 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? ...
* Remove tn3270 from the build, preparatory to a short trial and amarkm1999-08-301-1/+0
| | | | | brutal sentence. Once the dateline has crossed the repository, tn3270 is history. Folk who want it, please use the new port.
* Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunchpeter1999-08-301-1/+1
| | | | of conflicting symbols with ncurses.
* We're using ncurses now.peter1999-08-301-3/+3
|
* Take a shot at making this work under termcap/terminfo ncurses. Itpeter1999-08-304-25/+33
| | | | | cheats a bit by accessing the termcap string buffer. A better solution is needed.
* Make this compile.. (Why do we have tn3270 in the tree anyway?)peter1999-08-301-0/+4
|
* talk depended on side effects of curses includes.peter1999-08-302-0/+2
|
* systat is way too comfortable with curses internals...peter1999-08-304-13/+13
|
* tconv is broken, it's libmytinfo dependent.peter1999-08-301-1/+1
|
* Yet another previously forgotten merge from Lite2. (Describebde1999-08-301-4/+5
| | | | | | | `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).)
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-283-0/+6
| | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net>
* $Header$ -> $FreeBSD$peter1999-08-2830-34/+37
|
* $Id$ -> $FreeBSD$peter1999-08-28795-807/+807
|
* $Id$ -> $FreeBSD$peter1999-08-272-2/+2
|
* Add -m option to specify a creation mode whcih is not affected bysheldonh1999-08-272-9/+59
| | | | | | | | the umask of the calling process. PR: 13365 Reported by: James Howard <howardjp@wam.umd.edu> Reviewed by: bde
* Add ``-i'' option, which is the same as ``-''. The -i option is thesheldonh1999-08-272-8/+19
| | | | | | | | | 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
* 1. Add support for months and years in relative time spec (now + 1 year)nsayer1999-08-262-52/+35
| | | | | | | 2. Rip out dateadd() and re-do the plus operator handler to use mktime() instead (per wollman). Reviewed by: wollman
* Declaration of strtouq() is not missing from stdlib.h, so don't redeclaredt1999-08-251-3/+0
| | | | it.
* Use the final version of the patch for the overflow, not the next toimp1999-08-221-7/+9
| | | | | | final. Noticed by: eivind
* Fix a temp file race occurring only when -j is used.hoek1999-08-222-15/+17
| | | | | Noticed by: ru Obtained from: OpenBSD
* Mention rwhod(8) in the SEE ALSO sectionbrian1999-08-211-2/+3
|
* Fix possible buffer overflow with finger and fingerd.imp1999-08-211-16/+27
| | | | | | | 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.
* Clear all file flags when taking ownership of devices. Do not ignoreimp1999-08-212-3/+16
| | | | | chown failures in some places, but instead log them like we do all other errors.
* Fix a bunch of broken cross-referenceschris1999-08-181-2/+2
|
* Don't assume all ctags are meant to match a whole line ("^...line...$").hoek1999-08-171-5/+44
| | | | This lets more(1) work with, for example, /usr/local/share/vim/doc/*.txt.
OpenPOWER on IntegriCloud