git: 9dc8d7326d7f - stable/14 - gvinum(8): Fix a typo

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Thu, 23 Jan 2025 18:14:48 UTC
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=9dc8d7326d7fc0f3e15c7b4b11d350e04c0acdb1

commit 9dc8d7326d7fc0f3e15c7b4b11d350e04c0acdb1
Author:     Che-Yu Chang <ccy36@gapp.nthu.edu.tw>
AuthorDate: 2023-12-26 16:05:26 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-01-23 18:14:17 +0000

    gvinum(8): Fix a typo
    
    On line 354, "go up from" is mistyped as "go up form".
    
    Event: Advanced UNIX Programming Course (Fall’23) at NTHU.
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/951
    
    (cherry picked from commit 2aa186b3b08bcf6e49b743329b2fa00897a1235f)
---
 sbin/gvinum/gvinum.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/gvinum/gvinum.8 b/sbin/gvinum/gvinum.8
index 4176e6274a37..28e4cd7d76db 100644
--- a/sbin/gvinum/gvinum.8
+++ b/sbin/gvinum/gvinum.8
@@ -351,7 +351,7 @@ Then, initiate the rebuild:
 .Pp
 .Dl "gvinum start myraid5vol.p0"
 .Pp
-The plex will go up form degraded mode after the rebuild is finished.
+The plex will go up from degraded mode after the rebuild is finished.
 The plex can still be used while the rebuild is in progress, although requests
 might be delayed.
 .Pp