Skip to main content
Filter by
Sorted by
Tagged with
18 votes
2 answers
1k views

Some versions of documentation declare certain functions like parameters declared in the signature and, e.g., Arch Linux: ssize_t read(size_t count; int fd, void buf[count], size_t count);...
Swift - Friday Pie's user avatar
0 votes
1 answer
62 views

Often in embedded systems, storage is a bit limited. Hence, you rather not bundle in all the man pages onboard. Later on, I still want to access the manual pages for the specific package versions ...
Brian's user avatar
  • 608
0 votes
1 answer
106 views

MacOS has a set of defined URLs for manpages under x-man-page://command. You can open these from a web browser or directly from Terminal with the command open x-man-page://command, which opens a nice ...
Hugo Schongin's user avatar
0 votes
0 answers
47 views

having a npm package where added man in the package.json and also generate the man file with .1 below is the folder structure . ├── bin │   └── health-check.js ├── CHANGELOG.md ├── docs │   └── gh-...
xkeshav's user avatar
  • 54.2k
2 votes
1 answer
226 views

Background First of all, I know the general reason strsignal() is not threading safe is the standard says it may not be. The strsignal() GNU C standard library function is defined in the POSIX.1-2008 ...
The Matt's user avatar
  • 1,764
1 vote
0 answers
333 views

I'm creating a CLI tool in Rust. I have written a man page for it (i.e., a file for use with Linux's man command). I want to include it with my project, such that people can cargo install my-project ...
Josh Brunton's user avatar
-1 votes
1 answer
58 views

I was recently trying to understand why running pip install --upgrade wasn't upgrading some packages in my virtualenv. Being on Ubuntu 22.04, I turned to the manpages for help. There I found the ...
Steve Lorimer's user avatar
0 votes
1 answer
143 views

I have cygwin version 3.4.10-1.x86_64 installed on my windows 7 machine. Until recently I could call man on any topic, e.g. $ man man; $man ls, etc. and the relevant man page would be displayed. I ...
Colin McNicholl's user avatar
0 votes
0 answers
437 views

setsockopt call may fail with ENODEV error, see Error "No such device" in call setsockopt when joining multicast group and what is the cause of ENODEV error from setsockopt for example. ...
ks1322's user avatar
  • 36.4k
0 votes
0 answers
34 views

I'm practicing with threads in Linux and I'm wondering why the code was written like this: #include <pthread.h> #include <stdio.h> pthread_attr_t attr; struct thread_info { pthread_t ...
reg3x_mr's user avatar
1 vote
2 answers
66 views

Cygwin: man column contains unexpected characters instead of - (minus sign, hyphen): # cygwin $ man column | grep -P 'table.*truncate' | od -c 0000000 - T , - ...
pmor's user avatar
  • 6,757
-1 votes
1 answer
93 views

What does the notation void addr[.length] in mmap(2) mean? I could interpret void *addr or size_t length, but what is the semantics of this "mixed" notation?
rookie099's user avatar
  • 2,683
0 votes
0 answers
25 views

Background I am implementing syscall wrappers for libc. As a natural requirement, I will need to add unit tests to the wrappers. I rely heavily on https://man7.org/linux/man-pages/dir_all_alphabetic....
Schrodinger ZHU's user avatar
4 votes
1 answer
247 views

In some man pages, e.g. https://man7.org/linux/man-pages/man3/memchr.3.html, I see the following: void *memchr(const void s[.n], int c, size_t n); What is the significance or interpretation of ...
fearless_fool's user avatar
2 votes
1 answer
210 views

man getaddrinfo shows me documentation for the getaddrinfo() function without my having to search online. The various structs defined in libc are equally useful to learn about but don't appear in my ...
Eddie Peters's user avatar
0 votes
0 answers
50 views

The [.len] annotation to the first argument — is that documented somewhere? I could not find it here: https://man7.org/linux/man-pages/man7/man-pages.7.html I guess it is supposed to add clarity to ...
Anthony Alba's user avatar
0 votes
2 answers
68 views

