From owner-freebsd-doc Thu Feb 25 10:21: 4 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64D5714E26 for ; Thu, 25 Feb 1999 10:20:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA24574; Thu, 25 Feb 1999 10:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E99AE14CC5; Wed, 24 Feb 1999 19:43:08 -0800 (PST) Message-Id: <19990225034308.E99AE14CC5@hub.freebsd.org> Date: Wed, 24 Feb 1999 19:43:08 -0800 (PST) From: shige2@pop17.odn.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: docs/10247: manpage putchar.3 includes Putc Putchar instead of putc putchar Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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