-.\" $OpenBSD: aucat.1,v 1.1 1997/01/02 22:12:27 kstailey Exp $
+.\" $OpenBSD: aucat.1,v 1.2 1997/01/05 19:00:50 kstailey Exp $
.\"
.\" Copyright (c) 1997 Kenneth Stailey. All rights reserved.
.\"
The
.Nm aucat
utility exits 0 on success, and >0 if an error occurs.
+.Sh SEE ALSO
+.Xr audio 4
.Sh HISTORY
A
.Nm
-/* $OpenBSD: aucat.c,v 1.2 1997/01/03 21:05:28 kstailey Exp $ */
+/* $OpenBSD: aucat.c,v 1.3 1997/01/05 19:00:51 kstailey Exp $ */
/*
* Copyright (c) 1997 Kenneth Stailey. All rights reserved.
*
lseek(fd, 0, SEEK_SET);
} else {
read(fd, &data, sizeof(data));
- data = htonl(data);
+ data = ntohl(data);
lseek(fd, (off_t)data, SEEK_SET);
}
if (playfile(fd) < 0)