Page MenuHomeFreeBSD

mount_nfs(8) document alternate form of gssname option
ClosedPublic

Authored by gbe on Jul 14 2020, 3:59 PM.
Tags
None
Referenced Files
F164817025: D25667.diff
Tue, Aug 4, 4:47 AM
Unknown Object (File)
Mon, Aug 3, 2:03 AM
Unknown Object (File)
Sun, Jul 26, 4:52 PM
Unknown Object (File)
Sat, Jul 25, 11:08 PM
Unknown Object (File)
Wed, Jul 22, 12:26 AM
Unknown Object (File)
Mon, Jul 20, 4:59 AM
Unknown Object (File)
May 11 2026, 8:45 AM
Unknown Object (File)
May 10 2026, 11:53 PM
Subscribers

Details

Summary

mount_nfs(8) document alternate form of gssname option

PR: 238506

Test Plan

mandoc output review and 'mandoc -Tlint' checks

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32324
Build 29807: arc lint + arc unit

Event Timeline

gbe requested review of this revision.Jul 14 2020, 3:59 PM
gbe created this revision.
bcr added a subscriber: bcr.

Looks good, ready to commit.

This revision is now accepted and ready to land.Jul 14 2020, 4:38 PM
0mp added a subscriber: 0mp.

Looks nice, thanks!

sbin/mount_nfs/mount_nfs.8
166

Usually, I tend to use .Cm here, as "@" is an integral part of the command line, it just happens to be a single non-alphanumeric character instead of a word.

In this case, however, it matches the manual page, so it's fine I guess.