[Bug 272260] bectl(8) usage: -?

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272260

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 CC||d...@freebsd.org

--- Comment #11 from Dag-Erling Smørgrav  ---
Because `getopt(3)` returns `?` when it encounters an error, and the usual way
to handle said error is to print a usage message and exit, `-?` can usually be
relied upon to produce a usage message even if the author of the utility did
not think to provide a `-h` option for that purpose.  Some people have
improperly internalized this as “`-?` is the standard way to request a usage
message”, which is not the case.  The author of `bectl(8)` appears to be one of
those people, and hardcoded a check for `-?` in `bectl(8)`'s non-standard
command line parser.  My recommendation is to rewrite `bectl(8)` to use
`getopt(3)` and remove all mention of `-?` from the usage string and manual
page.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 272260] bectl(8) usage: -?

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272260

Dag-Erling Smørgrav  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(doc@Fr |
   |eeBSD.org)  |
URL||https://reviews.freebsd.org
   ||/D44405
   Assignee|b...@freebsd.org|d...@freebsd.org
 Status|Open|In Progress

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 277727] Handbook: bhyve: reboot will exit vmrun.sh loop - thats not true.

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277727

--- Comment #3 from Oskar Holmlund  ---
(In reply to Oskar Holmlund from comment #2)


This is the commit that change the behavior
https://cgit.freebsd.org/src/commit/?id=24cd5c26fe3ef7181e85467d9d55afbd76af5a2c

I dont say the commit is wrong - it make sense - But at the same time the
handbook need some love. Someone with greater english skillz than me might
update the handbook.

"The virtual machine will boot and start the installer. After installing a
system in the virtual machine, when the system asks about dropping in to a
shell at the end of the installation, choose Yes.

Shutdown the virtual machine from the shell and it will escape back to the host
system. Now the guest can be started from the virtual disk:"

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 263324] Move/copy reference to virtualization in the installation chapter somewhere more obvious than preinstall step 2

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263324

--- Comment #6 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/doc/commit/?id=184a6af025571ff232d2c4153ddf17569ad78db5

commit 184a6af025571ff232d2c4153ddf17569ad78db5
Author: Chris Moerz 
AuthorDate: 2024-03-18 13:22:25 +
Commit: Joseph Mingrone 
CommitDate: 2024-03-18 13:24:31 +

handbook/bsdinstall: Suggest and reference virtualization

- Add a TIP pointing to virtualization
- Add a reference to virtualization as alternative to changing
  partitions

PR: 263324
Reviewed by:jrm, Pau Amma 
Differential Revision:  https://reviews.freebsd.org/D44393

 .../content/en/books/handbook/bsdinstall/_index.adoc  | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 272260] bectl(8) usage: -?

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272260

--- Comment #12 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

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

commit e819534f15308c92afd19166254604995766ce32
Author: Dag-Erling Smørgrav 
AuthorDate: 2024-03-18 13:49:18 +
Commit: Dag-Erling Smørgrav 
CommitDate: 2024-03-18 13:49:18 +

bectl: Use geopt() and drop mention of -?.

MFC after:  3 days
PR: 272260
Reviewed by:kevans
Differential Revision:  https://reviews.freebsd.org/D44405

 sbin/bectl/bectl.8 |  9 -
 sbin/bectl/bectl.c | 45 +++--
 2 files changed, 27 insertions(+), 27 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 272260] bectl(8) usage: -?

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272260

Dag-Erling Smørgrav  changed:

   What|Removed |Added

  Component|Manual Pages|bin
Product|Documentation   |Base System
Version|Latest  |CURRENT

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 272260] bectl(8) usage: -?

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272260

Dag-Erling Smørgrav  changed:

   What|Removed |Added

  Flags||mfc-stable14?,
   ||mfc-stable13?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 272260] bectl(8) usage: -?

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272260

Dag-Erling Smørgrav  changed:

   What|Removed |Added

 CC|d...@freebsd.org |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 277796] Horizontal space issues

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277796

Bug ID: 277796
   Summary: Horizontal space issues
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Website
  Assignee: d...@freebsd.org
  Reporter: ja...@catflap.org

Created attachment 249287
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249287&action=edit
https://docs.freebsd.org/en/books/porters-handbook/special/#using-cargo
screenshot

Please can better use of horizontal space be utilised?

(See attached screenshot from
https://docs.freebsd.org/en/books/porters-handbook/special/#using-cargo )

At a minimum, the side-panels should be collapsible.

Additionally, the right hand sidebar is both confusing, and redundant.

Comments?

Cheers

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 277796] Horizontal space issues in the Porter's Handbook

2024-03-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277796

Mark Linimon  changed:

   What|Removed |Added

Summary|Horizontal space issues |Horizontal space issues in
   ||the Porter's Handbook

-- 
You are receiving this mail because:
You are the assignee for the bug.