Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intro.2: add syscall.h to synopsis & mention emfile vars #1192

Merged
merged 3 commits into from
May 4, 2024

Conversation

concussious
Copy link
Contributor

@concussious concussious commented Apr 23, 2024

This patch is currently incorrect until filesystems are moved to section 4.

Does this make the creation of the files section in previous pr redundant?

Is it correct for me here to use "reported by"?

Thanks!

@bsdimp
Copy link
Member

bsdimp commented Apr 23, 2024

This looks fine. Normally, we'd use 'brooks' instead of 'Brooks' for reported by since that's his FreeBSD username.

I think this is fine, but wold also be happy with the more vague 'filesystem dependent value' if people object to enshrining these values here.

@bsdimp bsdimp self-assigned this Apr 23, 2024
@emaste
Copy link
Member

emaste commented Apr 23, 2024

I'd like to include something like "filesystem dependent value" and then the values can be presented as examples rather than suggesting an exhaustive list. A reader of this page isn't likely to know what UFS_LINK_MAX is so we might want to include that value in parens. The other limits are so high as to be plausibly never exceeded, but it could happen on UFS.

concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 24, 2024
The too many links error is actually
dependent on the underlying filesystem.

MFC after:	1 week
Reported by:	brooks
Reviewed by:	emaste, imp
Signed-off-by:	concussious <concussious@runbox.com>
Pull Request:	freebsd#1192
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 24, 2024
MFC after:	1 week
Reported by:	brooks
Reviewed by:	emaste, imp
Signed-off-by:	concussious <concussious@runbox.com>
Pull Request:	freebsd#1192
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 24, 2024
The too many links error is actually
dependent on the underlying filesystem.

MFC after:	1 week
Reported by:	brooks
Reviewed by:	emaste, imp
Signed-off-by:	Alexander Ziaee <concussious@runbox.com>
Pull Request:	freebsd#1192
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 24, 2024
MFC after:	1 week
Reported by:	brooks
Reviewed by:	emaste, imp
Signed-off-by:	Alexander Ziaee <concussious@runbox.com>
Pull Request:	freebsd#1192
Comment on lines 519 to 520
.Va UINT32_MAX No on Xr fusefs 4 , and
.Va INT_MAX No on Xr tmpfs 4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.Va UINT32_MAX No on Xr fusefs 4 , and
.Va INT_MAX No on Xr tmpfs 4
.Va FUSE_LINK_MAX No on Xr fusefs 4 , and
.Va TMPFS_LINK_MAX No on Xr tmpfs 4

This seems awfully specific for an intro manpage.

lib/libsys/intro.2 Outdated Show resolved Hide resolved
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 24, 2024
The too many links error is actually
dependent on the underlying filesystem.

MFC after:	1 week
Reported by:	brooks
Reviewed by:	brooks, emaste, imp
Co-authored-by: Brooks Davis <brooks@one-eyed-alien.net>
Signed-off-by:	Alexander Ziaee <concussious@runbox.com>
Pull Request:	freebsd#1192
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 24, 2024
MFC after:	1 week
Reported by:	brooks
Reviewed by:	brooks, emaste, imp
Signed-off-by:	Alexander Ziaee <concussious@runbox.com>
Pull Request:	freebsd#1192
lib/libsys/intro.2 Outdated Show resolved Hide resolved
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 24, 2024
MFC after:	1 week
Reported by:	brooks
Reviewed by:	brooks, emaste, imp
Signed-off-by:	Alexander Ziaee <concussious@runbox.com>
Co-authored-by: Brooks Davis <brooks@one-eyed-alien.net>
Pull Request:	freebsd#1192
@concussious concussious changed the title intro.2: add sysctl.h to synopsis & mention emfile vars intro.2: add syscall.h to synopsis & mention emfile vars Apr 24, 2024
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 26, 2024
The too many links error is actually
dependent on the underlying filesystem.

MFC after:	1 week
Reported by:	brooks
Reviewed by:	brooks, emaste, imp
Co-authored-by: Brooks Davis <brooks@one-eyed-alien.net>
Signed-off-by:	Alexander Ziaee <concussious@runbox.com>
Pull Request:	freebsd#1192
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 26, 2024
MFC after:	1 week
Reported by:	brooks
Reviewed by:	brooks, emaste, imp
Signed-off-by:	Alexander Ziaee <concussious@runbox.com>
Co-authored-by: Brooks Davis <brooks@one-eyed-alien.net>
Pull Request:	freebsd#1192
@concussious concussious force-pushed the intro.2 branch 2 times, most recently from 5d577ea to 3d43afd Compare April 29, 2024 06:30
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 29, 2024
MFC after:	1 week
Co-authored-by: brooks
Reviewed by:	brooks, emaste, imp
Pull Request:	freebsd#1192
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 29, 2024
MFC after:	1 week
Co-authored-by: brooks
Reviewed by:	brooks, emaste, imp
Pull Request:	freebsd#1192
concussious added a commit to concussious/freebsd-src that referenced this pull request Apr 29, 2024
MFC after:	1 week
Co-authored-by: brooks
Reviewed by:	brooks, emaste, imp
Pull Request:	freebsd#1192
MFC after:	1 week
Co-authored-by: brooks
Reviewed by:	brooks, emaste, imp
Pull Request:	freebsd#1192
@freebsd-git freebsd-git merged commit 9a62cdc into freebsd:main May 4, 2024
7 of 9 checks passed
@concussious concussious deleted the intro.2 branch May 5, 2024 20:53
freebsd-git pushed a commit that referenced this pull request May 21, 2024
MFC after:	1 week
Co-authored-by: brooks
Reviewed by:	brooks, emaste, imp
Pull Request:	#1192

(cherry picked from commit 69ff2d7)
freebsd-git pushed a commit that referenced this pull request May 21, 2024
MFC after:	1 week
Co-authored-by: brooks
Reviewed by:	brooks, emaste, imp
Pull Request:	#1192

(cherry picked from commit 6dfbe69)
freebsd-git pushed a commit that referenced this pull request May 21, 2024
MFC after:	1 week
Co-authored-by: brooks
Reviewed by:	brooks, emaste, imp
Pull Request:	#1192

(cherry picked from commit 69ff2d7)
(cherry picked from commit cbe2436)
Approved-by: re (cperciva)
freebsd-git pushed a commit that referenced this pull request May 21, 2024
MFC after:	1 week
Co-authored-by: brooks
Reviewed by:	brooks, emaste, imp
Pull Request:	#1192

(cherry picked from commit 6dfbe69)
(cherry picked from commit 828e648)
Approved-by: re (cperciva)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants