From owner-freebsd-commit Tue Sep 26 01:48:32 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26099 for freebsd-commit-outgoing; Tue, 26 Sep 1995 01:48:32 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26086 for cvs-all-outgoing; Tue, 26 Sep 1995 01:48:28 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26073 for cvs-bin-outgoing; Tue, 26 Sep 1995 01:48:23 -0700 Received: (from mpp@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA26059 ; Tue, 26 Sep 1995 01:48:12 -0700 Date: Tue, 26 Sep 1995 01:48:12 -0700 From: Mike Pritchard Message-Id: <199509260848.BAA26059@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ls ls.1 Sender: owner-commit@FreeBSD.org Precedence: bulk mpp 95/09/26 01:48:11 Modified: bin/ls ls.1 Log: Uncomment out references to FIFOs for the -F and -l options. Also mention sockets in the text for -F. Partially obtained from the NetBSD commit mail list.