On Mon, Jan 12, 2015 at 01:58:07PM -0700, Todd C. Miller wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   mill...@cvs.openbsd.org 2015/01/12 13:58:07
> 
> Modified files:
>       include        : wchar.h 
>       lib/libc/stdio : Makefile.inc 
>       lib/libc       : shlib_version 
> Added files:
>       lib/libc/stdio : fgetwln.3 fgetwln.c 
> 
> Log message:
> Add fgetwln(3) from FreeBSD and bump libc minor revision.
> 

According to mdoc(7), Tn macro is useless and shouldn't be used in new
manuals.

Index: fgetwln.3
===================================================================
RCS file: /cvs/src/lib/libc/stdio/fgetwln.3,v
retrieving revision 1.1
diff -u -p -r1.1 fgetwln.3
--- fgetwln.3   12 Jan 2015 20:58:07 -0000      1.1
+++ fgetwln.3   13 Jan 2015 07:53:37 -0000
@@ -55,9 +55,7 @@ points and is guaranteed to be greater t
 the returned text will not contain a newline.)
 .Sh RETURN VALUES
 Upon successful completion a pointer is returned;
-this pointer becomes invalid after the next
-.Tn I/O
-operation on
+this pointer becomes invalid after the next I/O operation on
 .Fa stream
 (whether successful or not)
 or as soon as the stream is closed.

Reply via email to