Date: Wed, 24 Feb 1999 19:43:08 -0800 (PST) From: shige2@pop17.odn.ne.jp To: freebsd-gnats-submit@freebsd.org Subject: docs/10247: manpage putchar.3 includes Putc Putchar instead of putc putchar Message-ID: <19990225034308.E99AE14CC5@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 10247 >Category: docs >Synopsis: manpage putchar.3 includes Putc Putchar instead of putc putchar >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 25 10:20:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: tomoShige Tashiro >Release: 3.1-RELEASE >Organization: Toyohashi, Japan >Environment: FreeBSD shig.bsd 3.1-RELEASE FreeBSD 3.1-RELEASE #4: Sun Feb 21 03:26:52 JST 1999 root@shig.bsd:/usr/src/sys/compile/SHIG i386 >Description: /usr/share/man/man3/putchar.3.gz includes "Putchar" and "Putc" checked by 4.0-CURRENT manual too. I assume man getc is not including the word Getc so it will be a typo. --- putchar.3.orig Thu Feb 25 02:21:16 1999 +++ putchar.3 Thu Feb 25 02:22:07 1999 @@ -64,7 +64,7 @@ to the output stream pointed to by .Fa stream . .Pp -.Fn Putc +.Fn putc acts essentially identically to .Fn fputc , but is a macro that expands in-line. It may evaluate @@ -73,7 +73,7 @@ .Fn putc should not be expressions with potential side effects. .Pp -.Fn Putchar +.Fn putchar is identical to .Fn putc with an output stream of >How-To-Repeat: man 3 putc >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990225034308.E99AE14CC5>