diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
| commit | fe08efe680f6705e0c60beabe3e39629c655e743 (patch) | |
| tree | f208c0020248a2800766b91d7bf24e0234629b8b /bin | |
| parent | 6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ps/ps.1 | 2 | ||||
| -rw-r--r-- | bin/sh/sh.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index e7a8d42eab5c..7a96f7becdf2 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -210,7 +210,7 @@ The percentage of real memory used by this process. .It flags The flags associated with the process as in the include file -.Aq Pa sys/proc.h : +.In sys/proc.h : .Bl -column P_NOCLDSTOP P_NOCLDSTOP .It Dv "P_ADVLOCK" Ta No "0x00001 Process may hold a POSIX advisory lock" .It Dv "P_CONTROLT" Ta No "0x00002 Has a controlling terminal" diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index e15d1eeb1cf3..802856a6787c 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -583,7 +583,7 @@ an executed shell function. .Pp If a command is terminated by a signal, its exit status is 128 plus the signal number. Signal numbers are defined in the header file -.Aq Pa sys/signal.h . +.In sys/signal.h . .Ss Complex Commands Complex commands are combinations of simple commands with control operators or reserved words, together creating a larger complex |
