diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-07 19:57:16 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-07-07 19:57:16 +0000 |
| commit | 2410103c1d01e5581dbe8c80c0fbbdb90c1fdadc (patch) | |
| tree | 5be3daa298d2ca42efb7a9f88eff43492e0bfd56 /libexec/tftpd | |
| parent | 719f27a9f3363379f6a76390202e0a1d954f13e0 (diff) | |
Notes
Diffstat (limited to 'libexec/tftpd')
| -rw-r--r-- | libexec/tftpd/tftpd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 3d746ac3c8e6..63e1e75d51a8 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -167,9 +167,12 @@ The user must be specified by name, not a numeric UID. .It Fl U Ar umask Set the .Ar umask -for newly created files. The default is 022 (S_IWGRP|S_IWOTH). +for newly created files. +The default is 022 +.Pq Dv S_IWGRP | S_IWOTH . .It Fl w -Allow writes requests to create new files. By default +Allow writes requests to create new files. +By default .Nm requires that the file specified in a write request exist. .El |
