aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ee/ee.1
Commit message (Collapse)AuthorAgeFilesLines
* Merge local changes to ee(1) into contrib space.Ed Schouten2009-05-261-623/+0
| | | | | | | | | | | The source file, manual page and English translation are now directly obtained from the contrib/ directory. This makes it a lot easier to merge a newer version of ee(1) into the tree. Thanks to: des and jhb Notes: svn path=/head/; revision=192856
* - Remove MLINKS to nonexistant manpagesChristian Brueffer2005-07-141-1/+1
| | | | | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days Notes: svn path=/head/; revision=148011
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Deal with double whitespace.Ruslan Ermilov2004-07-031-3/+3
| | | | Notes: svn path=/head/; revision=131507
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-43/+85
| | | | Notes: svn path=/head/; revision=131491
* Fix references to non-existing or obsoleted man pages.Jens Schweikhardt2003-04-301-1/+1
| | | | | | | | PR: docs/51480 (only a small part) Submitted by: Diomidis D. Spinellis <dds@aueb.gr> Notes: svn path=/head/; revision=114318
* Use `The .Nm utility'Philippe Charnier2002-04-191-6/+9
| | | | Notes: svn path=/head/; revision=95083
* Remove whitespace at EOL.Dima Dorfman2001-07-151-160/+160
| | | | Notes: svn path=/head/; revision=79755
* Resolve conflicts.Maxim Sobolev2001-03-271-5/+15
| | | | Notes: svn path=/head/; revision=74857
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
| | | | Notes: svn path=/head/; revision=68963
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
| | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/head/; revision=51457
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Convert to mdoc format. Header -> Id.Philippe Charnier1998-02-021-356/+394
| | | | Notes: svn path=/head/; revision=33015
* Fix a typo that caused an incorrect path to be displayed.Steve Price1997-08-131-2/+2
| | | | | | | PR: docs/4258 Notes: svn path=/head/; revision=28137
* Merge ee version 1.3 from the vendor branch. Clean up files we've gotJoerg Wunsch1996-12-291-3/+24
| | | | | | | | | | | | | in a different location. (Sigh, the initial import gratuitously changed the directory structure here, rendering the vendor branch a little useless.) Note: the French message catalog needs updating. By now, i've simply appended the English messages. NB: French message # 123 has been wrong, please correct whoever is going to deal with this. Notes: svn path=/head/; revision=21015
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-02-021-2/+2
| | | | | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one. Notes: svn path=/head/; revision=13835
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* This is `ee' - the Easy Editor. I'm bringing it in to replace vi onvendor/ee/1.2.4Jordan K. Hubbard1995-08-301-0/+508
the installation floppy (and in any references in new user docs for editing files) since tossing a novice into vi with no help or clue as to what the key bindings are is both cruel and in violation of the Hague Convention. It's also much SMALLER than vi and even supports emacs key bindings for those so inclined. Submitted by: "Hugh F. Mahon" <hugh@nsmdserv.cnd.hp.com> Notes: svn path=/cvs2svn/branches/HUGH_F_MAHON/; revision=10452 svn path=/cvs2svn/tags/ee/; revision=10454; tag=vendor/ee/1.2.4