Page MenuHomeFreeBSD

posixshmcontrol(1) page
ClosedPublic

Authored by kib on May 27 2019, 5:41 PM.
Tags
None
Referenced Files
F110088476: D20430.diff
Thu, Feb 13, 11:34 AM
Unknown Object (File)
Mon, Feb 10, 1:58 PM
Unknown Object (File)
Sat, Feb 8, 8:59 PM
Unknown Object (File)
Sun, Feb 2, 7:23 PM
Unknown Object (File)
Wed, Jan 29, 9:59 PM
Unknown Object (File)
Mon, Jan 27, 11:53 AM
Unknown Object (File)
Wed, Jan 22, 7:41 AM
Unknown Object (File)
Dec 26 2024, 10:44 AM
Subscribers

Details

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 24540

Event Timeline

danfe added inline comments.
usr.bin/posixshmcontrol/posixshmcontrol.1
36

Shouldn't POSIX be capitalized here, since it's an abbreviation? E.g. re_format(7) spells it correctly. Ditto the one below.

65

Native speakers may need to correct me here, but IMHO it should be plural contents in this case.

71

... displayed by the subcommand.

119

Native speaker's advice needed, but probably To show the contents ... here.

usr.bin/posixshmcontrol/posixshmcontrol.1
36

Yes.

41

Where does this come from? AFAICT most man pages just use literal ... and a few \&...

65

I would say:

It allows inspecting existing segments, dumping their metadata or contents, and unlinking them.

However I think uncountable noun (content) works too, the content of the existing segments.

68

the system (or the file system)

73–75

This sentence is a little confusing, maybe break into two?

kib marked 8 inline comments as done.

Handle feedback.

Ok, LGTM; I'm not an expert on man page markup but can be adjusted after commit if needed.

This revision is now accepted and ready to land.May 29 2019, 12:57 PM
This revision was automatically updated to reflect the committed changes.