<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.completenoobs.com/noobs/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_22.04_Man_Pages</id>
	<title>Ubuntu 22.04 Man Pages - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.completenoobs.com/noobs/index.php?action=history&amp;feed=atom&amp;title=Ubuntu_22.04_Man_Pages"/>
	<link rel="alternate" type="text/html" href="https://www.completenoobs.com/noobs/index.php?title=Ubuntu_22.04_Man_Pages&amp;action=history"/>
	<updated>2026-04-30T05:04:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://www.completenoobs.com/noobs/index.php?title=Ubuntu_22.04_Man_Pages&amp;diff=436&amp;oldid=prev</id>
		<title>Noob: Created page with &quot;Man pages, short for manual pages, are the standard form of documentation on a Unix-like system like Ubuntu 22.04. They provide detailed information about commands, system calls, library routines, and other components of the system. Man pages serve as a comprehensive reference, explaining the function of these components, their syntax, options, return values, and more.  ==Accessing Man Pages==  To access a man page for a specific command or program, use the man command f...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.completenoobs.com/noobs/index.php?title=Ubuntu_22.04_Man_Pages&amp;diff=436&amp;oldid=prev"/>
		<updated>2023-05-16T12:01:09Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Man pages, short for manual pages, are the standard form of documentation on a Unix-like system like Ubuntu 22.04. They provide detailed information about commands, system calls, library routines, and other components of the system. Man pages serve as a comprehensive reference, explaining the function of these components, their syntax, options, return values, and more.  ==Accessing Man Pages==  To access a man page for a specific command or program, use the man command f...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Man pages, short for manual pages, are the standard form of documentation on a Unix-like system like Ubuntu 22.04. They provide detailed information about commands, system calls, library routines, and other components of the system. Man pages serve as a comprehensive reference, explaining the function of these components, their syntax, options, return values, and more.&lt;br /&gt;
&lt;br /&gt;
==Accessing Man Pages==&lt;br /&gt;
&lt;br /&gt;
To access a man page for a specific command or program, use the man command followed by the name of the command or program. For example, to view the man page for the ls command, you would type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;man ls&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will bring up the man page for ls, which you can scroll through using the arrow keys. To exit, press &amp;#039;&amp;#039;&amp;#039;q&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
===Sections of Man Pages===&lt;br /&gt;
&lt;br /&gt;
In Ubuntu 20.04 and other Linux distributions, man pages are typically stored in several directories under /usr/share/man. These directories are organized by sections, which are represented by numbers. The sections are as follows:&lt;br /&gt;
&lt;br /&gt;
:* 1 &amp;#039;&amp;#039;&amp;#039;User commands&amp;#039;&amp;#039;&amp;#039; (Executable programs or shell commands)&lt;br /&gt;
:* 2 &amp;#039;&amp;#039;&amp;#039;System calls&amp;#039;&amp;#039;&amp;#039; (Functions provided by the kernel)&lt;br /&gt;
:* 3 &amp;#039;&amp;#039;&amp;#039;Library calls&amp;#039;&amp;#039;&amp;#039; (Functions within program libraries)&lt;br /&gt;
:* 4 &amp;#039;&amp;#039;&amp;#039;Special files&amp;#039;&amp;#039;&amp;#039; (Files found in /dev)&lt;br /&gt;
:* 5 &amp;#039;&amp;#039;&amp;#039;File formats and conventions&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:* 6 &amp;#039;&amp;#039;&amp;#039;Games&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
:* 7 &amp;#039;&amp;#039;&amp;#039;Miscellaneous&amp;#039;&amp;#039;&amp;#039; (including macro packages and conventions)&lt;br /&gt;
:* 8 &amp;#039;&amp;#039;&amp;#039;System administration commands&amp;#039;&amp;#039;&amp;#039; (usually only for root)&lt;br /&gt;
:* 9 &amp;#039;&amp;#039;&amp;#039;Kernel routines&amp;#039;&amp;#039;&amp;#039; (Non-standard)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To access a man page in a specific section, you can specify the section number before the topic. For example, to access the system call read, you would type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;man 2 read&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Searching Man Pages===&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure what command or program you&amp;#039;re looking for, you can search the man pages using the &amp;#039;&amp;#039;&amp;#039;apropos&amp;#039;&amp;#039;&amp;#039; command followed by a keyword. For example, to find commands related to &amp;quot;copy&amp;quot;, you would type:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;apropos copy&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will return a list of man pages related to the keyword &amp;quot;copy&amp;quot;.&lt;br /&gt;
Conclusion&lt;br /&gt;
&lt;br /&gt;
Man pages are a vital resource for users and administrators of Ubuntu 22.04, providing in-depth information on how to use and understand the system&amp;#039;s various components. Understanding how to read and navigate man pages can greatly enhance your proficiency with the system.&lt;br /&gt;
&lt;br /&gt;
Please note that man pages can sometimes be quite technical and may not be the easiest resource for beginners. Other resources, such as online tutorials, guides, and community forums, can often provide more accessible explanations and examples.&lt;br /&gt;
&lt;br /&gt;
==Find the License of Man Pages==&lt;br /&gt;
&lt;br /&gt;
The man pages in Ubuntu also use a variety of licenses, depending on the specific software and authors&amp;#039; preferences. As mentioned in my previous response, common licenses used for man pages in Ubuntu distributions include the GNU General Public License (GPL), GNU Lesser General Public License (LGPL), BSD License, MIT License, and Apache License.&lt;br /&gt;
&lt;br /&gt;
To find the specific license for a particular man page in Ubuntu 20.04, you can look at the copyright information typically found at the bottom of the man page or consult the package documentation. Additionally, you can check the &amp;#039;&amp;#039;&amp;#039;/usr/share/doc/&amp;lt;package_name&amp;gt;/copyright&amp;#039;&amp;#039;&amp;#039;  file, where &amp;#039;&amp;#039;&amp;#039;&amp;lt;package_name&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the name of the package you are interested in.&lt;br /&gt;
&lt;br /&gt;
Please note that some man pages may use other licenses or have custom licensing terms specified by the authors. Always refer to the documentation and copyright information for the specific man page or software package to determine its licensing terms.&lt;br /&gt;
&lt;br /&gt;
===find the location of a specific man page===&lt;br /&gt;
&lt;br /&gt;
To find the location of a specific man page, you can use the &amp;#039;&amp;#039;&amp;#039;manpath&amp;#039;&amp;#039;&amp;#039; command to display the search path for man pages, and the &amp;#039;&amp;#039;&amp;#039;man -w &amp;lt;command&amp;gt;&amp;#039;&amp;#039;&amp;#039; command to find the location of a specific man page. Replace &amp;#039;&amp;#039;&amp;#039;&amp;lt;command&amp;gt;&amp;#039;&amp;#039;&amp;#039; with the command or topic you are looking for. For example:&lt;br /&gt;
&lt;br /&gt;
:* The &amp;#039;&amp;#039;&amp;#039;manpath&amp;#039;&amp;#039;&amp;#039; command will show the directories where man pages are stored&lt;br /&gt;
&amp;lt;code&amp;gt;manpath&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:* The &amp;#039;&amp;#039;&amp;#039;man -w &amp;lt;package&amp;gt;&amp;#039;&amp;#039;&amp;#039; command will display the location of the &amp;#039;&amp;#039;&amp;#039;&amp;lt;package&amp;gt;&amp;#039;&amp;#039;&amp;#039; command&amp;#039;s man page. &lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
:&amp;lt;code&amp;gt;man -w ls&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Will display the location of the &amp;#039;&amp;#039;&amp;#039;ls&amp;#039;&amp;#039;&amp;#039; command&amp;#039;s man page. The output will show the full path to the man page file, such as &amp;#039;&amp;#039;&amp;#039;/usr/share/man/man1/ls.1.gz&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Please note that man pages are usually compressed using gzip, so the file extensions will often be .gz. To read the man page, use the man command, as it automatically decompresses the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;man ls&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The License of the &amp;#039;&amp;#039;&amp;#039;ls&amp;#039;&amp;#039;&amp;#039; man page is &amp;#039;&amp;#039;&amp;#039;GPLv3+&amp;#039;&amp;#039;&amp;#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The &amp;quot;GPL-3+&amp;quot; means that the man page is licensed under the GNU General Public License version 3 or any later version.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
COPYRIGHT&lt;br /&gt;
       Copyright © 2020 Free Software Foundation, Inc.  License GPLv3+: GNU GPL version 3 or later &amp;lt;https://gnu.org/licenses/gpl.html&amp;gt;.&lt;br /&gt;
       This is free software: you are free to change and redistribute it.  There is NO WARRANTY, to the extent permitted by law.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example of finding the license of the &amp;#039;&amp;#039;&amp;#039;mc&amp;#039;&amp;#039;&amp;#039; man page==&lt;br /&gt;
