Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
282d8636
...
282d86366cfc3eb2885efd31b24b1845339e13be
authored
2006-09-27 16:10:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fixes
1 parent
df97d977
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
comsat/action.c
comsat/action.c
View file @
282d863
...
...
@@ -26,7 +26,7 @@
are executed in sequence. Possible actions:
beep -- Produce audible signal
echo
STRING -- Output STRING
to the user's tty
echo
ARGS... -- Output ARGS
to the user's tty
exec PROG ARGS... -- Execute given program (absolute pathname
required)
...
...
@@ -36,7 +36,7 @@
$h -- Expands to hostname
$H{name} -- Expands to value of message header `name'
$B(C,L) -- Expands to message body. C and L give maximum
number of characters and line in the expansion.
number of characters and line
s
in the expansion.
When omitted, they default to 400, 5. */
static
unsigned
...
...
Please
register
or
sign in
to post a comment