summaryrefslogtreecommitdiffstats
path: root/sshd.8
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 18:41:37 +0200
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 18:41:37 +0200
commite59433da7a008e0af89be06db1d36046bb0e592b (patch)
tree9c338a615e07f68cf9cf8973602f7fa72af8249d /sshd.8
parent - stevesk@cvs.openbsd.org 2001/08/17 18:59:47 (diff)
downloadopenssh-e59433da7a008e0af89be06db1d36046bb0e592b.tar.xz
openssh-e59433da7a008e0af89be06db1d36046bb0e592b.zip
- stevesk@cvs.openbsd.org 2001/08/21 21:47:42
[ssh.1 sshd.8] minor typos and cleanup
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index ab0a513af..e010e9b42 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd.8,v 1.141 2001/08/16 20:14:57 stevesk Exp $
+.\" $OpenBSD: sshd.8,v 1.142 2001/08/21 21:47:42 stevesk Exp $
.Dd September 25, 1999
.Dt SSHD 8
.Os
@@ -346,7 +346,7 @@ Specifies the file that contains the public keys that can be used
for user authentication.
.Cm AuthorizedKeysFile
may contain tokens of the form %T which are substituted during connection
-set-up. The following tokens are defined; %% is replaces by a literal '%',
+set-up. The following tokens are defined: %% is replaced by a literal '%',
%h is replaced by the home directory of the user being authenticated and
%u is replaced by the username of that user.
After expansion,