Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iperf manpage missing #62255

Closed
Profpatsch opened this issue May 30, 2019 · 2 comments · Fixed by #62610
Closed

iperf manpage missing #62255

Profpatsch opened this issue May 30, 2019 · 2 comments · Fixed by #62610

Comments

@Profpatsch
Copy link
Member

Profpatsch commented May 30, 2019

Issue description

iperf has a manpage according to https://linux.die.net/man/1/iperf, but it’s not in the nix package.

Steps to reproduce

nix-shell -p iperf --run 'man iperf'

cc @fpletz as maintainer.

@marsam
Copy link
Contributor

marsam commented May 30, 2019

I think the manpage is iperf3

🗁  dspc1mcc53n928gvcghcjk97rk98ifx1-iperf-3.6
├── 🗁  bin
│  ├── 🗋  iperf
│  └── 🗋  iperf3
├── 🗁  include
│  └── 🗋  iperf_api.h
├── 🗁  lib
│  ├── 🗋  libiperf.la
│  ├── 🗋  libiperf.so
│  ├── 🗋  libiperf.so.0
│  └── 🗋  libiperf.so.0.0.0
└── 🗁  share
   └── 🗁  man
      ├── 🗁  man1
      │  └── 🗋  iperf3.1.gz
      └── 🗁  man3
         └── 🗋  libiperf.3.gz

@Profpatsch
Copy link
Member Author

Should we create a symlink?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants