Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Apr 1997 12:58:18 +0400 (MSD)
From:      Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/3228: Typo (missed newline) in intro.2
Message-ID:  <199704080858.MAA00961@tejblum.dnttm.rssi.ru>
Resent-Message-ID: <199704080910.CAA26385@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3228
>Category:       docs
>Synopsis:       Typo (missed newline) in intro.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr  8 02:10:02 PDT 1997
>Last-Modified:
>Originator:     Dmitrij Tejblum
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:


>Description:

The manpage intro(2) says:
...
     Programmers should include <sys/errno.h to obtain the definition of>
     errno ....


>How-To-Repeat:

man 2 intro

>Fix:
	
*** /usr/src/lib/libc/sys/intro.2	Sat Mar 15 18:20:03 1997
--- intro.2	Tue Apr  8 12:57:03 1997
***************
*** 81,87 ****
  .Va _THREAD_SAFE .
  .Pp
  Programmers should include
! .Aq Pa sys/errno.h to obtain the definition of
  .Va errno
  rather than coding the definition as an external reference directly. It is
  planned that the
--- 81,88 ----
  .Va _THREAD_SAFE .
  .Pp
  Programmers should include
! .Aq Pa sys/errno.h
! to obtain the definition of
  .Va errno
  rather than coding the definition as an external reference directly. It is
  planned that the

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704080858.MAA00961>