Why can't I get the man page of the crypt function?
On my Fedora system, I can do man 3 crypt
and I see the man page of the crypt function.
However, when I do the same on Ubuntu it gives me:
No manual entry for crypt in section 3
I know that it has to be somewhere because it is the function that does the encryption for user password and I even found the man pages here:
http://manpages.ubuntu.com/manpages/bionic/man3/crypt.3.html
Any ideas?
encryption manpage
New contributor
add a comment |
On my Fedora system, I can do man 3 crypt
and I see the man page of the crypt function.
However, when I do the same on Ubuntu it gives me:
No manual entry for crypt in section 3
I know that it has to be somewhere because it is the function that does the encryption for user password and I even found the man pages here:
http://manpages.ubuntu.com/manpages/bionic/man3/crypt.3.html
Any ideas?
encryption manpage
New contributor
What version of Ubuntu are you using?
– wjandrea
9 hours ago
Ubuntu 18.04.1 Bionic LTS
– aboria
9 hours ago
Works fine on my machine. Have you made any changes to your manpages or maybe uninstalled any packages?
– wjandrea
9 hours ago
no, i will try to patch it and see what's up
– aboria
9 hours ago
I patched it didn't work, i just downloaded the man pages and put it in /usr/share/man/man3/
– aboria
9 hours ago
add a comment |
On my Fedora system, I can do man 3 crypt
and I see the man page of the crypt function.
However, when I do the same on Ubuntu it gives me:
No manual entry for crypt in section 3
I know that it has to be somewhere because it is the function that does the encryption for user password and I even found the man pages here:
http://manpages.ubuntu.com/manpages/bionic/man3/crypt.3.html
Any ideas?
encryption manpage
New contributor
On my Fedora system, I can do man 3 crypt
and I see the man page of the crypt function.
However, when I do the same on Ubuntu it gives me:
No manual entry for crypt in section 3
I know that it has to be somewhere because it is the function that does the encryption for user password and I even found the man pages here:
http://manpages.ubuntu.com/manpages/bionic/man3/crypt.3.html
Any ideas?
encryption manpage
encryption manpage
New contributor
New contributor
edited 2 hours ago
Kevin Bowen
14.4k155970
14.4k155970
New contributor
asked 9 hours ago
aboriaaboria
111
111
New contributor
New contributor
What version of Ubuntu are you using?
– wjandrea
9 hours ago
Ubuntu 18.04.1 Bionic LTS
– aboria
9 hours ago
Works fine on my machine. Have you made any changes to your manpages or maybe uninstalled any packages?
– wjandrea
9 hours ago
no, i will try to patch it and see what's up
– aboria
9 hours ago
I patched it didn't work, i just downloaded the man pages and put it in /usr/share/man/man3/
– aboria
9 hours ago
add a comment |
What version of Ubuntu are you using?
– wjandrea
9 hours ago
Ubuntu 18.04.1 Bionic LTS
– aboria
9 hours ago
Works fine on my machine. Have you made any changes to your manpages or maybe uninstalled any packages?
– wjandrea
9 hours ago
no, i will try to patch it and see what's up
– aboria
9 hours ago
I patched it didn't work, i just downloaded the man pages and put it in /usr/share/man/man3/
– aboria
9 hours ago
What version of Ubuntu are you using?
– wjandrea
9 hours ago
What version of Ubuntu are you using?
– wjandrea
9 hours ago
Ubuntu 18.04.1 Bionic LTS
– aboria
9 hours ago
Ubuntu 18.04.1 Bionic LTS
– aboria
9 hours ago
Works fine on my machine. Have you made any changes to your manpages or maybe uninstalled any packages?
– wjandrea
9 hours ago
Works fine on my machine. Have you made any changes to your manpages or maybe uninstalled any packages?
– wjandrea
9 hours ago
no, i will try to patch it and see what's up
– aboria
9 hours ago
no, i will try to patch it and see what's up
– aboria
9 hours ago
I patched it didn't work, i just downloaded the man pages and put it in /usr/share/man/man3/
– aboria
9 hours ago
I patched it didn't work, i just downloaded the man pages and put it in /usr/share/man/man3/
– aboria
9 hours ago
add a comment |
1 Answer
1
active
oldest
votes
While the mcrypt
package provides a Section 1 manual page for the crypt
executable command, the Section 3 page (covering the crypt
library function) is provided by the manpages-dev
package:
$ dpkg -S /usr/share/man/man1/crypt.1.gz /usr/share/man/man3/crypt.3.gz
mcrypt: /usr/share/man/man1/crypt.1.gz
manpages-dev: /usr/share/man/man3/crypt.3.gz
add a comment |
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
});
}
});
aboria is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110061%2fwhy-cant-i-get-the-man-page-of-the-crypt-function%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
While the mcrypt
package provides a Section 1 manual page for the crypt
executable command, the Section 3 page (covering the crypt
library function) is provided by the manpages-dev
package:
$ dpkg -S /usr/share/man/man1/crypt.1.gz /usr/share/man/man3/crypt.3.gz
mcrypt: /usr/share/man/man1/crypt.1.gz
manpages-dev: /usr/share/man/man3/crypt.3.gz
add a comment |
While the mcrypt
package provides a Section 1 manual page for the crypt
executable command, the Section 3 page (covering the crypt
library function) is provided by the manpages-dev
package:
$ dpkg -S /usr/share/man/man1/crypt.1.gz /usr/share/man/man3/crypt.3.gz
mcrypt: /usr/share/man/man1/crypt.1.gz
manpages-dev: /usr/share/man/man3/crypt.3.gz
add a comment |
While the mcrypt
package provides a Section 1 manual page for the crypt
executable command, the Section 3 page (covering the crypt
library function) is provided by the manpages-dev
package:
$ dpkg -S /usr/share/man/man1/crypt.1.gz /usr/share/man/man3/crypt.3.gz
mcrypt: /usr/share/man/man1/crypt.1.gz
manpages-dev: /usr/share/man/man3/crypt.3.gz
While the mcrypt
package provides a Section 1 manual page for the crypt
executable command, the Section 3 page (covering the crypt
library function) is provided by the manpages-dev
package:
$ dpkg -S /usr/share/man/man1/crypt.1.gz /usr/share/man/man3/crypt.3.gz
mcrypt: /usr/share/man/man1/crypt.1.gz
manpages-dev: /usr/share/man/man3/crypt.3.gz
edited 8 hours ago
answered 8 hours ago
steeldriversteeldriver
66.3k11106179
66.3k11106179
add a comment |
add a comment |
aboria is a new contributor. Be nice, and check out our Code of Conduct.
aboria is a new contributor. Be nice, and check out our Code of Conduct.
aboria is a new contributor. Be nice, and check out our Code of Conduct.
aboria is a new contributor. Be nice, and check out our Code of Conduct.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110061%2fwhy-cant-i-get-the-man-page-of-the-crypt-function%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
What version of Ubuntu are you using?
– wjandrea
9 hours ago
Ubuntu 18.04.1 Bionic LTS
– aboria
9 hours ago
Works fine on my machine. Have you made any changes to your manpages or maybe uninstalled any packages?
– wjandrea
9 hours ago
no, i will try to patch it and see what's up
– aboria
9 hours ago
I patched it didn't work, i just downloaded the man pages and put it in /usr/share/man/man3/
– aboria
9 hours ago