diff options
author | 1998-10-10 15:08:36 +0000 | |
---|---|---|
committer | 1998-10-10 15:08:36 +0000 | |
commit | 97675839213a72b794cd9f3a7051024bd4c700eb (patch) | |
tree | cade06eb1c1e1b64c5f1bfc25cfd4e6670c36f85 | |
parent | sync (diff) | |
download | wireguard-openbsd-97675839213a72b794cd9f3a7051024bd4c700eb.tar.xz wireguard-openbsd-97675839213a72b794cd9f3a7051024bd4c700eb.zip |
Man page typo.
-rw-r--r-- | libexec/tftpd/tftpd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index bdeecf78174..5c08df0e727 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftpd.8,v 1.4 1998/03/10 04:50:40 millert Exp $ +.\" $OpenBSD: tftpd.8,v 1.5 1998/10/10 15:08:36 ian Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tftpd.8 6.7 (Berkeley) 5/13/91 -.\" $OpenBSD: tftpd.8,v 1.4 1998/03/10 04:50:40 millert Exp $ +.\" $OpenBSD: tftpd.8,v 1.5 1998/10/10 15:08:36 ian Exp $ .\" .Dd June 11, 1997 .Dt TFTPD 8 @@ -93,7 +93,7 @@ If the .Fl c flag is used, .Nm tftpd -will allow new files to be created; otherwise uploaded files most already +will allow new files to be created; otherwise uploaded files must already exist. Files are created with default permissions allowing anyone to read or write to them. .Pp |