summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-01-09 03:36:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-01-09 03:36:01 +0000
commit910f43ec647c79f5e68adecaf2a5e8afd1793114 (patch)
tree0f63a84ec05d0ffa7c9ceb2996d00369b1851c79 /usr.bin
parentf2617840a5643c0e6a47e64f8eab71eba7f568ef (diff)
bad place to forget a comma...
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/sftp-server.84
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-server.8 b/usr.bin/ssh/sftp-server.8
index 84036922c6f..bb19c15e1a4 100644
--- a/usr.bin/ssh/sftp-server.8
+++ b/usr.bin/ssh/sftp-server.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp-server.8,v 1.18 2010/01/09 00:20:26 djm Exp $
+.\" $OpenBSD: sftp-server.8,v 1.19 2010/01/09 03:36:00 jmc Exp $
.\"
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
.\"
@@ -86,7 +86,7 @@ Places this instance of
.Nm
into a read-only mode.
Attempts to open files for writing, as well as other operations that change
-the state of the filesystem will be denied.
+the state of the filesystem, will be denied.
.It Fl u Ar umask
Sets an explicit
.Xr umask 2