Remove two duplicate tips and correct formatting of an attribution.

This commit is contained in:
Dima Dorfman 2001-06-26 02:36:26 +00:00
parent 1fec918b1f
commit 6a2ceb2365
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78796

View file

@ -130,13 +130,6 @@ in Bourne-derived shells, and
in csh-derived shells. in csh-derived shells.
% %
If you accidently drop into /bin/sh (e.g, due to a computer failure where you
end up in single user mode), you can make the cursor keys work by typing
set -E
The E represents the initial E in Emacs (for emacs keys).
%
If you do not want to get beeps in X11 (X Windows), you can turn them off with If you do not want to get beeps in X11 (X Windows), you can turn them off with
xset b off xset b off
@ -255,7 +248,7 @@ modes.
% %
Any user that is a member of the wheel group can use "su -" to simulate Any user that is a member of the wheel group can use "su -" to simulate
a root login. You can add a user to the wheel group by editing /etc/group. a root login. You can add a user to the wheel group by editing /etc/group.
-- -- Konstantinos Konstantinidis <kkonstan@duth.gr> -- Konstantinos Konstantinidis <kkonstan@duth.gr>
% %
Over quota? "du -s * | sort -n " will give you a sorted list of your Over quota? "du -s * | sort -n " will give you a sorted list of your
directory sizes. directory sizes.
@ -264,10 +257,6 @@ directory sizes.
Handy bash(1) prompt: PS1="\u@\h \w \!$ " Handy bash(1) prompt: PS1="\u@\h \w \!$ "
-- David Scheidt <dscheidt@tumbolia.com> -- David Scheidt <dscheidt@tumbolia.com>
% %
man -k "something" will give you a list of manpages that have "something"
in their description.
-- David Scheidt <dscheidt@tumbolia.com>
%
Ever wonder what those numbers after command names were, as in cat(1)? It's Ever wonder what those numbers after command names were, as in cat(1)? It's
the section of the manual the man page is in. "man man" will tell you more. the section of the manual the man page is in. "man man" will tell you more.
-- David Scheidt <dscheidt@tumbolia.com> -- David Scheidt <dscheidt@tumbolia.com>