On my machine, I have the latest version of less installed through homebrew. Around the time me updating to macOS 14, I noticed my man stopped loading less in the latest version. If I run man man and ...
11th Hour Worker's user avatar
3 votes
1 answer
3k views

I feel like this is a new flag, there's not much about it online. The man pages explains it, but it doesn't make a lot of sense to me. I found a command that uses it as a DNS resolver i.e: curl host1 -...
Erich Shan's user avatar
2 votes
1 answer
397 views

I can't find manual pages for any of the functions declared in threads.h added in C11. There is good documentation for them in https://en.cppreference.com/w/c/11 and in the glibc docs, however I would ...
user avatar
0 votes
1 answer
274 views

I install docker from a binary file which is at https://download.docker.com/linux/static/stable/x86_64/docker-20.10.0.tgz. I execute this command in the shell: man docker It displays: [root@localhost ...
explorer_OceanWaves's user avatar
1 vote
2 answers
864 views

I recently updated the 2020 M1 Macbook pro I use for school to macOS Ventura, 13.4.1. Since then, I haven't been able to access C standard library man pages from the terminal. Any idea how I can ...
user_1738's user avatar
0 votes
0 answers
35 views

I know that there is git stash show -p to show the diff of the stash. But When I do git stash show -h it does not show the available options. Where can I find the available options for git stash show ...
s1n7ax's user avatar
  • 3,159
0 votes
2 answers
252 views

I'm trying to switch a Makefile-based build to using CMake. I'm ok with specifying the build of the app itself, but - there's also a man (manual) page, in TROFF format. How do I tell CMake to process ...
einpoklum's user avatar
  • 137k
3 votes
2 answers
15k views

By reading the man of strlcpy I met example: Since it is known how many characters were copied the first time, things can be sped up a bit by using a copy instead of an append: char *dir, *file, ...
Andrei's user avatar
  • 127
1 vote
1 answer
139 views

