diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-04 08:51:03 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-04 08:51:03 +0200 |
commit | 05913badf373af1142b899d3a0c5633eefb265c4 (patch) | |
tree | cf75ec80045ea1f3cb1cf9dc597dcd10ae29120f /sshd_config.5 | |
parent | - stevesk@cvs.openbsd.org 2002/08/29 19:49:42 (diff) | |
download | openssh-05913badf373af1142b899d3a0c5633eefb265c4.tar.xz openssh-05913badf373af1142b899d3a0c5633eefb265c4.zip |
- stevesk@cvs.openbsd.org 2002/08/29 22:54:10
[ssh_config.5 sshd_config.5]
state XAuthLocation is a full pathname
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index 1551126cf..4e6e4c863 100644 --- a/sshd_config.5 +++ b/sshd_config.5 @@ -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_config.5,v 1.10 2002/08/21 19:38:06 stevesk Exp $ +.\" $OpenBSD: sshd_config.5,v 1.11 2002/08/29 22:54:10 stevesk Exp $ .Dd September 25, 1999 .Dt SSHD_CONFIG 5 .Os @@ -663,7 +663,7 @@ or The default is .Dq yes . .It Cm XAuthLocation -Specifies the location of the +Specifies the full pathname of the .Xr xauth 1 program. The default is |