diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-30 21:22:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-08-30 21:22:50 +0000 |
commit | 4b81ff994b446b7b7acf9be0e43fc96bc187cf91 (patch) | |
tree | 0016540920ecc4a29b6f1c6360cb264e181aee44 | |
parent | 7c58344696fa3798f12affd35e05e064824fb49d (diff) |
.Xsession -> .xsession;
originally from a pr from f at obiit dot org, but missed by myself;
ok markus@ matthieu@
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 6348197b332..4c97fc06838 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.40 2003/11/25 23:10:08 matthieu Exp $ +.\" $OpenBSD: ssh-add.1,v 1.41 2004/08/30 21:22:49 jmc Exp $ .\" .\" -*- nroff -*- .\" @@ -129,7 +129,7 @@ and open an X11 window to read the passphrase. This is particularly useful when calling .Nm from a -.Pa .Xsession +.Pa .xsession or related script. (Note that on some machines it may be necessary to redirect the input from diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index b9ee4c62b94..88dde4b1e61 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -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: ssh.1,v 1.195 2004/08/26 16:00:55 markus Exp $ +.\" $OpenBSD: ssh.1,v 1.196 2004/08/30 21:22:49 jmc Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -846,7 +846,7 @@ and open an X11 window to read the passphrase. This is particularly useful when calling .Nm from a -.Pa .Xsession +.Pa .xsession or related script. (Note that on some machines it may be necessary to redirect the input from |