FreeBSD Manual Pages
RKREMOUNTDIC(3) Library Functions Manual RKREMOUNTDIC(3) NAME RkRemountDic - modify the priority order of a dictionary already in the dictionary list SYNOPSIS #include _canna/RK.h_ int RkRemountDic(cxnum, dicname, pos) int cxnum; char *dicname; int pos; DESCRIPTION RkRemountDic modifies the priority order of A dictionary already in the dictionary list. It moves a dictionary already mounted in the dictio- nary list to the end of the list if pos is 0, otherwise, to the begin- ning of the list. RETURN VALUE This function returns 0 if successful; otherwise, it returns -1. SEE ALSO RkMountDic(3) RKREMOUNTDIC(3)
NAME | SYNOPSIS | DESCRIPTION | RETURN VALUE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=RkRemountDic&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>