History log of /freebsd-10.1-release/lib/libutil/fparseln.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


# 140081 11-Jan-2005 ru

Scheduled mdoc(7) sweep.


# 134093 21-Aug-2004 obrien

Document when this function came into FreeBSD.


# 84306 01-Oct-2001 ru

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


# 69051 22-Nov-2000 ru

mdoc(7) police: Er macro usage cleanup.


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


# 58509 23-Mar-2000 mpp

Fix some spelling errors.


# 57686 02-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 56207 17-Jan-2000 billf

Add the "use -lutil" line to all functions that require it so people like
Dan Papsian <bugg@bugg.strangled.net> don't anger wpaul and myself with
silly linking errors.

Reviewed by: chris


# 55461 05-Jan-2000 bde

Fixed missing include in synopsis.

Removed superfluous quoting of function name in .Fo macro. My synopsis
checker doesn't understand it.


# 55227 29-Dec-1999 peter

Connect fparseln(3) for mailwrapper(8)


# 54821 19-Dec-1999 peter

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


# 54820 19-Dec-1999 peter

Import fparseln(3) from NetBSD. It's used for easily dealing with \
escaped lines etc. (used by mailwrapper)