What package provides system call man pages on Ubuntu?Man pages from custom locationLinking to man page...

Multi tool use
Multi tool use

(async () => { })(); what is this?

Why would guns not work in the dungeon?

A DVR algebra with weird automorphisms

During copyediting, journal disagrees about spelling of paper's main topic

Filtering fine silt/mud from water (not necessarily bacteria etc.)

Is Trump personally blocking people on Twitter?

What package provides system call man pages on Ubuntu?

Is there a way to perform "if" check only once instead of every iteration in a loop?

What would the EU do if an EU member declared war on another EU member?

Would letting a multiclass character rebuild their character to be single-classed be game-breaking?

Why does the autopilot disengage even when it does not receive pilot input?

What is the Precise Definition of a “Complex Vector Space”?

Robbers: The Hidden OEIS Substring

Can I play a first turn Simic Growth Chamber to have 3 mana available in the second turn?

Are randomly-generated passwords starting with "a" less secure?

Professor falsely accusing me of cheating in a class he does not teach, two months after end of the class. What precautions should I take?

If a specific mass of air is polluted, will the pollution stick with it?

Where or how can I find what interfaces an out of the box Apex class implements?

"A killed B" translation

Machine learning and operations research projects

Wrapper in return method for test class

Is killing off one of my queer characters homophobic?

Is this floating-point optimization allowed?

How might the United Kingdom become a republic?



What package provides system call man pages on Ubuntu?


Man pages from custom locationLinking to man page sections?Broken man pagesapt-get update fails in Ubuntu 14.04 due to GPG ErrorOnline Ubuntu man pages only showing i386?Full man pages indexRead man pages of a snap packageman pages - How to always show total lines and percentage in the bottom status / prompt lineSome system call man pages missingman doesn't display man pages; what to do if 'mandb -c' doesn't fix it?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2















On Ubuntu 18.04, the following commands do not turn up any man pages:



man 2 creat
man 2 ioctl
man 2 chown


There are plenty of other examples, but these illustrate the point.



I tried a bit of apt search and online searching as well, but didn't turn up any clear answer for which package(s) to install to get these and other similar man pages.



How can I install the system call man pages on Ubuntu 18.04?










