[sshd.8]
     missing -t in usage
This commit is contained in:
Ben Lindstrom 2001-09-20 01:06:08 +00:00
parent b1d822c311
commit dfd1850398
2 changed files with 6 additions and 3 deletions

View File

@ -16,6 +16,9 @@
blesses this and we do it this way elsewhere. this helps in blesses this and we do it this way elsewhere. this helps in
portable because not all systems have SUN_LEN() and portable because not all systems have SUN_LEN() and
sockaddr_un.sun_len. ok markus@ sockaddr_un.sun_len. ok markus@
- stevesk@cvs.openbsd.org 2001/09/19 21:04:53
[sshd.8]
missing -t in usage
20010918 20010918
- (djm) Configure support for smartcards. Based on Ben's work. - (djm) Configure support for smartcards. Based on Ben's work.
@ -6523,4 +6526,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1545 2001/09/20 01:03:31 mouring Exp $ $Id: ChangeLog,v 1.1546 2001/09/20 01:06:08 mouring Exp $

4
sshd.8
View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.149 2001/09/19 10:08:51 markus Exp $ .\" $OpenBSD: sshd.8,v 1.150 2001/09/19 21:04:53 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -43,7 +43,7 @@
.Nd OpenSSH SSH daemon .Nd OpenSSH SSH daemon
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm sshd .Nm sshd
.Op Fl deiqD46 .Op Fl deiqtD46
.Op Fl b Ar bits .Op Fl b Ar bits
.Op Fl f Ar config_file .Op Fl f Ar config_file
.Op Fl g Ar login_grace_time .Op Fl g Ar login_grace_time