Page MenuHomeFreeBSD

manpagesUmbrella
ActivePublic

Recent Activity

Tue, Apr 21

tembun_bk.ru closed D56512: newgrp.1: Fix typo in .Dd.
Tue, Apr 21, 1:31 PM · Contributor Reviews (src), manpages, docs
tembun_bk.ru added a comment to D56512: newgrp.1: Fix typo in .Dd.

Based on the original submission it is not a typo (D48877). It took one year for the merge to happen. I suggest just to leave it as is.

Tue, Apr 21, 1:30 PM · Contributor Reviews (src), manpages, docs
mhorne added a comment to D56512: newgrp.1: Fix typo in .Dd.

Based on the original submission it is not a typo (D48877). It took one year for the merge to happen. I suggest just to leave it as is.

Tue, Apr 21, 1:28 PM · Contributor Reviews (src), manpages, docs
minsoochoo0122_proton.me accepted D56512: newgrp.1: Fix typo in .Dd.

LGTM

Tue, Apr 21, 11:37 AM · Contributor Reviews (src), manpages, docs

Sun, Apr 19

tembun_bk.ru requested review of D56512: newgrp.1: Fix typo in .Dd.
Sun, Apr 19, 12:55 PM · Contributor Reviews (src), manpages, docs
tembun_bk.ru updated the diff for D54114: groups.7: Standard group names.

Rebase the patch.
Don't add operator.7 in MLINKS, since this man page already exists.

Sun, Apr 19, 12:49 PM · docs, manpages

Mon, Apr 13

ziaee closed D56090: timeout.1: Document non-POSIX options.
Mon, Apr 13, 7:54 PM · Contributor Reviews (src), manpages, docs
ziaee accepted D56090: timeout.1: Document non-POSIX options.

Thanks for doing this, and sorry again for the backtracking.

Mon, Apr 13, 1:14 AM · Contributor Reviews (src), manpages, docs

Sat, Apr 11

tembun_bk.ru updated the diff for D56090: timeout.1: Document non-POSIX options.

Use recommended wording for non-standard options.

Sat, Apr 11, 8:04 PM · Contributor Reviews (src), manpages, docs
tembun_bk.ru added a comment to D56090: timeout.1: Document non-POSIX options.

Sorry to backtrack here (and to let this slip for a while), but I did a deeper dive in preparation for merging this. Looking at our utilities that are specified in POSIX.1-2024:

xargs:
options are non-standard FreeBSD extensions which may not be available on other operating systems.

ls:
are non-standard extensions.

what:
The -q option is a non-standard FreeBSD extension which may not be available on other operating systems.

cut:
The -w flag is an extension to the specification.

pax:
operations are extensions to the POSIX standard.

date:
With the exception of the -u option, all options are extensions to the standard.

patch:
The flags [-BCEFfstVvxz] and [--posix] are extensions to that specification.

env:
options are non-standard extensions supported by FreeBSD, but which may not be available on other operating systems.

find:
are extensions to IEEE Std 1003.1-2001 (“POSIX.1”).

