Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 15:27:46 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: eefcb91882 - main - move the FAQ section down
Message-ID:  <202403311527.42VFRkYA087153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=eefcb918821f6dbae9406edcfbdabc0cd92dd7b5

commit eefcb918821f6dbae9406edcfbdabc0cd92dd7b5
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2024-03-31 15:27:31 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2024-03-31 15:27:31 +0000

    move the FAQ section down
---
 website/content/en/cgi/man.cgi | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 1b21f75937..e4e8f58f01 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -2102,6 +2102,7 @@ sub faq {
     }
 
     return qq{\
+<h2>Copyright</h2>
 <pre>
 Copyright (c) 1996-2024 <a href="$mailtoURL">Wolfram Schneider</a>
 Copyright (c) 1993-1995 Berkeley Software Design, Inc.
@@ -2135,20 +2136,6 @@ Copyright (c) for manual pages by OS vendors:
 <a href="https://www.xfree86.org">XFree86</a>,
 <a href="https://www.x.org">X11R6</a>;
 
-<h2>FAQ</h2>
-
-<ul>
-<li>Get the <a href="$BASE/source">source</a> of the man.cgi script</li>
-<li>Troff macros works only if defined in FreeBSD/groff. OS specific
-macros like `appeared in NetBSD version 1.2' are not supported.</li>
-<li>Some OSs provide only formatted manual pages (catpages), e.g., 
-older NetBSD and OpenBSD releases. In this case it is not possible to create Postscript
-and troff output.</li>
-<li>The <a href="https://cgit.freebsd.org/src/tree/share/misc/bsd-family-tree">;
-Unix family tree, BSD part</a>.</li>
-<li>The <a href="https://ports.freebsd.org/cgi/ports.cgi">;
-FreeBSD Ports Search</a> script.</li>
-</ul>
 
 <h2>Shortcuts for FreeBSD manual pages</h2>
 
@@ -2192,7 +2179,23 @@ lifetime, eg. 'netbsd' points always to the latest NetBSD release.
 <ul>
 @list2
 </ul>
+
+<h2>FAQ</h2>
+
+<ul>
+<li>Get the <a href="$BASE/source">source</a> of the man.cgi script</li>
+<li>Troff macros works only if defined in FreeBSD/groff. OS specific
+macros like `appeared in NetBSD version 1.2' are not supported.</li>
+<li>Some OSs provide only formatted manual pages (catpages), e.g., 
+older NetBSD and OpenBSD releases. In this case it is not possible to create Postscript
+and troff output.</li>
+<li>The <a href="https://cgit.freebsd.org/src/tree/share/misc/bsd-family-tree">;
+Unix family tree, BSD part</a>.</li>
+<li>The <a href="https://ports.freebsd.org/cgi/ports.cgi">;
+FreeBSD Ports Search</a> script.</li>
+</ul>
 };
+
 }
 
 sub intro {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403311527.42VFRkYA087153>