History log of /src/usr.bin/ul/ul.1 (Results 1 – 25 of 72)
Revision Date Author Comments
# 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 pe

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

show more ...


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

Remove $FreeBSD$: one-line nroff pattern

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


# d643ff21 07-Oct-2020 Fernando Apesteguía <fernape@FreeBSD.org>

ul(1): Remove references to colcrt(1) and nroff(1)

colcrt(1) and nroff(1) where removed in r319664.
Remove references to these commands in ul(1) man page.

PR: 244127
Reported by: freebsd@tim.thecha

ul(1): Remove references to colcrt(1) and nroff(1)

colcrt(1) and nroff(1) where removed in r319664.
Remove references to these commands in ul(1) man page.

PR: 244127
Reported by: freebsd@tim.thechases.com
Approved by: manpages (gbe@)
Differential Revision: https://reviews.freebsd.org/D2614

show more ...


# 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 pe

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

show more ...


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

Remove $FreeBSD$: one-line nroff pattern

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


# d643ff21 07-Oct-2020 Fernando Apesteguía <fernape@FreeBSD.org>

ul(1): Remove references to colcrt(1) and nroff(1)

colcrt(1) and nroff(1) where removed in r319664.
Remove references to these commands in ul(1) man page.

PR: 244127
Reported by: freebsd@tim.thecha

ul(1): Remove references to colcrt(1) and nroff(1)

colcrt(1) and nroff(1) where removed in r319664.
Remove references to these commands in ul(1) man page.

PR: 244127
Reported by: freebsd@tim.thechases.com
Approved by: manpages (gbe@)
Differential Revision: https://reviews.freebsd.org/D2614

show more ...


# fe5870b6 09-May-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Rationalize license numbering


# fe5870b6 09-May-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Rationalize license numbering


# 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 $F

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

show more ...


# 5897a066 27-Feb-2007 Ruslan Ermilov <ru@FreeBSD.org>

Fix markup.


# f682f10c 21-May-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sync program's usage() with manpage's SYNOPSIS.


# 6c7216df 18-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sort sections.


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

Added the EXIT STATUS section where appropriate.


# ca57a58d 04-Aug-2004 Tim J. Robbins <tjr@FreeBSD.org>

Add a standard DIAGNOSTICS section.


# e5afeeb3 29-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

Add support for multibyte characters, based on Bruno Haible's work
in the util-linux package.


# f1f7aaab 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.


# 6a1be1f5 08-Jun-2003 Philippe Charnier <charnier@FreeBSD.org>

Add section number to .Xr


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

Use `The .Nm utility'


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

Remove whitespace at EOL.


# 62500372 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed HISTORY info from the .Os call.


# 8fe908ef 20-Nov-2000 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: use the new features of the Nm macro.


# c3aac50f 28-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

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

show more ...


# 575580b2 20-Aug-1997 Philippe Charnier <charnier@FreeBSD.org>

Use err(3), add usage() and prototypes.
Move setmode() to setnewmode() because of a conflict with setmode(2 or 3).


123