Skip to content

Commit f3f5ef4

Browse files
committed
Link to debian beep manpage
1 parent ec7eb58 commit f3f5ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ev3dev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,7 @@ def beep(args=''):
24582458
Call beep command with the provided arguments (if any).
24592459
See beep man page [1] and google 'linux beep music' for inspiration.
24602460
2461-
[1]: http://linux.die.net/man/1/beep
2461+
[1]: http://manpages.debian.org/cgi-bin/man.cgi?query=beep
24622462
"""
24632463
with open(os.devnull, 'w') as n:
24642464
return Popen('/usr/bin/beep %s' % args, stdout=n, shell=True)

0 commit comments

Comments
 (0)