FreeBSD Bugzilla – Attachment 199565 Details for
Bug 233526
revise bectl.c -h output to match manpage and correct bad character â<9F><A8>
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for bectl.h to correct wrong character and match -h output to manpage
patch-bectl.c (text/plain), 1.18 KB, created by
tigersharke
on 2018-11-26 03:40:34 UTC
(
hide
)
Description:
Patch for bectl.h to correct wrong character and match -h output to manpage
Filename:
MIME Type:
Creator:
tigersharke
Created:
2018-11-26 03:40:34 UTC
Size:
1.18 KB
patch
obsolete
>--- bectl.c.orig 2018-11-25 21:06:40.524592000 -0600 >+++ bectl.c 2018-11-25 21:12:08.501276000 -0600 >@@ -69,19 +69,19 @@ > fprintf(fp, > "usage:\tbectl {-h | -? | subcommand [args...]}\n" > "\tbectl activate [-t] beName\n" >- "\tbectl create [-e {nonActiveBe | -e beName@snapshot}] beName\n" >- "\tbectl create beName@snapshot\n" >+ "\tbectl create [-r {nonActiveBe | -e beName@snapshot}] beName\n" >+ "\tbectl create [-r] beName@snapshot\n" > "\tbectl destroy [-F] {beName | beName@snapshot}\n" > "\tbectl export sourceBe\n" > "\tbectl import targetBe\n" > #if SOON > "\tbectl add (path)*\n" > #endif >- "\tbectl jail [{-b | -U}] [{-o key=value | -u key}]... bootenv [utility [argument ...]]\n" >- "\tbectl list [-a] [-D] [-H] [-s]\n" >+ "\tbectl jail {-b | -U} [{-o key=value | -u key}]... bootenv [utility [argument ...]]\n" >+ "\tbectl list [-DHas]\n" > "\tbectl mount beName [mountpoint]\n" > "\tbectl rename origBeName newBeName\n" >- "\tbectl {ujail | unjail} â¨jailID | jailName | bootenv)\n" >+ "\tbectl {ujail | unjail} {jailID | jailNamei} bootenv\n" > "\tbectl {umount | unmount} [-f] beName\n"); > > return (explicit ? 0 : EX_USAGE);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 233526
: 199565