Page MenuHomeFreeBSD

bectl.8: Clean up & clarify the create subcommand
ClosedPublic

Authored by 0mp on Mar 20 2019, 11:43 PM.
Tags
None
Referenced Files
F153572053: D19666.id55775.diff
Wed, Apr 22, 12:41 AM
Unknown Object (File)
Tue, Apr 21, 12:19 AM
Unknown Object (File)
Mon, Apr 20, 4:19 AM
Unknown Object (File)
Wed, Apr 15, 5:55 PM
Unknown Object (File)
Wed, Apr 15, 1:52 AM
Unknown Object (File)
Fri, Apr 10, 6:05 PM
Unknown Object (File)
Sun, Apr 5, 8:17 AM
Unknown Object (File)
Mar 3 2026, 9:36 PM
Subscribers

Details

Summary
bectl.8: Clean up & clarify the create subcommand

- Improve formatting
- Use consistent variable names
- Improve the description of the create subcommand (1)

PR:		235850 (1)
Reported by:	ler (1)
Submitted by:	kevans (1)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp added reviewers: kevans, bcr.
0mp added a subscriber: ler.
kevans added inline comments.
sbin/bectl/bectl.8
74 ↗(On Diff #55302)

What is the deal with \&? here?

This revision is now accepted and ready to land.Apr 3 2019, 1:25 PM
sbin/bectl/bectl.8
74 ↗(On Diff #55302)

It is to avoid the following warning:

STYLE: no blank before trailing delimiter: Fl h?

Basically, we say here that ? should not be treated differently.

This revision was automatically updated to reflect the committed changes.