History log of /freebsd-11.0-release/usr.bin/look/look.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 289677 21-Oct-2015 eadler

Fix a ton of speelling errors

arc lint is helpful

Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337


# 268242 04-Jul-2014 eadler

look: implement long options
gentoo has "util-linux 2.24.1" with long options. Other distributions
have similar.

usage() is intentionally unchanged to keep it short and sweet

Reviewed by: jmg
Discussed with: adrian, jilles


# 265865 11-May-2014 eadler

look(1): add compability with other implementations.

On other implementations 'look -a' uses an alternate dictionary. Since we don't
have one, just ignore it.


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 132397 19-Jul-2004 tjr

Sort sections.


# 132396 19-Jul-2004 tjr

Move exit status information into a DIAGNOSTICS section. Add an ENVIRONMENT
section. Re-add a sentence from the BUGS section that went missing in
the previous commit.


# 132394 19-Jul-2004 tjr

Add support for multibyte characters. While here, fix a longstanding bug in
the implementation of the -d option: we were skipping too many characters
when a non-alphanumeric character was encountered.


# 132393 19-Jul-2004 tjr

Point out in the BUGS section that look expects input files to have
been sorted with LC_COLLATE=C.


# 132277 17-Jul-2004 tjr

Document incorrect handling of multibyte characters.


# 131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 116112 09-Jun-2003 charnier

Introduce options definition the standard way.


# 95124 20-Apr-2002 charnier

Use `The .Nm utility'


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 72432 13-Feb-2001 ru

mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.


# 50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
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


# 38701 31-Aug-1998 wosch

Support multiple databases. For example

$ look miau dict1 dict2 dict3


# 27623 23-Jul-1997 charnier

Use err(3) instead of local redefinition.


# 17787 23-Aug-1996 mpp

Use the .At macro where appropriate.


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources