diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-31 15:03:18 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-31 15:03:18 +0000 |
commit | 440cac3e5175de5329af15fef79e0d5054d405aa (patch) | |
tree | c2bec0863fc744d4a00f91cdc01e2c67bed31bd3 /etc/root | |
parent | 739d6a140cf76c455efa2ba09306960ac75754e3 (diff) | |
download | src-440cac3e5175de5329af15fef79e0d5054d405aa.tar.gz src-440cac3e5175de5329af15fef79e0d5054d405aa.zip |
Notes
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.fvwmrc | 6 | ||||
-rw-r--r-- | etc/root/dot.login | 4 | ||||
-rwxr-xr-x | etc/root/dot.xsession | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/etc/root/dot.fvwmrc b/etc/root/dot.fvwmrc index b763041be5b4..f017fdd07f7a 100644 --- a/etc/root/dot.fvwmrc +++ b/etc/root/dot.fvwmrc @@ -1,7 +1,7 @@ # Unfortunately, order does matter in this file # The correct order for inserting configurations is: # 1. Colors -# 2. Assorted configuration paramters such as ClickToFocus, or MWMBorders +# 2. Assorted configuration parameters such as ClickToFocus, or MWMBorders # 3. Path setup (ModulePath, PixmapPath, IconPath) # 4. Style settings, including the default style Style "*" ... # 5. InitFunction and ResetFunction definitions. @@ -17,7 +17,7 @@ # If you get it wrong, the most common problem is that color or font settings # are ignored -# for m4 processing we have to undefine the include macro or pathts to +# for m4 processing we have to undefine the include macro or paths to # /usr/.../include/... will be mangled undefine(`include') @@ -97,7 +97,7 @@ MWMFunctionHints MWMHintOverride # MWMDecor hints parses the decoration information in the MOTIF_WM_HINTS -# property, and removes these decoratons from the window. This does not affect +# property, and removes these decorations from the window. This does not affect # the functions that can be performed via the menus. MWMDecorHints diff --git a/etc/root/dot.login b/etc/root/dot.login index 3c6fd000c71d..b3c28ae41b3f 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -9,10 +9,10 @@ setenv CPU "FREEBSD" set path = ($path /usr/local/interviews/bin/$CPU) setenv MANPATH "${MANPATH}:/usr/local/interviews/man" -# 8-bit locale (germany) +# 8-bit locale (Germany) #setenv LANG de_DE.ISO_8859-1 -# A rightous umask +# A righteous umask umask 22 /usr/games/fortune diff --git a/etc/root/dot.xsession b/etc/root/dot.xsession index 4bacce01e83d..87e7a49e225a 100755 --- a/etc/root/dot.xsession +++ b/etc/root/dot.xsession @@ -15,7 +15,7 @@ export CPU #LANG=de_DE.ISO_8859-1 #export LANG -# A rightous umask +# A righteous umask umask 22 # Useful clients. |