diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-16 11:26:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-16 11:26:32 +0000 |
commit | 28ea23054ee9244e0134c87a05e164a2475279dc (patch) | |
tree | ce21031bc0218cb35ca5975cff3e1979f45809c5 | |
parent | cea6ca618ebfc93f080ba3fbccdf2cab4cee65ae (diff) | |
download | coreutils-28ea23054ee9244e0134c87a05e164a2475279dc.tar.xz |
s/POSIX/@sc{posix}/
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 93afa1bf7..8fbeafb3f 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10955,7 +10955,7 @@ the number of a signal, and specifes the signal to be sent. The default signal to send if none is specified is @samp{TERM}. The symbolic signal name can be given in canonical form or prefixed by @samp{SIG}. The case of the letters is ignored. The following signal -names and numbers are supported on all POSIX compliant systems: +names and numbers are supported on all @sc{posix} compliant systems: @table @asis @item 1 @@ -10975,7 +10975,7 @@ names and numbers are supported on all POSIX compliant systems: @end table Other supported signal names have system-dependent corresponding -numbers. All POSIX compliant systems support the signal names +numbers. All @sc{posix} compliant systems support the signal names @samp{FPE}, @samp{ILL}, @samp{BUS}, @samp{CHLD}, @samp{CONT}, @samp{PIPE}, @samp{SEGV}, @samp{STOP}, @samp{TSTP}, @samp{TTIN}, @samp{TTOU}, @samp{USR1}, @samp{USR2}, @samp{POLL}, @samp{PROF}, |