share|improve this question





























    2















    On Ubuntu 18.04, the following commands do not turn up any man pages:



    man 2 creat
    man 2 ioctl
    man 2 chown


    There are plenty of other examples, but these illustrate the point.



    I tried a bit of apt search and online searching as well, but didn't turn up any clear answer for which package(s) to install to get these and other similar man pages.



    How can I install the system call man pages on Ubuntu 18.04?










    share|improve this question

























      2












      2








      2








      On Ubuntu 18.04, the following commands do not turn up any man pages:



      man 2 creat
      man 2 ioctl
      man 2 chown


      There are plenty of other examples, but these illustrate the point.



      I tried a bit of apt search and online searching as well, but didn't turn up any clear answer for which package(s) to install to get these and other similar man pages.



      How can I install the system call man pages on Ubuntu 18.04?










      share|improve this question














      On Ubuntu 18.04, the following commands do not turn up any man pages:



      man 2 creat
      man 2 ioctl
      man 2 chown


      There are plenty of other examples, but these illustrate the point.



      I tried a bit of apt search and online searching as well, but didn't turn up any clear answer for which package(s) to install to get these and other similar man pages.



      How can I install the system call man pages on Ubuntu 18.04?







      apt manpage






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      WildcardWildcard

      4876 silver badges20 bronze badges




      4876 silver badges20 bronze badges






















          1 Answer
          1






          active

          oldest

          votes


















          3














          The manpages-dev package provides most manpages in section 2 of the manual (documenting system calls), including those for the creat, ioctl and chown system calls.



          sudo apt update
          sudo apt install manpages-dev


          You can usually find the packages that provide manpages by searching the Ubuntu packages database for a file named like creat.2.gz, where (if different) creat is replaced by the name and 2 is replaced by the section number.



          Packages providing manpages in some languages other than English also exist and can also usually be found in this way. For example, if you wanted the section 2 manual pages in French, you would install the manpages-fr-dev package.






          share|improve this answer



















          • 1





            The additional tip about how to find which package provides a given man page is pure gold; thank you!!

            – Wildcard
            8 hours ago














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1157912%2fwhat-package-provides-system-call-man-pages-on-ubuntu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          The manpages-dev package provides most manpages in section 2 of the manual (documenting system calls), including those for the creat, ioctl and chown system calls.



          sudo apt update
          sudo apt install manpages-dev


          You can usually find the packages that provide manpages by searching the Ubuntu packages database for a file named like creat.2.gz, where (if different) creat is replaced by the name and 2 is replaced by the section number.



          Packages providing manpages in some languages other than English also exist and can also usually be found in this way. For example, if you wanted the section 2 manual pages in French, you would install the manpages-fr-dev package.






          share|improve this answer



















          • 1





            The additional tip about how to find which package provides a given man page is pure gold; thank you!!

            – Wildcard
            8 hours ago
















          3














          The manpages-dev package provides most manpages in section 2 of the manual (documenting system calls), including those for the creat, ioctl and chown system calls.



          sudo apt update
          sudo apt install manpages-dev


          You can usually find the packages that provide manpages by searching the Ubuntu packages database for a file named like creat.2.gz, where (if different) creat is replaced by the name and 2 is replaced by the section number.



          Packages providing manpages in some languages other than English also exist and can also usually be found in this way. For example, if you wanted the section 2 manual pages in French, you would install the manpages-fr-dev package.






          share|improve this answer



















          • 1





            The additional tip about how to find which package provides a given man page is pure gold; thank you!!

            – Wildcard
            8 hours ago














          3












          3








          3







          The manpages-dev package provides most manpages in section 2 of the manual (documenting system calls), including those for the creat, ioctl and chown system calls.



          sudo apt update
          sudo apt install manpages-dev


          You can usually find the packages that provide manpages by searching the Ubuntu packages database for a file named like creat.2.gz, where (if different) creat is replaced by the name and 2 is replaced by the section number.



          Packages providing manpages in some languages other than English also exist and can also usually be found in this way. For example, if you wanted the section 2 manual pages in French, you would install the manpages-fr-dev package.






          share|improve this answer













          The manpages-dev package provides most manpages in section 2 of the manual (documenting system calls), including those for the creat, ioctl and chown system calls.



          sudo apt update
          sudo apt install manpages-dev


          You can usually find the packages that provide manpages by searching the Ubuntu packages database for a file named like creat.2.gz, where (if different) creat is replaced by the name and 2 is replaced by the section number.



          Packages providing manpages in some languages other than English also exist and can also usually be found in this way. For example, if you wanted the section 2 manual pages in French, you would install the manpages-fr-dev package.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 8 hours ago









          Eliah KaganEliah Kagan

          86.5k22 gold badges241 silver badges382 bronze badges




          86.5k22 gold badges241 silver badges382 bronze badges








          • 1





            The additional tip about how to find which package provides a given man page is pure gold; thank you!!

            – Wildcard
            8 hours ago














          • 1





            The additional tip about how to find which package provides a given man page is pure gold; thank you!!

            – Wildcard
            8 hours ago








          1




          1





          The additional tip about how to find which package provides a given man page is pure gold; thank you!!

          – Wildcard
          8 hours ago





          The additional tip about how to find which package provides a given man page is pure gold; thank you!!

          – Wildcard
          8 hours ago


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1157912%2fwhat-package-provides-system-call-man-pages-on-ubuntu%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          JL,L4gbxKMdCzm0gnC,nUXJbuqTKxxbNIlG 6V SI0DQQBrinB,XYGww
          KSCA,NjxM7eyjXL,HnVm1G A F2OHK4xBUiZ

          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Ciclooctatetraenă Vezi și | Bibliografie | Meniu de navigare637866text4148569-500570979m

          Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...