So I know that Man-notify-method controls this, but I like to have the option to open it in the same window. By default, I have it to pushy. Currently, I have: (global-set-key (kbd "H-m s") '...
user129393192's user avatar
5 votes
0 answers
1k views

I am taking an operating system course that requires making modifications to the Linux kernel. I would like to be able to view concise information on functions like proc_create, macros like __init , ...
user129393192's user avatar
-2 votes
1 answer
213 views

I am trying to condense a list of man pages for various tools to just: NAME ls – list directory contents DESCRIPTION For each operand that names a file of a type other than directory, ls ...
DontPanic's user avatar
0 votes
2 answers
193 views

I'm trying to figure out what options there are for the aws s3 cp CLI command but neither of the following work. When I use --help or -h I get the following useless CLI output that doesn't say ...
Cornelius Roemer's user avatar
4 votes
1 answer
85 views

The git index allows us to specify the files that go into a new tree object - such a tree object is what any newly created commit object will point to. I'm aware that using git add <filename> ...
efthimio's user avatar
  • 1,058
2 votes
1 answer
1k views

According the man page of getdents: d_off is the distance from the start of the directory to the start of the next linux_dirent. d_reclen is the size of this entire linux_dirent. So I would expect ...
talz's user avatar
  • 1,250
0 votes
1 answer
824 views

With command help or its alias man, we can display the docs of a command in shell. But how to browse it? I found we can go to next line by pressing <Enter> or jump by <p>, but how to page ...
Yue JIN's user avatar
  • 2,510
0 votes
1 answer
159 views

My "man" utility on MacOS Ventura 13.1 seems to be broken. When I try running "man ls" from the command line I get: /usr/bin/man: eval: line 413: unexpected EOF while looking for ...
Birdzai's user avatar
  • 48
-1 votes
1 answer
29 views

During an offiline C programming exam, we only have access to a tarball of the latest man pages (https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/). The man pages installed on the system ...
sueszli's user avatar
  • 107
2 votes
1 answer
104 views

How can I get pandoc to properly set all of the arguments in the "Title line" (.TH) when converting from a .rst file to a man file? According to the documentation man man-pages, the "...
Michael Altfield's user avatar
1 vote
1 answer
140 views

What should I put in a source reStructuredText file to populate the "Title Heading" (.TH) line in the destination file when using pandoc to convert it to groff-format? I have a python ...
Michael Altfield's user avatar
2 votes
1 answer
208 views

On my pc with debian 11 installed, I only have sections 1 to 9 of the manual. However on the online linux manual there's also a section 0p containing the C header files, in which I am interested: is ...
Daniele D'Ugo's user avatar
-1 votes
1 answer
200 views

Is this a pbcopy command garbled bug? If so, is there a way to fix it? I've tried a few ways but still can't found why this is happened. error / bug Steps to reproduce # 1. copy output $ man grep | ...
xgqfrms's user avatar
  • 12.4k
0 votes
1 answer
134 views

I've recently wrote a manpage, which display properly in bash shell. However, in zsh the man return an error message: /bin/zsh: can't open input file: man. Is there a difference in man syntax between ...
jimmymcheung's user avatar
2 votes
0 answers
558 views

So far I have tried man malloc and man 3 malloc additionally, I have updated my system with sudo apt update, sudo apt upgrade, sudo apt install man-db and sudo apt install manpages-posix I can search ...
limbo's user avatar
  • 31
1 vote
0 answers
33 views

I don't fully understand this sentence "not just in arguments where it is alone, as in some versions of find" when I read the mannual page in man find(1) I know the Shell will expand '{}' ...
Polaris W.L's user avatar
0 votes
2 answers
444 views

From the git man page: "See gittutorial(7) to get started, then see giteveryday(7) for a useful minimum set of commands. The Git User’s Manual[1] has a more in-depth introduction." I am ...
Shriram's user avatar
  • 349
0 votes
1 answer
113 views

If I output in a small window, man will automatically do a line break for the text. How do I get the man to not automatically change lines on output? Picture
Samuel's user avatar
  • 3
0 votes
1 answer
211 views

I'm currently working on a little project to test my knowledge in writing C applications. I try to create a man page which shall open, once app --help is typed. How do I change the path, so when I ...
nawab's user avatar
  • 53
1 vote
2 answers
391 views

I'm looking for the man pages of the makefile, and not the man pages of the make program. The latter, I can find and read its man pages easily by running man make. But for the former, I cannot find ...
Al-Baraa El-Hag's user avatar
3 votes
1 answer
574 views

So, I was looking for random linux manual pages, when I encountered this weird one, you can see it by executing "man unlocked_stdio", or you can view it in your browser by going to this page ...
dfmaaa1's user avatar
  • 77
1 vote
1 answer
423 views

I have following lines for kevent in the man: EVFILT_TIMER Establishes an arbitrary timer identified by ident. When adding a timer, data specifies the moment to ...
jorge is not ai's user avatar
0 votes
1 answer
90 views

I am trying to use the function inet_aton() defined as such: inet_aton(const char *cp, struct in_addr *inp); I don't want to explain what the function does, but I am getting conflicting Man pages ...
BING_BOTTY's user avatar
0 votes
0 answers
17 views

I am trying to extend a python docker image by installing some apt packages. However, I'm running into problems related to missing manual pages. Man pages don't seem to be getting installed (even ...
Att Righ's user avatar
  • 1,987
1 vote
3 answers
271 views

When I man -k "^printf" in terminal, it returns duplicated results below: printf(1) - formatted output printf(1) - formatted output printf(3), fprintf(3), ...
AirQ's user avatar
  • 39
0 votes
1 answer
228 views

From Windows command prompt I am using groff for Windows to display some man pages. I can see that some characters are not being correctly outputted and in some case depending on the device being ...
Willy's user avatar
  • 10.8k

1
2 3 4 5
11