From owner-freebsd-doc@FreeBSD.ORG Tue May 14 19:00:01 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D528BEA2 for ; Tue, 14 May 2013 19:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A3375285 for ; Tue, 14 May 2013 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4EJ010Q013986 for ; Tue, 14 May 2013 19:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4EJ01bl013985; Tue, 14 May 2013 19:00:01 GMT (envelope-from gnats) Resent-Date: Tue, 14 May 2013 19:00:01 GMT Resent-Message-Id: <201305141900.r4EJ01bl013985@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiren Panchasara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF7ABC54 for ; Tue, 14 May 2013 18:51:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id A2E4E210 for ; Tue, 14 May 2013 18:51:25 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4EIpPDd009597 for ; Tue, 14 May 2013 18:51:25 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4EIpPML009596; Tue, 14 May 2013 18:51:25 GMT (envelope-from nobody) Message-Id: <201305141851.r4EIpPML009596@oldred.FreeBSD.org> Date: Tue, 14 May 2013 18:51:25 GMT From: Hiren Panchasara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/178642: [patch] typo in man page for atol X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 19:00:01 -0000 >Number: 178642 >Category: docs >Synopsis: [patch] typo in man page for atol >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 14 19:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hiren Panchasara >Release: current >Organization: >Environment: FreeBSD 10.0-CURRENT #3 r248805M >Description: Michael Galassi (michaelgalassi@gmail.com) reports: I keep getting rejected by the bug submitting form, sorry. In FreeBSD 9.1-STABLE (and maybe elsewhere), strtoll is mistyped as stroll (note the lack of the letter 't') twice in the compatibility section of the manpage for atol(3). >How-To-Repeat: >Fix: Index: lib/libc/stdlib/atol.3 =================================================================== --- lib/libc/stdlib/atol.3 (revision 250603) +++ lib/libc/stdlib/atol.3 (working copy) @@ -32,7 +32,7 @@ .\" @(#)atol.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd February 1, 2009 +.Dd May 15, 2013 .Dt ATOL 3 .Os .Sh NAME @@ -88,13 +88,13 @@ functions are thin wrappers around .Fn strtol and -.Fn stroll +.Fn strtoll respectively, so these functions will affect the value of .Va errno in the same way that the .Fn strtol and -.Fn stroll +.Fn strtoll functions are able to. This behavior of .Fn atol >Release-Note: >Audit-Trail: >Unformatted: