diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2023-01-20 23:35:08 -0600 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2023-01-20 23:41:12 -0600 |
commit | fc2a0b61c867c57200b8a1c0d4cd83cae6151dc8 (patch) | |
tree | 23459b72f79340e3a0c07b944c31dddd8d8b0e2c /doc | |
parent | d06f3b532ece02675a5827f1e04b8ad3c52a44cc (diff) | |
download | autoconf-fc2a0b61c867c57200b8a1c0d4cd83cae6151dc8.tar.gz |
make fetch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gendocs_template | 2 | ||||
-rw-r--r-- | doc/make-stds.texi | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/gendocs_template b/doc/gendocs_template index 0415d947..a101977d 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -2,7 +2,7 @@ <!-- Parent-Version: 1.78 --> <!-- -Copyright (C) 2006-2022 Free Software Foundation, Inc. +Copyright (C) 2006-2023 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/doc/make-stds.texi b/doc/make-stds.texi index b0745a8a..132476c7 100644 --- a/doc/make-stds.texi +++ b/doc/make-stds.texi @@ -160,7 +160,7 @@ installation should not use any utilities directly except these: @c mkfifo mknod tee uname @example -awk cat cmp cp diff echo egrep expr false grep install-info ln ls +awk cat cmp cp diff echo expr false grep install-info ln ls mkdir mv printf pwd rm rmdir sed sleep sort tar test touch tr true @end example @@ -1135,7 +1135,7 @@ programs except for these: @example [ basename bash cat chgrp chmod chown cmp cp dd diff echo -egrep expand expr false fgrep find getopt grep gunzip gzip +expand expr false find getopt grep gunzip gzip hostname install install-info kill ldconfig ln ls md5sum mkdir mkfifo mknod mv printenv pwd rm rmdir sed sort tee test touch true uname xargs yes |