| Summary: | [patch] Keyword size needs to be changed to length in vinum(8) manpage. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Loren M. Lang <lorenl> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Loren M. Lang
2005-03-02 06:10:19 UTC
Here is a patch to fix it. -- I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 State Changed
From-To: open->closed
Actually the printed output is correct. When looking
into the commands.c file (used for vinum) you will
see a lot of lines with:
commands.c: printf(" sd name %s.p0.s%d drive %s size %lldbn",
those statements, which tells me the output should be correct.
On the other hand, the length statements are used to configure
vinum from a file.
I do not believe we should correct this, but thanks
for taking the time to investigate/patch and report!
|