History log of /freebsd-9.3-release/lib/libutil/fparseln.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


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