From 2c838b934cac9de89e1e9be2618d80391f59d40f Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 26 Oct 2015 20:44:00 +0000 Subject: [PATCH] document the -p and -l file enquiries and explicitly do not document -s with/ok schwarze@ --- bin/csh/csh.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index c0e92de10e0..bfd64f9c5e9 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.75 2015/02/28 21:51:57 bentley Exp $ +.\" $OpenBSD: csh.1,v 1.76 2015/10/26 20:44:00 naddy Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 .\" -.Dd $Mdocdate: February 28 2015 $ +.Dd $Mdocdate: October 26 2015 $ .Dt CSH 1 .Os .Sh NAME @@ -1457,6 +1457,10 @@ o ownership z zero size f plain file d directory +p named pipe (FIFO) +l symbolic link +.\" Intentionally undocumented since it is incompatible with tcsh: +.\" s socket .Ed .Pp The specified name is command and filename expanded and then tested -- 2.20.1