diff options
author | Damien Miller <djm@mindrot.org> | 2008-04-03 11:52:51 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-04-03 11:52:51 +0200 |
commit | 13ba9c24394f866c543173f9ca8d11fe2e2bc9af (patch) | |
tree | 87316b841860db0cacd860cb2ae1bc3254f04539 /sshd.8 | |
parent | - markus@cvs.openbsd.org 2008/04/02 15:36:51 (diff) | |
download | openssh-13ba9c24394f866c543173f9ca8d11fe2e2bc9af.tar.xz openssh-13ba9c24394f866c543173f9ca8d11fe2e2bc9af.zip |
- jmc@cvs.openbsd.org 2008/03/27 22:37:57
[sshd.8]
remove trailing whitespace;
Diffstat (limited to '')
-rw-r--r-- | sshd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34,8 +34,8 @@ .\" (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.240 2008/03/26 21:28:14 djm Exp $ -.Dd $Mdocdate: March 26 2008 $ +.\" $OpenBSD: sshd.8,v 1.241 2008/03/27 22:37:57 jmc Exp $ +.Dd $Mdocdate: March 27 2008 $ .Dt SSHD 8 .Os .Sh NAME @@ -532,7 +532,7 @@ option. .It Cm no-pty Prevents tty allocation (a request to allocate a pty will fail). .It Cm no-user-rc -Disables execution of +Disables execution of .Pa ~/.ssh/rc . .It Cm no-X11-forwarding Forbids X11 forwarding when this key is used for authentication. |