aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/strings
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-6/+3
| | | | Notes: svn path=/releng/4.6/; revision=99348
* The .Nm utilityPhilippe Charnier2002-06-211-3/+6
| | | | Notes: svn path=/stable/4/; revision=98564
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-162-2/+3
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81777
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+2
| | | | Notes: svn path=/stable/4/; revision=75957
* MFC: r1.9: remove extraneous externsKris Kennaway2001-03-041-2/+0
| | | | Notes: svn path=/stable/4/; revision=73485
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | 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
* malloc(3) need to allocate one byte more.Poul-Henning Kamp1999-03-291-2/+2
| | | | | | | | PR: 10855 Submitted by: Petteri Holländer <pete@iki.fi> Notes: svn path=/head/; revision=45113
* Install the legacy man file in section 1aout.John Birrell1998-09-071-0/+1
| | | | Notes: svn path=/head/; revision=38899
* ELF preparation step 1:Søren Schmidt1998-05-251-0/+1
| | | | | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow... Notes: svn path=/head/; revision=36374
* Use err(3).Philippe Charnier1997-08-113-23/+25
| | | | Notes: svn path=/head/; revision=28072
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Use more complicated printable test to remove unnecessary 8bit charsAndrey A. Chernov1995-12-281-1/+3
| | | | Notes: svn path=/head/; revision=13079
* Localize itAndrey A. Chernov1995-12-281-1/+4
| | | | Notes: svn path=/head/; revision=13076
* >Description:David Greenman1995-02-151-1/+1
| | | | | | | | | | | | | | | | | The "strings" program chokes if you try using "-n". >How-To-Repeat: Try "strings -n SOMENUMBER SOMEFILE". >Fix: Here's a "diff -u" patch that corrects the problem. Submitted by: Lon Willett <lon%softt.uucp@math.utah.edu> via NetBSD Notes: svn path=/head/; revision=6413
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+413
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590