aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dconschat/dconschat.8
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> Notes: svn path=/head/; revision=267668
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* mdoc: .Ud has attitude, it takes no argument!Ulrich Spörlein2010-05-271-1/+1
| | | | Notes: svn path=/head/; revision=208596
* - Add an option to change escape character.Hidetoshi Shimokawa2007-06-151-3/+9
| | | | | | | | | - Use CTRL macro. - Make target reset work on telnet port. - Add a key bind to invoke kgdb on the terminal. (experimental) Notes: svn path=/head/; revision=170775
* Clean up escape sequence handling and add support forHidetoshi Shimokawa2007-06-081-10/+20
| | | | | | | resetting target and suspending dconschat. Notes: svn path=/head/; revision=170422
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
| | | | Notes: svn path=/head/; revision=140442
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-131-58/+131
| | | | Notes: svn path=/head/; revision=130420
* Use new eui64(3) functions to print EUI-64s and to allow access to nodesBrooks Davis2004-05-261-5/+6
| | | | | | | | | by EUI-64 and name. Reviewed by: simokawa Notes: svn path=/head/; revision=129760
* Normalize polling interval while the target is offline.Hidetoshi Shimokawa2004-02-201-3/+6
| | | | Notes: svn path=/head/; revision=126038
* update for conserver-8.0.4.Hidetoshi Shimokawa2003-10-251-2/+10
| | | | Notes: svn path=/head/; revision=121504
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-241-0/+229
dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64. Notes: svn path=/head/; revision=121468