aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2003-04-30 19:18:50 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2003-04-30 19:18:50 +0000
commitfbc8f8a2dcb2a3c4b29a9f464a392572a6fd3193 (patch)
tree012fc3f3986f63574f348b6c80ae73e8fd9cb779 /bin
parent4e73db5f405f9b08e382018e9a4e4848bf3135ca (diff)
downloadsrc-fbc8f8a2dcb2a3c4b29a9f464a392572a6fd3193.tar.gz
src-fbc8f8a2dcb2a3c4b29a9f464a392572a6fd3193.zip
Fix references to non-existing or obsoleted man pages.
PR: docs/51480 (only a small part) Submitted by: Diomidis D. Spinellis <dds@aueb.gr>
Notes
Notes: svn path=/head/; revision=114318
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/ps.14
-rw-r--r--bin/sh/sh.13
2 files changed, 2 insertions, 5 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 3bfcbc54ebdf..01492d2e88c9 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -301,9 +301,7 @@ the process has asked for random page replacement
.Pf ( Dv MADV_RANDOM ,
from
.Xr madvise 2 ,
-for example,
-.Xr lisp 1
-in a garbage collect).
+for example, lisp in a garbage collect).
.It E
The process is trying to exit.
.It L
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 6ec1cafa61cb..83423216400c 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -59,8 +59,7 @@ conform with the
specification for the shell. This version has many features which make
it appear
similar in some respects to the Korn shell, but it is not a Korn
-shell clone like
-.Xr pdksh 1 .
+shell clone like pdksh.
Only features
designated by POSIX, plus a few Berkeley extensions, are being
incorporated into this shell.