From owner-freebsd-questions@FreeBSD.ORG Fri May 20 09:56:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAE6216A4CE for ; Fri, 20 May 2005 09:56:59 +0000 (GMT) Received: from smtp-out6.blueyonder.co.uk (smtp-out6.blueyonder.co.uk [195.188.213.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 261C043D76 for ; Fri, 20 May 2005 09:56:58 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out6.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Fri, 20 May 2005 10:57:37 +0100 Message-ID: <428DB468.2010607@dial.pipex.com> Date: Fri, 20 May 2005 10:56:56 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.7) Gecko/20050510 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Xu Qiang References: <20050520013700.7D7231D8FF@imss.sgp.fujixerox.com> In-Reply-To: <20050520013700.7D7231D8FF@imss.sgp.fujixerox.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 May 2005 09:57:37.0639 (UTC) FILETIME=[5A5F3F70:01C55D22] cc: freebsd-questions Subject: Re: The availability of socketbits.h? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2005 09:56:59 -0000 Xu Qiang wrote: >Thanks for finding the info I need. But I really don't know how you find it. I have done "info gcc", and pressed 's' button in my keyboard to search "-std" or "-fstd", but got nothing. :( > > info gcc Move down the screen using the arrow key to the line "* Invoking GCC::" and press return. Move down the screen using the arrow key to the line "* C Dialect Options::" and press return. Move down the screen with arrow key or "Page Down" and there it is. Typing "h" at any point gives you help, but that's very long winded. Typing ? shows key bindings in a split window. Finish with this window by typing ^X0 (control-X then a 0 (zero)). There's also an emacs mode. I don't know if there is a proper X interface of any kind. --Alex