diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-23 16:12:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-23 16:12:00 +0000 |
commit | 310de6e1d8a47efb69d1a6ed4326e1cc0de2a24b (patch) | |
tree | 418911f542ed1da4f583a2b8d972c4abc0f248a2 /share/man/man8/starttls.8 | |
parent | bfe5a89a24c912c4037989a467e6d9fc618f0833 (diff) |
chdir is the syscall, cd is the shell command; Sam Smith
Diffstat (limited to 'share/man/man8/starttls.8')
-rw-r--r-- | share/man/man8/starttls.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/starttls.8 b/share/man/man8/starttls.8 index 20ca2bac8bf..ebb925b5590 100644 --- a/share/man/man8/starttls.8 +++ b/share/man/man8/starttls.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: starttls.8,v 1.5 2002/10/21 16:29:14 millert Exp $ +.\" $OpenBSD: starttls.8,v 1.6 2002/12/23 16:11:59 millert Exp $ .Dd January 11, 2002 .Dt STARTTLS 8 .Sh NAME @@ -184,7 +184,7 @@ You will need to make TLS-enabled versions of the following files: and .Pa openbsd-localhost.mc . .Bd -literal -offset indent -width Ds -# chdir /usr/share/sendmail/cf +# cd /usr/share/sendmail/cf # cp openbsd-proto.mc openbsd-proto-tls.mc # cp openbsd-localhost.mc openbsd-localhost-tls.mc |