mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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)
This commit is contained in:
parent
e8e2e213ab
commit
9dc8d7326d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue