diff options
author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-11-26 23:23:42 +0000 |
---|---|---|
committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-11-26 23:23:42 +0000 |
commit | cebb0d29f78205108c2dcae8b9c4f032793bfeb9 (patch) | |
tree | 7f4fb33f7dee01d218b80fcedb171aa963ae15ed | |
parent | 3d2209ae92b6baa8b197d6b6aeeb8bd68ca780e9 (diff) | |
download | src-cebb0d29f78205108c2dcae8b9c4f032793bfeb9.tar.gz src-cebb0d29f78205108c2dcae8b9c4f032793bfeb9.zip |
configXEnvironment doesn't work in sysinstall now.
Change the manpage to reflect that it's now called configXSetup.
Also document configXDesktop.
Submitted by: pirat <pirat@access.inet.co.th>
Notes
Notes:
svn path=/head/; revision=107292
-rw-r--r-- | usr.sbin/sade/sade.8 | 7 | ||||
-rw-r--r-- | usr.sbin/sysinstall/sysinstall.8 | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/sade/sade.8 b/usr.sbin/sade/sade.8 index d304c8451dad..88279c77c7b2 100644 --- a/usr.sbin/sade/sade.8 +++ b/usr.sbin/sade/sade.8 @@ -237,11 +237,16 @@ Add users and/or groups to the system. .Pp .Sy Variables : None -.It configXEnvironment +.It configXSetup Configure the X display subsystem. .Pp .Sy Variables : None +.It configXDesktop +Configure the X desktop. +.Pp +.Sy Variables : +None .It diskPartitionEditor Invokes the disk partition (MBR) editor. .Pp diff --git a/usr.sbin/sysinstall/sysinstall.8 b/usr.sbin/sysinstall/sysinstall.8 index d304c8451dad..88279c77c7b2 100644 --- a/usr.sbin/sysinstall/sysinstall.8 +++ b/usr.sbin/sysinstall/sysinstall.8 @@ -237,11 +237,16 @@ Add users and/or groups to the system. .Pp .Sy Variables : None -.It configXEnvironment +.It configXSetup Configure the X display subsystem. .Pp .Sy Variables : None +.It configXDesktop +Configure the X desktop. +.Pp +.Sy Variables : +None .It diskPartitionEditor Invokes the disk partition (MBR) editor. .Pp |