We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7eb58 commit f3f5ef4Copy full SHA for f3f5ef4
ev3dev.py
@@ -2458,7 +2458,7 @@ def beep(args=''):
2458
Call beep command with the provided arguments (if any).
2459
See beep man page [1] and google 'linux beep music' for inspiration.
2460
2461
- [1]: http://linux.die.net/man/1/beep
+ [1]: http://manpages.debian.org/cgi-bin/man.cgi?query=beep
2462
"""
2463
with open(os.devnull, 'w') as n:
2464
return Popen('/usr/bin/beep %s' % args, stdout=n, shell=True)
0 commit comments