aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>1999-07-11 09:55:25 +0000
committerTom Hukins <tom@FreeBSD.org>1999-07-11 09:55:25 +0000
commitb68d4a1eda6003de4bb12a808c878e705cf3115c (patch)
treebe4e214b534faded0022d3f0ea2e4de97b122a87 /FAQ
parent19bbbdf4d0c9808199b601252749eff74aa3d8b6 (diff)
Notes
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ/admin.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/FAQ/admin.sgml b/FAQ/admin.sgml
index 7c6abe06fc..60ef82cb53 100644
--- a/FAQ/admin.sgml
+++ b/FAQ/admin.sgml
@@ -1,4 +1,4 @@
-<!-- $Id: admin.sgml,v 1.23 1999-07-06 14:26:26 dt Exp $ -->
+<!-- $Id: admin.sgml,v 1.24 1999-07-11 09:55:25 tom Exp $ -->
<!-- The FreeBSD Documentation Project -->
<sect>
@@ -884,8 +884,8 @@ perl -i.bak -npe 's/\r\n/\n/g' file ...
<p>file is the file(s) to process. The modification is done in-place,
with the original file stored with a .bak extension.
- <p>Alternatively you can use the <url url="/cgi/man.cgi?tr"
- name="tr(1)"> command:
+ <p>Alternatively you can use the <htmlurl
+ url="http://www.freebsd.org/cgi/man.cgi?tr" name="tr"> command:
<verb>
tr -d '\r' &lt; dos-text-file &gt; unix-file
@@ -898,7 +898,8 @@ tr -d '\r' &lt; dos-text-file &gt; unix-file
<sect1>
<heading>How do I kill processes by name?</heading>
- <p>Use <url url="/cgi/man.cgi?killall" name="killall(1)">.
+ <p>Use <htmlurl url="http://www.freebsd.org/cgi/man.cgi?killall"
+ name="killall">.
<sect1>
<heading>Why is su bugging me about not being in root's ACL?