&lt;br /&gt;
: The &amp;#039;&amp;#039;&amp;#039;mc&amp;#039;&amp;#039;&amp;#039; &amp;quot;&amp;#039;&amp;#039;midnight commander&amp;#039;&amp;#039;&amp;quot; package is not installed on ubuntu by default:&lt;br /&gt;
&amp;lt;code&amp;gt;sudo apt install mc&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Check the &amp;#039;&amp;#039;&amp;#039;man mc&amp;#039;&amp;#039;&amp;#039; page for license of the &amp;#039;&amp;#039;&amp;#039;man&amp;#039;&amp;#039;&amp;#039; for &amp;#039;&amp;#039;&amp;#039;mc&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;code&amp;gt;man mc&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LICENSE&lt;br /&gt;
       This program is distributed under the terms of the GNU General Public License as published by the Free Software Foundation. See the built-in help for details on the License and the  lack  of&lt;br /&gt;
       warranty.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The easiest way to find the license of a man page is to look for the license or copyright information within the man page itself, as you&amp;#039;ve done with the &amp;#039;mc&amp;#039; man page. In some cases, the man page may not include the license information, and you will need to look for the copyright information in the package documentation instead.&lt;br /&gt;
&lt;br /&gt;
To find the package documentation, you can check the &amp;#039;&amp;#039;&amp;#039;/usr/share/doc/&amp;lt;package_name&amp;gt;/copyright&amp;#039;&amp;#039;&amp;#039; file, where &amp;#039;&amp;#039;&amp;#039;&amp;lt;package_name&amp;gt;&amp;#039;&amp;#039;&amp;#039; is the name of the package you are interested in. For the &amp;#039;mc&amp;#039; package, you can find the copyright file using the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;cat /usr/share/doc/mc/copyright&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command will display the copyright and license information for the &amp;#039;mc&amp;#039; package, which should also cover the associated man page.&lt;br /&gt;
&lt;br /&gt;
In the case of the &amp;#039;mc&amp;#039; man page, the license information is already provided in the man page itself, stating that the program is distributed under the terms of the GNU General Public License.&lt;br /&gt;
&lt;br /&gt;
===OutPut from &amp;lt;code&amp;gt;cat /usr/share/doc/mc/copyright&amp;lt;/code&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/&lt;br /&gt;
Upstream-Name: Midnight Commander&lt;br /&gt;
Source: http://www.midnight-commander.org/downloads&lt;br /&gt;
Copyright: 1996-2021 Free Software Foundation&lt;br /&gt;
License: GPL-3+&lt;br /&gt;
Comment:&lt;br /&gt;
 This package was debianized on Tue Apr 1 14:32:15 1997 by&lt;br /&gt;
 Paul Seelig &amp;lt;pseelig@mail.uni-mainz.de&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Files: *&lt;br /&gt;
Copyright: 1991-1992,1994-2021 Free Software Foundation&lt;br /&gt;
    1996      andrey joukov &amp;lt;2:5020/337.13@fidonet.org&amp;gt;&lt;br /&gt;
    2002      ARJ Software Russia&lt;br /&gt;
    2003      Alexander Serkov &amp;lt;serkov@ukrpost.net&amp;gt;&lt;br /&gt;
    1992-1998 Andrew Tridgell&lt;br /&gt;
    1995      Ian Jackson &amp;lt;iwj10@cus.cam.ac.uk&amp;gt;&lt;br /&gt;
    2008      Jacques Pelletier &amp;lt;jpelletier@ieee.org&amp;gt;&lt;br /&gt;
    1996-1997 Joseph M. Hinkle &amp;lt;jhinkle@rockisland.com&amp;gt;&lt;br /&gt;
    1998      John H Terpstra &amp;lt;jht@aquasoft.com.au&amp;gt;&lt;br /&gt;
    1990-1998 Karl Auer&lt;br /&gt;
    2005-2006 Leonard den Ottolander &amp;lt;leonard den ottolander nl&amp;gt;&lt;br /&gt;
    1996-1998 Luke Kenneth Casson Leighton&lt;br /&gt;
    1995-1996 Miguel de Icaza&lt;br /&gt;
    2000-2001 Oskar Liljeblad &amp;lt;osk@hem.passagen.se&amp;gt;&lt;br /&gt;
    1996      Paul Sheer&lt;br /&gt;
    2003      Pavel Roskin&lt;br /&gt;
    2002      Petr Kozelka &amp;lt;pkozelka@email.cz&amp;gt;&lt;br /&gt;
    1999      Piotr Roszatycki &amp;lt;dexter@debian.org&amp;gt;&lt;br /&gt;
    1995-1998 Samba-Team&lt;br /&gt;
    2001      Walery Studennikov &amp;lt;despair@sama.ru&amp;gt;&lt;br /&gt;
    1997-1998 the University of Minnesota&lt;br /&gt;
