From owner-cvs-all@FreeBSD.ORG Sat Oct 29 08:22:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E612F16A41F; Sat, 29 Oct 2005 08:22:10 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A42C943D46; Sat, 29 Oct 2005 08:22:10 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9T8MAEX004765; Sat, 29 Oct 2005 08:22:10 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9T8MAtr004759; Sat, 29 Oct 2005 08:22:10 GMT (envelope-from stefanf) Message-Id: <200510290822.j9T8MAtr004759@repoman.freebsd.org> From: Stefan Farfeleder Date: Sat, 29 Oct 2005 08:22:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/bin/sh sh.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 08:22:11 -0000 stefanf 2005-10-29 08:22:09 UTC FreeBSD src repository Modified files: bin/sh sh.1 Log: Document that read -t timeout returns 1 if the timeout elapses. Revision Changes Path 1.111 +1 -1 src/bin/sh/sh.1