diff options
author | ru <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-09-08 19:57:22 +0000 |
commit | 1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch) | |
tree | f208c0020248a2800766b91d7bf24e0234629b8b /bin | |
parent | ecf79cde9e1b8a35a0190579797cc483bcd50714 (diff) | |
download | FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz |
mdoc(7): Use the new feature of the .In macro.
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 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 |