License: GPL-3+&lt;br /&gt;
Comment:&lt;br /&gt;
 See list of authors and contributors in file AUTHORS&lt;br /&gt;
 Note that all these authors assigned the copyright to FSF.&lt;br /&gt;
&lt;br /&gt;
Files:&lt;br /&gt;
    doc/doxygen-include.am&lt;br /&gt;
    m4.include/dx_doxygen.m4&lt;br /&gt;
Copyright:&lt;br /&gt;
    2004,2007 Oren Ben-Kiki&lt;br /&gt;
License: Apache-2.0&lt;br /&gt;
&lt;br /&gt;
Files:&lt;br /&gt;
    misc/syntax/nemerle.syntax&lt;br /&gt;
Copyright:&lt;br /&gt;
    2004      the University of Wroclaw&lt;br /&gt;
License: BSD-3-Clause&lt;br /&gt;
&lt;br /&gt;
Files:&lt;br /&gt;
    misc/syntax/meson.syntax&lt;br /&gt;
Copyright:&lt;br /&gt;
    2018 Vitold S&lt;br /&gt;
License: Expat&lt;br /&gt;
&lt;br /&gt;
Files: debian/*&lt;br /&gt;
Copyright:&lt;br /&gt;
    2002-2004  Adam Byrtek &amp;lt;alpha@debian.org&amp;gt;&lt;br /&gt;
    2011       Andreas Tille &amp;lt;tille@debian.org&amp;gt;&lt;br /&gt;
    2002       Colin Watson &amp;lt;cjwatson@debian.org&amp;gt;&lt;br /&gt;
    2008-2015  Denis Briand &amp;lt;debian@denis-briand.fr&amp;gt;&lt;br /&gt;
    2012-2021  Dmitry Smirnov &amp;lt;onlyjob@debian.org&amp;gt;&lt;br /&gt;
    1997       Fernando Alegre &amp;lt;alegre@debian.org&amp;gt;&lt;br /&gt;
    2004-2007  Ludovic Drolez &amp;lt;ldrolez@debian.org&amp;gt;&lt;br /&gt;
    1999-2001  Martin Bialasinski &amp;lt;martinb@debian.org&amp;gt;&lt;br /&gt;
    1999       Martin Bialasinski &amp;lt;mc@internet-treff.uni-koeln.de&amp;gt;&lt;br /&gt;
    1998-1999  Michael Bramer &amp;lt;grisu@debian.org&amp;gt;&lt;br /&gt;
    2008-2009  Patrick Winnertz &amp;lt;winnie@debian.org&amp;gt;&lt;br /&gt;
    1998       Paul Seelig &amp;lt;pseelig@goofy.zdv.uni-mainz.de&amp;gt;&lt;br /&gt;
    2004-2007  Stefano Melchior &amp;lt;stefano.melchior@openlabs.it&amp;gt;&lt;br /&gt;
    1997       Vincent Renardias &amp;lt;vincent@waw.com&amp;gt;&lt;br /&gt;
    2008-2010  Yury V. Zaytsev &amp;lt;yury@shurup.com&amp;gt;&lt;br /&gt;
License: GPL-2+&lt;br /&gt;
&lt;br /&gt;
Files: src/vfs/smbfs/helpers/*&lt;br /&gt;
Copyright: 2011       Free Software Foundation&lt;br /&gt;
           1992-1998  Andrew Tridgell&lt;br /&gt;
           1995-1998  Samba-Team&lt;br /&gt;
           1998       John H Terpstra &amp;lt;jht@aquasoft.com.au&amp;gt;&lt;br /&gt;
License: GPL-3+&lt;br /&gt;
&lt;br /&gt;
Files:&lt;br /&gt;
    m4.include/gnulib/fsusage.m4&lt;br /&gt;
    m4.include/gnulib/sys_types_h.m4&lt;br /&gt;
    m4.include/gnulib/windows-stat-inodes.m4&lt;br /&gt;
Copyright: 1997-2018 Free Software Foundation, Inc.&lt;br /&gt;
License: FSFULLR&lt;br /&gt;
 This file is free software; the Free Software Foundation&lt;br /&gt;
 gives unlimited permission to copy and/or distribute it,&lt;br /&gt;
 with or without modifications, as long as this notice is preserved.&lt;br /&gt;
&lt;br /&gt;
Files:&lt;br /&gt;
    m4.include/ax_gcc_func_attribute.m4&lt;br /&gt;
Copyright: 2013 Gabriele Svelto &amp;lt;gabriele.svelto@gmail.com&amp;gt;&lt;br /&gt;
License: FSF-Install&lt;br /&gt;
 Copying and distribution of this file, with or without modification, are&lt;br /&gt;
 permitted in any medium without royalty provided the copyright notice and&lt;br /&gt;
 this notice are preserved. This file is offered as-is, without any&lt;br /&gt;
 warranty.&lt;br /&gt;
&lt;br /&gt;
License: Apache-2.0&lt;br /&gt;
 Licensed to the Apache Software Foundation (ASF) under one or more&lt;br /&gt;
 contributor license agreements.  See the NOTICE file distributed with&lt;br /&gt;
 this work for additional information regarding copyright ownership.&lt;br /&gt;
 The ASF licenses this file to You under the Apache License, Version 2.0&lt;br /&gt;
 (the &amp;quot;License&amp;quot;); you may not use this file except in compliance with&lt;br /&gt;
 the License.  You may obtain a copy of the License at&lt;br /&gt;
 .&lt;br /&gt;
 http://www.apache.org/licenses/LICENSE-2.0&lt;br /&gt;
 .&lt;br /&gt;
 Unless required by applicable law or agreed to in writing, software&lt;br /&gt;
 distributed under the License is distributed on an &amp;quot;AS IS&amp;quot; BASIS,&lt;br /&gt;
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;br /&gt;
 See the License for the specific language governing permissions and&lt;br /&gt;
 limitations under the License.&lt;br /&gt;
 ․&lt;br /&gt;
 On Debian systems, the complete text of the Apache License,&lt;br /&gt;
 Version 2.0 can be found in &amp;quot;/usr/share/common-licenses/Apache-2.0&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
License: BSD-3-Clause&lt;br /&gt;
 Redistribution and use in source and binary forms, with or without&lt;br /&gt;
 modification, are permitted provided that the following conditions&lt;br /&gt;
 are met:&lt;br /&gt;
    1. Redistributions of source code must retain the above copyright&lt;br /&gt;
       notice, this list of conditions and the following disclaimer.&lt;br /&gt;
    2. Redistributions in binary form must reproduce the above copyright&lt;br /&gt;
       notice, this list of conditions and the following disclaimer in the&lt;br /&gt;
       documentation and/or other materials provided with the distribution.&lt;br /&gt;
    3. The name of the University may not be used to endorse or promote&lt;br /&gt;
       products derived from this software without specific prior&lt;br /&gt;
       written permission.&lt;br /&gt;
 .&lt;br /&gt;
 THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY ``AS IS&amp;#039;&amp;#039; AND ANY EXPRESS OR&lt;br /&gt;
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES&lt;br /&gt;
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN&lt;br /&gt;
 NO EVENT SHALL THE UNIVERSITY BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,&lt;br /&gt;
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED&lt;br /&gt;
 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR&lt;br /&gt;
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF&lt;br /&gt;
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING&lt;br /&gt;
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS&lt;br /&gt;
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.&lt;br /&gt;
&lt;br /&gt;
License: Expat&lt;br /&gt;
 Permission is hereby granted, free of charge, to any person obtaining a copy&lt;br /&gt;
 of this software and associated documentation files (the &amp;quot;Software&amp;quot;), to deal&lt;br /&gt;
 in the Software without restriction, including without limitation the rights&lt;br /&gt;
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&lt;br /&gt;
 copies of the Software, and to permit persons to whom the Software is&lt;br /&gt;
 furnished to do so, subject to the following conditions:&lt;br /&gt;
 ․&lt;br /&gt;
  The above copyright notice and this permission notice shall be included in all&lt;br /&gt;
  copies or substantial portions of the Software.&lt;br /&gt;
 ․&lt;br /&gt;
 THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&lt;br /&gt;
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&lt;br /&gt;
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&lt;br /&gt;
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE&lt;br /&gt;
 SOFTWARE.&lt;br /&gt;
&lt;br /&gt;
License: GPL-2+&lt;br /&gt;
 This program is free software; you can redistribute it and/or modify&lt;br /&gt;
 it under the terms of the GNU General Public License as published by&lt;br /&gt;
 the Free Software Foundation; either version 2 of the License, or&lt;br /&gt;
 (at your option) any later version.&lt;br /&gt;
 ․&lt;br /&gt;
 This program is distributed in the hope that it will be useful,&lt;br /&gt;
 but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the&lt;br /&gt;
 GNU General Public License for more details.&lt;br /&gt;
 ․&lt;br /&gt;
 On Debian systems, the complete text of the GNU General Public&lt;br /&gt;
 License Version 2 can be found in &amp;quot;/usr/share/common-licenses/GPL-2&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
License: GPL-3+&lt;br /&gt;
 This program is free software: you can redistribute it and/or modify&lt;br /&gt;
 it under the terms of the GNU General Public License as published by&lt;br /&gt;
 the Free Software Foundation, either version 3 of the License, or&lt;br /&gt;
 (at your option) any later version.&lt;br /&gt;
 ․&lt;br /&gt;
 This program is distributed in the hope that it will be useful,&lt;br /&gt;
 but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the&lt;br /&gt;
 GNU General Public License for more details.&lt;br /&gt;
 ․&lt;br /&gt;
 On Debian systems, the complete text of the GNU General Public&lt;br /&gt;
 License Version 3 can be found in &amp;quot;/usr/share/common-licenses/GPL-3&amp;quot;.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Based on the information from the &amp;#039;&amp;#039;&amp;#039;/usr/share/doc/mc/copyright&amp;#039;&amp;#039;&amp;#039; file, the license for the Midnight Commander man page would be &amp;#039;&amp;#039;&amp;#039;&amp;quot;GPL-3+&amp;quot;&amp;#039;&amp;#039;&amp;#039;, as indicated in the following section of the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Files: *&lt;br /&gt;
Copyright: 1991-1992,1994-2021 Free Software Foundation&lt;br /&gt;
...&lt;br /&gt;
License: GPL-3+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;GPL-3+&amp;quot; means that the man page is licensed under the GNU General Public License version 3 or any later version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Export a &amp;#039;man&amp;#039; page==&lt;br /&gt;
&lt;br /&gt;
To export a man page in a readable format for copy and paste, you can use the man command with the &amp;#039;&amp;#039;&amp;#039;-P&amp;#039;&amp;#039;&amp;#039; flag to output the content to a specific pager, such as cat. &lt;br /&gt;
&lt;br /&gt;
To export a man page in a readable format for copy and paste, you can use the man command with the -P flag to output the content to a specific pager, such as cat. Alternatively, you can use man with the col command to remove any formatting characters.&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;-P&amp;#039;&amp;#039;&amp;#039; flag in the man command allows you to specify a pager to view the manual page. A pager is a program that helps you read and navigate through text, such as less (default pager), more, or cat. To use the man command with the &amp;#039;&amp;#039;&amp;#039;-P&amp;#039;&amp;#039;&amp;#039; flag, follow this syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;man -P &amp;lt;pager&amp;gt; &amp;lt;command&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;#039;&amp;#039;&amp;#039;&amp;lt;pager&amp;gt;&amp;#039;&amp;#039;&amp;#039; with the pager you want to use (e.g., cat, less, more) and &amp;#039;&amp;#039;&amp;#039;&amp;lt;command&amp;gt;&amp;#039;&amp;#039;&amp;#039; with the command you want to view the manual page for.&lt;br /&gt;
&lt;br /&gt;
For example, if you want to view the ssh man page using the cat pager:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;man -P cat ssh&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will output the ssh man page without any pagination, making it easy to copy and paste the content. Keep in mind that using cat as the pager will output the entire man page at once, which might be overwhelming for very long pages. To navigate through the content, you may want to use less or more instead.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Alternatively&amp;#039;&amp;#039;&amp;#039;, you can use man with the &amp;#039;&amp;#039;&amp;#039;col&amp;#039;&amp;#039;&amp;#039; command to remove any formatting characters.&lt;br /&gt;
&lt;br /&gt;
For example, to view the ssh man page in a plain text format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;man ssh | col -bx&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want to save the output to a file for easy copy and paste, you can redirect the output to a file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;man ssh | col -bx &amp;gt; ssh_man_page.txt&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you can open the &amp;#039;&amp;#039;&amp;#039;ssh_man_page.txt&amp;#039;&amp;#039;&amp;#039; file with a text editor.&lt;/div&gt;</summary>
		<author><name>Noob</name></author>
	</entry>
</feed>