summaryrefslogtreecommitdiff
path: root/share/man/man1
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2004-07-21 13:33:13 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2004-07-21 13:33:13 +0000
commit933b9d4afc810d227c15236b56aef55dfc152806 (patch)
treef368e21c07d4e520864d3f16fe4ff830c16a901d /share/man/man1
parentd84caa6ccda61ba917d2414b34cf487ddce71202 (diff)
the argument to most "cd" shell built-ins is optional, so
reflect it in SYNOPSIS ok jmc
Diffstat (limited to 'share/man/man1')
-rw-r--r--share/man/man1/cd.14
1 files changed, 2 insertions, 2 deletions
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.