aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lorder
Commit message (Collapse)AuthorAgeFilesLines
* Document the NM environment variable.Ruslan Ermilov2006-10-251-1/+9
| | | | Notes: svn path=/head/; revision=163682
* Markup fixes.Ruslan Ermilov2006-09-291-3/+3
| | | | Notes: svn path=/head/; revision=162792
* ru@ recently changed lorder to support library archives. DocumentWarner Losh2006-04-271-1/+9
| | | | | | | this new feature prominently. Bump date while I'm here. Notes: svn path=/head/; revision=158077
* Oops, revert last commit (the manpage is still built in objdir).Ruslan Ermilov2005-09-281-1/+0
| | | | Notes: svn path=/head/; revision=150671
* Add NO_OBJ.Ruslan Ermilov2005-09-281-0/+1
| | | | Notes: svn path=/head/; revision=150669
* Fix loder(1) to work with libraries. This can be useful toRuslan Ermilov2005-07-151-5/+14
| | | | | | | | sort long DPADD lists automatically. While here, recognize `W' as the global symbol. This has been tested since 2004. Notes: svn path=/head/; revision=148060
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131507
* Give the -o option before any filename operands when invoking the sortTim J. Robbins2003-06-011-2/+2
| | | | | | | | | utility. 1003.1-2001 does not allow sort to accept the -o option after the operands (Base Definitions, 12.2 Utility Syntax Guidelines, Guideline 9). Notes: svn path=/head/; revision=115647
* Make it work with POSIX sort (POS arg)Andrey A. Chernov2002-09-241-2/+2
| | | | | | | All old sorts understand -k too. Notes: svn path=/head/; revision=103902
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-4/+1
| | | | Notes: svn path=/head/; revision=75286
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
| | | | Notes: svn path=/head/; revision=74848
* Pick up the environment variable ${NM} if it exists and use that to listDoug Rabson2001-03-061-1/+2
| | | | | | | | symbols. This allows lorder to be used more easily in a cross-build environment. Notes: svn path=/head/; revision=73882
* Use different filenames.Tim Vanderhoek2000-05-171-2/+4
| | | | | | | Submitted by: bin/16927, Mike Heffner Notes: svn path=/head/; revision=60671
* $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
* Removed explict PATH which tended to cause the *wrong* path to be usedJohn Birrell1998-08-151-12/+5
| | | | | | | | | | more often than not. Also included Doug Rabson's changes to make this script better handle the two varieties of nm output we now have. Notes: svn path=/head/; revision=38322
* Typo.Philippe Charnier1997-07-231-6/+6
| | | | Notes: svn path=/head/; revision=27624
* typo.Poul-Henning Kamp1996-06-101-1/+1
| | | | | | | Submitted by: "Philippe Charnier" <charnier@lirmm.fr> Notes: svn path=/head/; revision=16280
* Change `install' to `${INSTALL}' as usual.Bruce Evans1995-07-251-2/+2
| | | | | | | Remove the extra slash in ${DESTDIR}/${BINDIR}. Notes: svn path=/head/; revision=9700
* lorder(1) manual page not properly installed due to makefile usurpingPaul Traina1994-10-271-1/+1
| | | | | | | install rule. Notes: svn path=/head/; revision=3937
* More merry makefile munging for man page compatability.Garrett Wollman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1866
* Cleanup so that make install can run, many install: maninstall changedRodney W. Grimes1994-05-301-2/+1
| | | | | | | to just install:, sperious targets and CLEANFILES removed. Notes: svn path=/head/; revision=1637
* Remove unneeded targets for manual page. Remove unneeded cleanfiles.Rodney W. Grimes1994-05-291-7/+0
| | | | Notes: svn path=/head/; revision=1627
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+179
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590