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
Unknown Object (File)
Sat, Apr 19, 10:07 AM
Unknown Object (File)
Sat, Apr 19, 12:11 AM
Unknown Object (File)
Mar 6 2025, 11:15 AM
Unknown Object (File)
Feb 10 2025, 2:43 AM
Unknown Object (File)
Jan 30 2025, 9:14 AM
Unknown Object (File)
Jan 29 2025, 6:40 AM
Unknown Object (File)
Jan 16 2025, 4:56 PM
Unknown Object (File)
Sep 24 2024, 9:18 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #74446)

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.