diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-12-10 19:32:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-12-10 19:32:22 +0000 |
commit | 64ed045ac0a3fa5cd69df6379a94167a6ede3543 (patch) | |
tree | 848673a0f7f338d10255ca920fb52950d363b8b7 /usr.bin | |
parent | cf39a96cd55c5c5c7deaed7eeedbf5bccec0d48f (diff) |
It is user/root not user.root for kerberos 5.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/su/su.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index a96d8ee76c3..3c203f9bc2e 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: su.1,v 1.27 2010/12/10 19:29:52 millert Exp $ +.\" $OpenBSD: su.1,v 1.28 2010/12/10 19:32:21 millert Exp $ .\" .\" Copyright (c) 1988, 1990 The Regents of the University of California. .\" All rights reserved. @@ -53,7 +53,7 @@ without having to log out and in as that other user. If Kerberos is in use, the password for .Ar login (or for -.Dq Ar login Ns .root , +.Dq Ar login Ns /root , if no login is provided) is requested, and .Nm switches to |