Looking at GNU coreutils (which doesn't provide STANDARDS or COMPATIBILITY sections), they also have both long-options and -v.

The extended documentation for the mdoc language suggests we use are extensions to that specification..

https://mandoc.bsd.lv/mdoc/style/standards.html

Sat, Apr 11, 8:01 PM · Contributor Reviews (src), manpages, docs

Fri, Apr 10

ziaee added a comment to D56090: timeout.1: Document non-POSIX options.

Sorry to backtrack here (and to let this slip for a while), but I did a deeper dive in preparation for merging this. Looking at our utilities that are specified in POSIX.1-2024:

xargs:
options are non-standard FreeBSD extensions which may not be available on other operating systems.
Fri, Apr 10, 7:16 PM · Contributor Reviews (src), manpages, docs

Thu, Apr 2

maxim added a comment to D56112: man9: Add a manual page for filedesc(9).

Thank you Maxim for the review

I will run this through a spell checker.

  • Did you write the manpage from scratch or were any parts of it taken from elsewhere, e.g., from NetBSD? If the latter is true, the license

section should reflect it. I am asking because I see that it least some wording matches NetBSD closely.

Some portions of the wordings were taken from NetBSD where behavior seemed similar. How exactly should I reflect this in the license section.

If you borrow a substantial* amount of changes from NetBSD I'd the following:

Thu, Apr 2, 3:15 AM · manpages

Tue, Mar 31

ziaee closed D54467: _exit.2: Cross-reference atexit(3).
Tue, Mar 31, 5:16 PM · manpages
ziaee accepted D54467: _exit.2: Cross-reference atexit(3).

Thank you both so much!

Tue, Mar 31, 5:08 PM · manpages
mhorne accepted D54467: _exit.2: Cross-reference atexit(3).
Tue, Mar 31, 2:39 PM · manpages
tembun_bk.ru updated the diff for D54467: _exit.2: Cross-reference atexit(3).

Take mhorne's suggestion.

Tue, Mar 31, 2:34 PM · manpages
mhorne added inline comments to D54467: _exit.2: Cross-reference atexit(3).
Tue, Mar 31, 2:26 PM · manpages
ziaee accepted D54467: _exit.2: Cross-reference atexit(3).

sorry i forgot about this! i think this is fine, but id appreciate if a more senior colleague would also look at it.

Tue, Mar 31, 2:58 AM · manpages
ziaee accepted D56090: timeout.1: Document non-POSIX options.
Tue, Mar 31, 2:20 AM · Contributor Reviews (src), manpages, docs

Mon, Mar 30

kib added a comment to D56143: man9: Add a manual page for pmap_active_cpus(9).

This should be not a note, but a proper explanation. Besides talking about that, it might be useful to explain how to get the stable results.

Mon, Mar 30, 2:25 AM · manpages

Sun, Mar 29

raghav.original_gmail.com added a comment to D56143: man9: Add a manual page for pmap_active_cpus(9).

Hi @kib,
I read your comments from kern_membarrier.c
Please can you correct me if I'm wrong "The function returns a mask of the CPUs where the given pmap is active(Here a CPU is active for a pmap if its using address space represented by that pmap). CPUs that switch context during the call might be missed, so the caller must ensure synchronization or otherwise the result could be invalid immediately after the call." I'll add this in a separate NOTE section

Sun, Mar 29, 11:26 AM · manpages
raghav.original_gmail.com added a comment to D56143: man9: Add a manual page for pmap_active_cpus(9).
In D56143#1284104, @kib wrote:

Also it probably worth explaining what 'active' means.

Sun, Mar 29, 9:51 AM · manpages
kib added a comment to D56143: man9: Add a manual page for pmap_active_cpus(9).

Also it probably worth explaining what 'active' means.

Sun, Mar 29, 9:47 AM · manpages
kib added a comment to D56143: man9: Add a manual page for pmap_active_cpus(9).

The result of the call is invalid the moment the function returns. If this one-line manual page ever makes sense, it must describe how to use the result safely.

Sun, Mar 29, 9:40 AM · manpages
raghav.original_gmail.com added a project to D56143: man9: Add a manual page for pmap_active_cpus(9): manpages.
Sun, Mar 29, 9:32 AM · manpages

Sat, Mar 28

raghav.original_gmail.com updated the summary of D56112: man9: Add a manual page for filedesc(9).
Sat, Mar 28, 7:28 AM · manpages
raghav.original_gmail.com added a comment to D56112: man9: Add a manual page for filedesc(9).

Thank you Maxim for the review

Sat, Mar 28, 7:03 AM · manpages

Fri, Mar 27

maxim added a comment to D56112: man9: Add a manual page for filedesc(9).

Hi Raghav,

Fri, Mar 27, 7:32 PM · manpages
raghav.original_gmail.com updated the summary of D56112: man9: Add a manual page for filedesc(9).
Fri, Mar 27, 6:52 PM · manpages
raghav.original_gmail.com requested review of D56112: man9: Add a manual page for filedesc(9).
Fri, Mar 27, 6:48 PM · manpages

Thu, Mar 26

tembun_bk.ru updated the diff for D56090: timeout.1: Document non-POSIX options.

Move non-POSIX options block in the STANDARDS section.

Thu, Mar 26, 2:20 PM · Contributor Reviews (src), manpages, docs
tembun_bk.ru added a comment to D56090: timeout.1: Document non-POSIX options.

The COMPATIBILITY section is a GNU-ism.

Thu, Mar 26, 2:16 PM · Contributor Reviews (src), manpages, docs
ziaee closed D55170: kldload.2: Provide more information about file argument.
Thu, Mar 26, 1:13 PM · manpages, docs
ziaee added a comment to D55170: kldload.2: Provide more information about file argument.

Merged, thanks Artem! I trimmed the commit message title, some git tooling expects it to be under 51 characters, so try and shoot for that when possible.

Thu, Mar 26, 1:13 PM · manpages, docs
ziaee accepted D55170: kldload.2: Provide more information about file argument.
Thu, Mar 26, 1:10 PM · manpages, docs
ziaee added a comment to D56090: timeout.1: Document non-POSIX options.

Thanks for the patch! The mdoc(7) manual explains that it's important to use standardized sections wherever possible to reinforce the idea that people can jump directly to the relevant section. The COMPATIBILITY section is a GNU-ism. Please put this in the STANDARDS section. Other than that, looks good to me!

Thu, Mar 26, 1:10 PM · Contributor Reviews (src), manpages, docs
aly_aaronly.me accepted D56090: timeout.1: Document non-POSIX options.

Looks good to me. Thank you.

Thu, Mar 26, 9:07 AM · Contributor Reviews (src), manpages, docs
tembun_bk.ru requested review of D56090: timeout.1: Document non-POSIX options.
Thu, Mar 26, 9:04 AM · Contributor Reviews (src), manpages, docs
tembun_bk.ru updated the diff for D55170: kldload.2: Provide more information about file argument.

Correct grammar.

Thu, Mar 26, 8:53 AM · manpages, docs

Wed, Mar 25

ziaee added inline comments to D55170: kldload.2: Provide more information about file argument.
Wed, Mar 25, 3:54 PM · manpages, docs

Tue, Mar 24

tembun_bk.ru updated the diff for D55333: sh.1: Document which features are non-POSIX.

Fix a typo: 'signle' -> 'single'.

Tue, Mar 24, 10:01 AM · manpages, docs

Mar 23 2026

ziaee accepted D55333: sh.1: Document which features are non-POSIX.

Can we have this for 15.1, as a little treat?

Mar 23 2026, 8:41 PM · manpages, docs

Mar 20 2026

0mp updated the diff for D51396: dtrace_dtmalloc.4: Document the DTrace dtmalloc provider.
  • Refer readers to malloc(9) for info about malloc types. malloc(9) documents malloc types already. Let's not duplicate documentation.
Mar 20 2026, 7:25 AM · manpages, DTrace

Mar 17 2026

fernape accepted D55805: Allow man(1) to search translated manpages in pure $man_lang subdirectory.

LGTM, provided the comment is addressed :-)

Mar 17 2026, 7:21 AM · manpages

Mar 15 2026

tembun_bk.ru added inline comments to D54114: groups.7: Standard group names.
Mar 15 2026, 6:31 PM · docs, manpages
tembun_bk.ru added a comment to D54114: groups.7: Standard group names.

Could somebody please review this? Or maybe tag appropriate people?

Mar 15 2026, 9:13 AM · docs, manpages

Mar 10 2026

ziaee added inline comments to D55805: Allow man(1) to search translated manpages in pure $man_lang subdirectory.
Mar 10 2026, 10:34 PM · manpages
fluffy requested review of D55805: Allow man(1) to search translated manpages in pure $man_lang subdirectory.
Mar 10 2026, 10:23 PM · manpages

Mar 6 2026

ziaee added inline comments to D55441: ports.7/FILES: Expand and refactor into 3 tables.
Mar 6 2026, 2:49 PM · manpages

Mar 5 2026

arrowd added inline comments to D55441: ports.7/FILES: Expand and refactor into 3 tables.
Mar 5 2026, 6:14 PM · manpages