History log of /freebsd-10.1-release/lib/libutil/trimdomain.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


# 206622 14-Apr-2010 uqs

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 112541 24-Mar-2003 charnier

The .Fn function


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 70481 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 59516 22-Apr-2000 phantom

Introduce .Lb macro to libutil manpages
Sort .Nm values in some manpages
Remove explicit note about compiling with -lutil, it's implicitly
declared by .Lb macro now.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 45505 08-Apr-1999 brian

If given host.domain:nn[.nn], trimdomain() now reduces it to
host:nn[.nn] (if the domain is the same as the local one).


# 45430 07-Apr-1999 brian

Tidy up trimdomain() and document it.
Don't truncate one byte short of the passed length.