Date: Wed, 1 Mar 2000 17:11:22 +0100 (CET) From: ue@nathan.ruhr.de To: FreeBSD-gnats-submit@freebsd.org Subject: docs/17100: Fixes for the security(7) manpage Message-ID: <200003011611.RAA01307@nathan.ruhr.de>
next in thread | raw e-mail | index | archive | help
>Number: 17100 >Category: docs >Synopsis: Fixes for the security(7) manpage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 10:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Udo Erdelhoff >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: 4.0-CURRENT as of 27-FEB-2000 >Description: The 'SEE ALSO' section of the security(7) manpages contains references to accton(1), sshd(1) and syslogd(1). They should be changes to references to accton(8), sshd(8) and syslogd(8). Both ssh and sshd are part of the base system as of 4.0-RELEASE. The comment about installing them from the ports should be removed to avoid SNAFUs. A reference to the upcoming (after 4.0-RELEASE, that is) openssl manpage should be added. Patches to that effect have been included. >How-To-Repeat: N/A >Fix: --- share/man/man7/security.7.orig Wed Mar 1 16:48:23 2000 +++ share/man/man7/security.7 Wed Mar 1 17:07:43 2000 @@ -191,10 +191,6 @@ .Xr kerberos 1 or .Xr ssh 1 -.Po -see -.Pa /usr/ports/security/ssh -.Pc using a private/public key pair. When you use something like kerberos you generally must secure the machines which run the kerberos servers and your desktop workstation. @@ -678,24 +674,23 @@ .Sh SEE ALSO .Pp -.Xr accton 1 , .Xr chflags 1 , .Xr find 1 , .Xr kerberos 1 , .Xr md5 1 , .Xr netstat 1 , -.Xr syslogd 1 , +.Xr ssh 1 , +.Xr openssl 1, .Xr xdm 1 , .Xr group 5 , .Xr ttys 5 , +.Xr accton 8 , .Xr init 8 , +.Xr sshd 8 , .Xr sysctl 8 , +.Xr syslogd 8 , .Xr vipw 8 -The following are part of security ports collection: - -.Xr ssh 1 , -.Xr sshd 1 .Sh HISTORY The .Nm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003011611.RAA01307>