- jmc@cvs.openbsd.org 2008/07/18 22:51:01

[sftp-server.8]
     no need for .Pp before or after .Sh;
This commit is contained in:
Damien Miller 2008-07-21 18:20:39 +10:00
parent 2e28d8622d
commit aa5f433287
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
20080721
- (djm) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2008/07/18 22:51:01
[sftp-server.8]
no need for .Pp before or after .Sh;
20080717 20080717
- (djm) OpenBSD CVS Sync - (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2008/07/17 08:48:00 - djm@cvs.openbsd.org 2008/07/17 08:48:00
@ -4698,4 +4704,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.5091 2008/07/17 09:15:43 djm Exp $ $Id: ChangeLog,v 1.5092 2008/07/21 08:20:39 djm Exp $

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp-server.8,v 1.13 2008/07/14 01:55:56 djm Exp $ .\" $OpenBSD: sftp-server.8,v 1.14 2008/07/18 22:51:01 jmc Exp $
.\" .\"
.\" Copyright (c) 2000 Markus Friedl. All rights reserved. .\" Copyright (c) 2000 Markus Friedl. All rights reserved.
.\" .\"
@ -22,7 +22,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.
.\" .\"
.Dd $Mdocdate: July 14 2008 $ .Dd $Mdocdate: July 18 2008 $
.Dt SFTP-SERVER 8 .Dt SFTP-SERVER 8
.Os .Os
.Sh NAME .Sh NAME
@ -82,7 +82,6 @@ Use of
in a chroot configuation therefore requires that in a chroot configuation therefore requires that
.Xr syslogd 8 .Xr syslogd 8
establish a logging socket inside the chroot directory. establish a logging socket inside the chroot directory.
.Pp
.Sh SEE ALSO .Sh SEE ALSO
.Xr sftp 1 , .Xr sftp 1 ,
.Xr ssh 1 , .Xr ssh 1 ,