Update Doku aus Driversourcen
Change-Id: I455f0813b970151089b3dc1b8d9407eea323cdd1
diff --git a/doc/master/save_ed_setup b/doc/master/save_ed_setup
index feaaf71..3e5d0db 100644
--- a/doc/master/save_ed_setup
+++ b/doc/master/save_ed_setup
@@ -1,33 +1,33 @@
SYNOPSIS
- int save_ed_setup(object who, int code)
+ int save_ed_setup(object who, int code)
DESCRIPTION
- Save individual option settings of the builtin ed, encoded
- into code, for the user denoted by who. These functions are
- located in the master object so that the local gods can decide
- what strategy they want to use. suggestions:
- A setup file for every user.
- advantages: transparent to the user
- independent of user count
- disadvantage: extra file access at ed invocation
- An array in the master object, users are searched by member_array
- advantage: easy to implement
- disadvantage: performance degradation with high user counts
- An AVL-tree to access users by name
- advantage: can fit any need
- disadvantage: hard to implement, will need more
- overhead on small and medium
- installations than it can ever make
- good by lg(usercount) complexity
- Dedicated flags in every user object.
- advantages: easy to implement
- independent of user count
- Will also work for nusers w/o file
- access privileges.
- disadvantage: care has to be taken to avoid
- collision with other uses of the flags
- in the user object
+ Save individual option settings of the builtin ed, encoded
+ into code, for the user denoted by who. These functions are
+ located in the master object so that the local gods can decide
+ what strategy they want to use. suggestions:
+ A setup file for every user.
+ advantages: transparent to the user
+ independent of user count
+ disadvantage: extra file access at ed invocation
+ An array in the master object, users are searched by member_array
+ advantage: easy to implement
+ disadvantage: performance degradation with high user counts
+ An AVL-tree to access users by name
+ advantage: can fit any need
+ disadvantage: hard to implement, will need more
+ overhead on small and medium
+ installations than it can ever make
+ good by lg(usercount) complexity
+ Dedicated flags in every user object.
+ advantages: easy to implement
+ independent of user count
+ Will also work for nusers w/o file
+ access privileges.
+ disadvantage: care has to be taken to avoid
+ collision with other uses of the flags
+ in the user object
SEE ALSO
- ed(E), retrieve_ed_setup(M), valid_write(M),
- get_ed_buffer_save_object_name(M)
+ ed(E), retrieve_ed_setup(M), valid_write(M),
+ get_ed_buffer_save_file_name(M)