1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 19:34:19 +02:00

include summary in [NAME] section

This commit is contained in:
Jim Meyering
1999-11-02 14:07:36 +00:00
parent da60713a1d
commit 789f74708c
33 changed files with 66 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
[NAME]
basename \- strip directory and suffix from filenames
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
chroot \- run command or interactive shell with special root directory
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
date \- print or set the system date and time
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
dirname \- strip non-directory suffix from file name
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
echo \- display a line of text
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
env \- run a program in a modified environment
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
expr \- evaluate expressions
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
false \- do nothing, unsuccessfully
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
groups \- print the groups a user is in
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
hostid \- print the numeric identifier for the current host
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
hostname \- set or print the name of the current host system
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
id \- print real and effective UIDs and GIDs
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
logname \- print user\'s login name
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
nice \- run a program with modified scheduling priority
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
nohup \- run a command immune to hangups, with output to a non-tty
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
pathchk \- check whether file names are valid or portable
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
pinky \- lightweight finger
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
printenv \- print all or part of environment
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
printf \- format and print data
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
pwd \- print name of current/working directory
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
seq \- print a sequence of numbers
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
sleep \- delay for a specified amount of time
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
stty \- change and print terminal line settings
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
su \- run a shell with substitute user and group IDs
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
tee \- read from standard input and write to standard output and files
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
test \- check file types and compare values
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
true \- do nothing, successfully
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
tty \- print the file name of the terminal connected to standard input
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
uname \- print system information
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
users \- print the user names of users currently logged in to the current host
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
who \- show who is logged on
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
whoami \- print effective userid
[DESCRIPTION]
.\" Add any additional description here

View File

@@ -1,2 +1,4 @@
[NAME]
yes \- output a string repeatedly until killed
[DESCRIPTION]
.\" Add any additional description here