From 94474093a7b670968e2568da2ef19a80a2fb9337 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Jul 2003 17:34:55 +0000 Subject: [PATCH] Grammar improvement. --- lib/libc/iconv/iconv.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/iconv/iconv.3 b/lib/libc/iconv/iconv.3 index 0ed1826d2af7..76caa9267869 100644 --- a/lib/libc/iconv/iconv.3 +++ b/lib/libc/iconv/iconv.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: iconv.3,v 1.4 2003/07/05 16:54:23 tshiozak Exp $ +.\" $NetBSD: iconv.3,v 1.5 2003/07/05 17:34:55 wiz Exp $ .\" .\" Copyright (c)2003 Citrus Project, .\" All rights reserved. @@ -128,9 +128,9 @@ places the destination into its initial state and stores the shift sequence for switching to the initial state in the buffer pointed to by .Fa *dst . -The buffer size is specified by the value pointed by +The buffer size is specified by the value pointed to by .Fa dstleft -similarly above. +as above. .Fn iconv will fail if the buffer is too small to store the shift sequence. .It "(src == NULL || *src == NULL) \*[Am]\*[Am] (dst == NULL || *dst == NULL)"