| Summary: | nfsstat(1): options list is outdated | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Lexi Winter <lexi.freebsd> | ||||
| Component: | bin | Assignee: | Alan Somers <asomers> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | markj | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| URL: | https://github.com/freebsd/freebsd-src/pull/958 | ||||||
| Attachments: |
|
||||||
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=30ce26cacfd626552c647c9327dd510e7f421d97 commit 30ce26cacfd626552c647c9327dd510e7f421d97 Author: Lexi Winter <lexi@le-fay.org> AuthorDate: 2023-12-27 17:30:31 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2023-12-27 17:57:59 +0000 nfsstat: update option strings in docs Add the missing -q option to the nfsstat(1) manpage SYNOPSIS (it is already documented in DESCRIPTION), and add the missing -E and -q options to the built-in usage output. PR: 275912 MFC after: 2 weeks Pull Request: https://github.com/freebsd/freebsd-src/pull/958 usr.bin/nfsstat/nfsstat.1 | 4 ++-- usr.bin/nfsstat/nfsstat.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=266c79883a7e1653f80c482a6fba513c80ac5f35 commit 266c79883a7e1653f80c482a6fba513c80ac5f35 Author: Lexi Winter <lexi@le-fay.org> AuthorDate: 2023-12-27 17:30:31 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2024-01-19 20:22:54 +0000 nfsstat: update option strings in docs Add the missing -q option to the nfsstat(1) manpage SYNOPSIS (it is already documented in DESCRIPTION), and add the missing -E and -q options to the built-in usage output. PR: 275912 Pull Request: https://github.com/freebsd/freebsd-src/pull/958 (cherry picked from commit 30ce26cacfd626552c647c9327dd510e7f421d97) usr.bin/nfsstat/nfsstat.1 | 4 ++-- usr.bin/nfsstat/nfsstat.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=be908114fd62a0ac4e42dffae3c5fbfa0db58e43 commit be908114fd62a0ac4e42dffae3c5fbfa0db58e43 Author: Lexi Winter <lexi@le-fay.org> AuthorDate: 2023-12-27 17:30:31 +0000 Commit: Alan Somers <asomers@FreeBSD.org> CommitDate: 2024-01-20 01:54:27 +0000 nfsstat: update option strings in docs Add the missing -q option to the nfsstat(1) manpage SYNOPSIS (it is already documented in DESCRIPTION), and add the missing -E and -q options to the built-in usage output. PR: 275912 Pull Request: https://github.com/freebsd/freebsd-src/pull/958 (cherry picked from commit 30ce26cacfd626552c647c9327dd510e7f421d97) usr.bin/nfsstat/nfsstat.1 | 4 ++-- usr.bin/nfsstat/nfsstat.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) |
Created attachment 247225 [details] patch - the nfsstat(1) manual page doesn't list the -q option in SYNOPSIS - nfsstat's built-in usage output doesn't list the -E or -q options