Missing elements in Manpages
I'm using Ubuntu Desktop 18.04.
It is really weird, but in every Manpage (also in ksh and sh), there are missing elements such as the program name or flags. I posted also a picture of the incomplete manpage:

When I use info instead of man, everything is OK, so there is an error with man...
How can I fix it?
bash manpage
add a comment |
I'm using Ubuntu Desktop 18.04.
It is really weird, but in every Manpage (also in ksh and sh), there are missing elements such as the program name or flags. I posted also a picture of the incomplete manpage:

When I use info instead of man, everything is OK, so there is an error with man...
How can I fix it?
bash manpage
2
What terminal program are you using? To me it looks as though the terminal does not support the default encoding.
– Doug Smythies
Jan 23 at 0:46
3
Looks like the bold formatting isn't working...not sure why yet. What terminal program are you using? Anything changed in it's fonts, your .profile, .bashrc, etc?
– Xen2050
Jan 23 at 4:05
Oh right, the bold formatting! I'm using gnome-Terminal.
– ferdi2003
Jan 23 at 9:47
add a comment |
I'm using Ubuntu Desktop 18.04.
It is really weird, but in every Manpage (also in ksh and sh), there are missing elements such as the program name or flags. I posted also a picture of the incomplete manpage:

When I use info instead of man, everything is OK, so there is an error with man...
How can I fix it?
bash manpage
I'm using Ubuntu Desktop 18.04.
It is really weird, but in every Manpage (also in ksh and sh), there are missing elements such as the program name or flags. I posted also a picture of the incomplete manpage:

When I use info instead of man, everything is OK, so there is an error with man...
How can I fix it?
bash manpage
bash manpage
edited Jan 23 at 7:49
pa4080
14.4k52670
14.4k52670
asked Jan 22 at 23:28
ferdi2003ferdi2003
111
111
2
What terminal program are you using? To me it looks as though the terminal does not support the default encoding.
– Doug Smythies
Jan 23 at 0:46
3
Looks like the bold formatting isn't working...not sure why yet. What terminal program are you using? Anything changed in it's fonts, your .profile, .bashrc, etc?
– Xen2050
Jan 23 at 4:05
Oh right, the bold formatting! I'm using gnome-Terminal.
– ferdi2003
Jan 23 at 9:47
add a comment |
2
What terminal program are you using? To me it looks as though the terminal does not support the default encoding.
– Doug Smythies
Jan 23 at 0:46
3
Looks like the bold formatting isn't working...not sure why yet. What terminal program are you using? Anything changed in it's fonts, your .profile, .bashrc, etc?
– Xen2050
Jan 23 at 4:05
Oh right, the bold formatting! I'm using gnome-Terminal.
– ferdi2003
Jan 23 at 9:47
2
2
What terminal program are you using? To me it looks as though the terminal does not support the default encoding.
– Doug Smythies
Jan 23 at 0:46
What terminal program are you using? To me it looks as though the terminal does not support the default encoding.
– Doug Smythies
Jan 23 at 0:46
3
3
Looks like the bold formatting isn't working...not sure why yet. What terminal program are you using? Anything changed in it's fonts, your .profile, .bashrc, etc?
– Xen2050
Jan 23 at 4:05
Looks like the bold formatting isn't working...not sure why yet. What terminal program are you using? Anything changed in it's fonts, your .profile, .bashrc, etc?
– Xen2050
Jan 23 at 4:05
Oh right, the bold formatting! I'm using gnome-Terminal.
– ferdi2003
Jan 23 at 9:47
Oh right, the bold formatting! I'm using gnome-Terminal.
– ferdi2003
Jan 23 at 9:47
add a comment |
1 Answer
1
active
oldest
votes
I can reproduce that by configuring bold to a black color in gnome-terminal.
Menu: "Edit" -> "Profile Preferences", then tab "Colors"
Is there a check mark on "Bold color"? If yes, disable.
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
});
}
});
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%2f1112091%2fmissing-elements-in-manpages%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
I can reproduce that by configuring bold to a black color in gnome-terminal.
Menu: "Edit" -> "Profile Preferences", then tab "Colors"
Is there a check mark on "Bold color"? If yes, disable.
add a comment |
I can reproduce that by configuring bold to a black color in gnome-terminal.
Menu: "Edit" -> "Profile Preferences", then tab "Colors"
Is there a check mark on "Bold color"? If yes, disable.
add a comment |
I can reproduce that by configuring bold to a black color in gnome-terminal.
Menu: "Edit" -> "Profile Preferences", then tab "Colors"
Is there a check mark on "Bold color"? If yes, disable.
I can reproduce that by configuring bold to a black color in gnome-terminal.
Menu: "Edit" -> "Profile Preferences", then tab "Colors"
Is there a check mark on "Bold color"? If yes, disable.
answered Jan 23 at 21:19
RalfRalf
20116
20116
add a comment |
add a comment |
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%2f1112091%2fmissing-elements-in-manpages%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
2
What terminal program are you using? To me it looks as though the terminal does not support the default encoding.
– Doug Smythies
Jan 23 at 0:46
3
Looks like the bold formatting isn't working...not sure why yet. What terminal program are you using? Anything changed in it's fonts, your .profile, .bashrc, etc?
– Xen2050
Jan 23 at 4:05
Oh right, the bold formatting! I'm using gnome-Terminal.
– ferdi2003
Jan 23 at 9:47