From 2bd03871d362453b0db79f1818fd084a7f53f0ef Mon Sep 17 00:00:00 2001 From: Martin Read Date: Sat, 23 Oct 2010 22:50:58 +0100 Subject: [PATCH] Wrote manpage for libmormegil::stlprintf --- man/libmormegil::stlprintf.3 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/man/libmormegil::stlprintf.3 b/man/libmormegil::stlprintf.3 index e69de29..855f3da 100644 --- a/man/libmormegil::stlprintf.3 +++ b/man/libmormegil::stlprintf.3 @@ -0,0 +1,27 @@ + +.TH "LIBMORMEGIL::STLPRINTF" 3 "October 23, 2010" "libmormegil Version 1.0" "libmormegil User Manual" +.SH NAME +libmormegil::stlprintf, libmormegil::vstlprintf \- sprintf-alikes for std::string +.SH SYNOPSIS +#include + +.SH DESCRIPTION +The \fIlibmormegil::stlprintf\fP and \fIlibmormegil::vstlprintf\fP functions +are equivalent to the standard C library's \fIsprintf\fP and \fIvsprintf\fP +functions, but operate on the standard C++ library's \fIstd::string\fP class +rather than on C-style strings. + +.SH CAVEATS + +These functions resolve down to a call to the local implementation of vsprintf. +All bugs, health hazards, and other concerns which apply to the local vsprintf +apply to + +.SH AUTHOR +Stefan O'Rear + +Amendments were made by Martin Read in order to fit into libmormegil. + +.SH SEE ALSO + +libmormegil(3), vsprintf(3) -- 2.11.0