aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/symorder/symorder.1
Commit message (Collapse)AuthorAgeFilesLines
* Remove symorder. It's almost useless now that we have ELF kernels andTim J. Robbins2003-09-111-98/+0
| | | | | | | no a.out toolchain. Notes: svn path=/head/; revision=119980
* command -> utilityPhilippe Charnier2003-06-081-1/+1
| | | | Notes: svn path=/head/; revision=116054
* Introduce option enumeration the standard way.Philippe Charnier2002-10-171-2/+4
| | | | Notes: svn path=/head/; revision=105321
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-1/+1
| | | | | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Notes: svn path=/head/; revision=96247
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* Make the synopsis resemble the usage in the source file.Dima Dorfman2001-06-161-5/+4
| | | | Notes: svn path=/head/; revision=78368
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Use err(3) instead of local redefinition. Add prototypes.Philippe Charnier1997-08-121-4/+4
| | | | Notes: svn path=/head/; revision=28100
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-3/+3
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Add a '-c' option for cleaning namelists of various things.Poul-Henning Kamp1995-10-151-0/+5
| | | | Notes: svn path=/head/; revision=11502
* Add option `-x excludelist'. This will be used for removing variouslyBruce Evans1995-01-171-1/+8
| | | | | | | | | | | | | | | spelled g*compiled* symbols from the kernel so that ddb doesn't have to do it. The symbols are currently removed by dbsym but dbsym will go away when symbols are loaded by the boot loader. Document -m option in usage message. Check for overrunning some arrays. Fix some misformatting. Notes: svn path=/head/; revision=5677
* Symorder complains if INET isn't in the kernel. I added '-m' to inform itPoul-Henning Kamp1994-10-161-1/+4
| | | | | | | | that it should exit(0) even if this is so. fixed a /386bsd -> /kernel in the man-page while at it. Notes: svn path=/head/; revision=3651
* Christoph Robitschko manual page fixes to correct the references to vmunixRodney W. Grimes1993-10-081-1/+1
| | | | | | | by replacing the name with 386bsd. Notes: svn path=/head/; revision=546
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+81
Notes: svn path=/cvs2svn/branches/tcpdump/; revision=2