Add one simple exapmle and contrast some of the information using mount(8)
Details
Details
- Reviewers
- None
- Group Reviewers
manpages - Commits
- rG0ce6e534d372: lsvfs(1): Add EXAMPLES section
- mandoc -Tlint clean
- igor clean
- aspell happy
- man ./lsvfs.1 renders the page properly
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.bin/lsvfs/lsvfs.1 | ||
---|---|---|
59 | I am not sure about this example since on my system it reports '0', while the former example returns the same as yours. |
usr.bin/lsvfs/lsvfs.1 | ||
---|---|---|
59 | Hummm, that is weird. The example was taken from a 12.1-RELEASE. This is what I get in current: [fernape@vm-current ~]$ lsvfs ufs Filesystem Num Refs Flags -------------------------------- ---------- ----- --------------- ufs 0x00000035 0 [fernape@vm-current ~]$ mount -p | awk '$3 == "ufs"' | wc -l 0 Same result except I don't have any ufs filesystems. |
usr.bin/lsvfs/lsvfs.1 | ||
---|---|---|
59 | Shorter and clearer. Thanks! P.S: I'm a bit pissed off with arcanist. Since I changed my .login_conf to this: me:\ :charset=UTF-8:\ :lang=es_ES.UTF-8: so I can have git config user.name "Fernando Apesteguía" (with the tilde), I can not create or update reviews. I get: Exception Undefined index: Repository UUID (Run with `--trace` for a full exception trace.) If I fall back to the default login class, it works. arcanist-lib is supposed to support encondings: $ pkg info arcanist-lib-php72 | grep -A1 Options Options : ENCODINGS : on Any ideas? |