mirror of git://anongit.mindrot.org/openssh.git
- jmc@cvs.openbsd.org 2005/03/01 14:59:49
[sshd.8] new sentence, new line; whitespace;
This commit is contained in:
parent
f8c5546290
commit
718fd4b9b8
|
@ -8,6 +8,10 @@
|
|||
[ssh_config.5]
|
||||
do not mark up punctuation;
|
||||
whitespace;
|
||||
- jmc@cvs.openbsd.org 2005/03/01 14:59:49
|
||||
[sshd.8]
|
||||
new sentence, new line;
|
||||
whitespace;
|
||||
|
||||
20050301
|
||||
- (djm) OpenBSD CVS sync:
|
||||
|
@ -2227,4 +2231,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3677 2005/03/02 01:03:05 djm Exp $
|
||||
$Id: ChangeLog,v 1.3678 2005/03/02 01:03:23 djm Exp $
|
||||
|
|
8
sshd.8
8
sshd.8
|
@ -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.8,v 1.205 2005/03/01 10:40:27 djm Exp $
|
||||
.\" $OpenBSD: sshd.8,v 1.206 2005/03/01 14:59:49 jmc Exp $
|
||||
.Dd September 25, 1999
|
||||
.Dt SSHD 8
|
||||
.Os
|
||||
|
@ -554,9 +554,9 @@ pattern, it is not accepted (by that line) even if it matched another
|
|||
pattern on the line.
|
||||
.Pp
|
||||
Alternately, hostnames may be stored in a hashed form which hides host names
|
||||
and addresses should the file's contents be disclosed. Hashed hostnames start
|
||||
with a
|
||||
.Ql \&|
|
||||
and addresses should the file's contents be disclosed.
|
||||
Hashed hostnames start with a
|
||||
.Ql |
|
||||
character.
|
||||
Only one hashed hostname may appear on a single line and none of the above
|
||||
negation or wildcard operators may be applied.
|
||||
|
|
Loading…
Reference in New Issue