summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.12
-rw-r--r--bin/sh/sh.12
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index e7a8d42..7a96f7b 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 e15d1ee..802856a 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
OpenPOWER on IntegriCloud