Updated 2 "man.cgi" links, making them consistent with those
elsewhere in the FAQ.
This commit is contained in:
parent
19bbbdf4d0
commit
b68d4a1eda
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5195
1 changed files with 5 additions and 4 deletions
|
@ -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' < dos-text-file > unix-file
|
||||
|
@ -898,7 +898,8 @@ tr -d '\r' < dos-text-file > 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?
|
||||
|
|
Loading…
Reference in a new issue