From owner-svn-src-head@freebsd.org Thu Nov 19 16:57:45 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CF3934700D3; Thu, 19 Nov 2020 16:57:45 +0000 (UTC) (envelope-from debdrup@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CcQpd5Zfbz4t50; Thu, 19 Nov 2020 16:57:45 +0000 (UTC) (envelope-from debdrup@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B26D82754C; Thu, 19 Nov 2020 16:57:45 +0000 (UTC) (envelope-from debdrup@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AJGvjPq096068; Thu, 19 Nov 2020 16:57:45 GMT (envelope-from debdrup@FreeBSD.org) Received: (from debdrup@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AJGvjB3096067; Thu, 19 Nov 2020 16:57:45 GMT (envelope-from debdrup@FreeBSD.org) Message-Id: <202011191657.0AJGvjB3096067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: debdrup set sender to debdrup@FreeBSD.org using -f From: Daniel Ebdrup Jensen Date: Thu, 19 Nov 2020 16:57:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r367846 - head/share/man/man7 X-SVN-Group: head X-SVN-Commit-Author: debdrup X-SVN-Commit-Paths: head/share/man/man7 X-SVN-Commit-Revision: 367846 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2020 16:57:45 -0000 Author: debdrup (doc committer) Date: Thu Nov 19 16:57:45 2020 New Revision: 367846 URL: https://svnweb.freebsd.org/changeset/base/367846 Log: intro.7: Add missing manual page Section 7 of the manual pages contain lots of very useful information, but finding the pages is not always obvious - to assist people in finding the information, add missing cross-references. Reviewed by: 0mp (mentor), mhorne, yuripv Approved by: 0mp (mentor Differential Revision: https://reviews.freebsd.org/D27284 Modified: head/share/man/man7/intro.7 Modified: head/share/man/man7/intro.7 ============================================================================== --- head/share/man/man7/intro.7 Thu Nov 19 15:41:42 2020 (r367845) +++ head/share/man/man7/intro.7 Thu Nov 19 16:57:45 2020 (r367846) @@ -28,7 +28,7 @@ .\" @(#)intro.7 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd May 3, 2020 +.Dd November 19, 2020 .Dt INTRO 7 .Os .Sh NAME @@ -37,12 +37,29 @@ .Sh DESCRIPTION This section contains miscellaneous documentation. .Bl -tag -width "mdoc.samples(7)" -offset indent +.It Xr arch 7 +supported CPU architectures and platforms .It Xr ascii 7 map of ASCII character set +.It Xr build 7 +build instructions for +.Fx .It Xr c 7 the C programming language +.It Xr clocks 7 +system timekeeping clocks available in +.Fx +.It Xr crypto 7 +cryptographic algorithms provided by OpenCrypto in +.Fx +.It Xr development 7 +development introduction to +.Fx .It Xr environ 7 user environment +.It Xr ffs 7 +commonly used filesystem in +.Fx .It Xr firewall 7 simple firewalls under .Fx @@ -61,6 +78,13 @@ introduction to the ports infrastructure of .It Xr security 7 security features available in .Fx +.It Xr stats 7 +statistics utilities available in +.Fx +.It Xr tests 7 +introduction to the +.Fx +Test Suite .It Xr tuning 7 general advice on tuning .Fx