The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=33cc7492d0440c37f6034dc24ed77e23ee14fc55
commit 33cc7492d0440c37f6034dc24ed77e23ee14fc55 Author: Alexander Ziaee <[email protected]> AuthorDate: 2025-08-22 20:12:43 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-02-06 00:38:20 +0000 watch.8: Align option list (cherry picked from commit 9187f64a74698736a5686971b3cfbcb226cb098c) --- usr.sbin/watch/watch.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/watch/watch.8 b/usr.sbin/watch/watch.8 index 7acd79df8710..3cc72267f207 100644 --- a/usr.sbin/watch/watch.8 +++ b/usr.sbin/watch/watch.8 @@ -28,7 +28,7 @@ The utility writes to standard output. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width "-f snpdev" .It Fl c Reconnect on close. If the tty observed by
