From owner-freebsd-questions@FreeBSD.ORG Thu Nov 1 20:40:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A82F16A417 for ; Thu, 1 Nov 2007 20:40:19 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from rn-out-0102.google.com (rn-out-0910.google.com [64.233.170.185]) by mx1.freebsd.org (Postfix) with ESMTP id EFCC313C4A3 for ; Thu, 1 Nov 2007 20:40:18 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by rn-out-0102.google.com with SMTP id s42so303491rnb for ; Thu, 01 Nov 2007 13:39:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=k0tT0C8iE7GdgCVpo1x1eGUv4qHFdvsGs63RQxEgS5o=; b=ikcXJ1+N4Ho4G+PaXacnwv0fkajBMnwYPvv+XI5+qSjgYo3eYD/pYQtBbKxl5uMwXp9zMu30rTcJ8w1E0w5VuPGEQ/dTS2oItC9XLBf+YB0tJwUzwNXXvyJw1+KnPBO7Z+pul33XDejjyRPbRiOMCgDotresTFcXYx+30Hvix70= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=bWNRjvfe4zOl2idZBDWMNfTn+uaFqJaAuveRinl7N7guqypNc3Isx8rYTdrz9MkyZyCthTz+w+Nj14ESgEVn5rCGpucXgeInpPR4rtT9ib1jAAeKxwHOSsjLjcQAB6lrBe5G0Lm+0sSgd/EiGSKqekafaDNSyd3lS5EPvU6AE1M= Received: by 10.142.222.21 with SMTP id u21mr352000wfg.1193949573934; Thu, 01 Nov 2007 13:39:33 -0700 (PDT) Received: by 10.142.180.12 with HTTP; Thu, 1 Nov 2007 13:39:33 -0700 (PDT) Message-ID: Date: Thu, 1 Nov 2007 14:39:33 -0600 From: James To: Yuri In-Reply-To: <1193941841.472a1b51464bf@webmail.rawbw.com> MIME-Version: 1.0 References: <1193901348.47297d249cb88@webmail.rawbw.com> <1193941841.472a1b51464bf@webmail.rawbw.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: yuri@tsoft.com, freebsd-questions@freebsd.org Subject: Re: 'break' system call man page is missing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 20:40:19 -0000 On 11/1/07, Yuri wrote: > > > What is the condition when errno=22 is returned? > I figured this out myself by looking into the kernel source code. > > But there still should be a man page for this since this seems to be only > (or at > least one of the very few) system calls w/out documentation. > > Yuri > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > write a man page and submit it to the documentation project :)