[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    fnrename(1) manual page Table of Contents

Name

fnrename - Rename the binding of an FNS name

Synopsis

fnrename [ -s ] [ -v ] context_name old_atomic_name new_atomic_name

Availability

SUNWfns

Description

fnrename renames the binding of old_atomic_name to new_atomic_name in the context of context_name. Both old_atomic_name and new_atomic_name must be atomic names, to be resolved in the context named by context_name.

Options

-s
Overwrite any reference already bound to new_atomic_name. If this options is omitted, fnrename fails if new_atomic_name is already bound.
-v
Display the binding being renamed.

Examples

For example, the command

eg% fnrename user/jsmith/service/ clendar calendar
binds calendar to the reference bound to clendar in the context named by user/jsmith/service/ and unbinds clendar.

See Also

fnbind(1) , fncreate(1M) , fndestroy(1M) , fnlist(1) , fnunbind(1) , fns(5) , fns_references(5) , xfn_links(3N)


Table of Contents