From 933b9d4afc810d227c15236b56aef55dfc152806 Mon Sep 17 00:00:00 2001 From: Jared Yanovich Date: Wed, 21 Jul 2004 13:33:13 +0000 Subject: the argument to most "cd" shell built-ins is optional, so reflect it in SYNOPSIS ok jmc --- share/man/man1/cd.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man1/cd.1 b/share/man/man1/cd.1 index 49f5bd5190a..a8e00d2fbad 100644 --- a/share/man/man1/cd.1 +++ b/share/man/man1/cd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.1,v 1.12 2004/04/16 21:23:08 jmc Exp $ +.\" $OpenBSD: cd.1,v 1.13 2004/07/21 13:33:12 jaredy Exp $ .\" $NetBSD: cd.1,v 1.2 1994/11/30 08:34:59 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -41,7 +41,7 @@ .Nd change working directory .Sh SYNOPSIS .Nm cd -.Ar directory +.Op Ar directory .Sh DESCRIPTION .Ar directory is an absolute or relative pathname which becomes the new working directory. -- cgit v1.2.3