From be0eb1df9ebca0a0e5b2b4ed98e340f854021d7c Mon Sep 17 00:00:00 2001 From: jtc Date: Wed, 5 Oct 1994 17:31:50 +0000 Subject: [PATCH] fix typo --- lib/libc/nls/catgets.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/nls/catgets.3 b/lib/libc/nls/catgets.3 index a29655da23af..3deadabccdb7 100644 --- a/lib/libc/nls/catgets.3 +++ b/lib/libc/nls/catgets.3 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: catgets.3,v 1.1 1994/05/30 00:53:59 jtc Exp $ +.\" $Id: catgets.3,v 1.2 1994/10/05 17:31:50 jtc Exp $ .\" .Dd May 29, 1994 .Dt CATGETS 3 @@ -36,7 +36,7 @@ .Nd retrieve string from message catalog .Sh SYNOPSIS .Fd #include -.Ft nl_catd +.Ft char * .Fn catgets "nl_catd catd" "int set_id" "int msg_id" "char *s" .Sh DESCRIPTION The