diff options
author | 2002-12-23 16:11:59 +0000 | |
---|---|---|
committer | 2002-12-23 16:11:59 +0000 | |
commit | 9d314f1e1865e74600d45ee79622f2da3f93bbff (patch) | |
tree | 420a726d83daee48c6b63f0b1be694ee034a22f0 /share/man/man8/starttls.8 | |
parent | remove dead code (diff) | |
download | wireguard-openbsd-9d314f1e1865e74600d45ee79622f2da3f93bbff.tar.xz wireguard-openbsd-9d314f1e1865e74600d45ee79622f2da3f93bbff.zip |
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 |