@c ----------------------------------------------------------------------
@node addmntent, unix
@heading @code{addmntent}
@subheading Syntax

@example
#include <mntent.h>

int addmntent(FILE *filep, struct mntent *mnt);
@end example

@subheading Description

This function is a no-op for MS-DOS, but is provided to assist in Unix
ports.  @xref{getmntent}

@subheading Return Value

This function always returns nonzero to signify an error.

