about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-16 18:29:58 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-16 18:29:58 +0000
commitd8f2b9ea8cf4fb6d043f2dbbeaaca04d4fd70fc6 (patch)
treec4d851a3e692dfcd7a358a14ef190818dd7ef744 /manual
parent9c4c002459bd2665ac1ad544e56952ec7797e8dd (diff)
downloadglibc-d8f2b9ea8cf4fb6d043f2dbbeaaca04d4fd70fc6.tar.gz
glibc-d8f2b9ea8cf4fb6d043f2dbbeaaca04d4fd70fc6.tar.xz
glibc-d8f2b9ea8cf4fb6d043f2dbbeaaca04d4fd70fc6.zip
Update.
1998-09-16  Ulrich Drepper  <drepper@cygnus.com>

	* nscd/grpcache.c (save_grp): Partly undo last change.

	* nscd/pwdcache.c (save_pwd): Undo last change.
Diffstat (limited to 'manual')
-rw-r--r--manual/top-menu.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/top-menu.texi b/manual/top-menu.texi
index 1c8d3e9248..ce5919886e 100644
--- a/manual/top-menu.texi
+++ b/manual/top-menu.texi
@@ -309,10 +309,12 @@ Regular Expressions
 
 Word Expansion
 
-* Expansion Stages::	What word expansion does to a string.
-* Calling Wordexp::	How to call @code{wordexp}.
-* Flags for Wordexp::   Options you can enable in @code{wordexp}.
-* Wordexp Example::	A sample program that does word expansion.
+* Expansion Stages::            What word expansion does to a string.
+* Calling Wordexp::             How to call @code{wordexp}.
+* Flags for Wordexp::           Options you can enable in @code{wordexp}.
+* Wordexp Example::             A sample program that does word expansion.
+* Tilde Expansion::             Details of how tilde expansion works.
+* Variable Substitution::       Different types of variable substitution.
 
 I/O Overview