History log of /freebsd-current/usr.bin/look/look.1
Revision Date Author Comments
# 7df526eb 30-Nov-2023 Raghu Ranganathan <razetime@gapp.nthu.edu.tw>

look(1): Correct the example's description

Remove an extra 'e' in the example command. It is a prefix, not a typo.

This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/913


# bdcbfde3 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

usr.bin: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix


# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# f3f16c31 29-Dec-2020 Fernando ApesteguĂ­a <fernape@FreeBSD.org>

look(1): Add EXAMPLES section

Add two simple examples. In this case I opted to show a small portion of
the output since it helps to understand what the tool does. It shows the use
of the -t flag too.

PR:
Submitted by:
Reported by:
Reviewed by: gbe@
Approved by: manpages (bcr@)
Obtained from:
MFC after:
MFH:
Relnotes:
Security:
Sponsored by:
Differential Revision: https://reviews.freebsd.org/D27543


# fbbd9655 28-Feb-2017 Warner Losh <imp@FreeBSD.org>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96


# 463a577b 20-Oct-2015 Eitan Adler <eadler@FreeBSD.org>

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


# b5bb9538 03-Jul-2014 Eitan Adler <eadler@FreeBSD.org>

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


# b245fc98 10-May-2014 Eitan Adler <eadler@FreeBSD.org>

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.


# da52b4ca 11-Dec-2010 Joel Dahl <joel@FreeBSD.org>

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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# a866e170 17-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Added the EXIT STATUS section where appropriate.


# 159cd5c6 19-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

Sort sections.


# 66339977 19-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

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.


# d67148e4 19-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

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.


# 47991832 19-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

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


# 3d1a0148 16-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

Document incorrect handling of multibyte characters.


# 6a3e8b0a 02-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Mechanically kill hard sentence breaks.


# f88e6136 09-Jun-2003 Philippe Charnier <charnier@FreeBSD.org>

Introduce options definition the standard way.


# e8937ba0 19-Apr-2002 Philippe Charnier <charnier@FreeBSD.org>

Use `The .Nm utility'


# f247324d 15-Jul-2001 Dima Dorfman <dd@FreeBSD.org>

Remove whitespace at EOL.


# 47dec781 13-Feb-2001 Ruslan Ermilov <ru@FreeBSD.org>

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


# c3aac50f 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 3be5f1f5 12-Jul-1999 Nik Clayton <nik@FreeBSD.org>

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


# 4d3ee609 31-Aug-1998 Wolfram Schneider <wosch@FreeBSD.org>

Support multiple databases. For example

$ look miau dict1 dict2 dict3


# 9baefe4a 23-Jul-1997 Philippe Charnier <charnier@FreeBSD.org>

Use err(3) instead of local redefinition.


# 0f778506 22-Aug-1996 Mike Pritchard <mpp@FreeBSD.org>

Use the .At macro where appropriate.


# 9b50d902 26-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite Usr.bin Sources