diff options
Diffstat (limited to 'release')
51 files changed, 0 insertions, 507 deletions
diff --git a/release/picobsd/help/cat.hlp b/release/picobsd/help/cat.hlp deleted file mode 100644 index ed14871..0000000 --- a/release/picobsd/help/cat.hlp +++ /dev/null @@ -1,5 +0,0 @@ -[1mcat[m concatenate and print files - - Usage: - - cat [-benstuv] [-] [file ...] diff --git a/release/picobsd/help/chmod.hlp b/release/picobsd/help/chmod.hlp deleted file mode 100644 index 6e516c5..0000000 --- a/release/picobsd/help/chmod.hlp +++ /dev/null @@ -1,5 +0,0 @@ -[1mchmod[m change file modes - - Usage: - - chmod [-R [-H | -L | -P]] mode file ... diff --git a/release/picobsd/help/chown.hlp b/release/picobsd/help/chown.hlp deleted file mode 100644 index e32e855..0000000 --- a/release/picobsd/help/chown.hlp +++ /dev/null @@ -1,8 +0,0 @@ -[1mchgrp[m change group -[1mchown[m change owner - - Usage: - - chown [-R [-H | -L | -P]] [-f] [-h] owner[:group] file ... - chown [-R [-H | -L | -P]] [-f] [-h] :group file ... - chgrp [-R [-H | -L | -P]] [-f] [-h] group file ... diff --git a/release/picobsd/help/chuck.hlp b/release/picobsd/help/chuck.hlp deleted file mode 100644 index 897ed16..0000000 --- a/release/picobsd/help/chuck.hlp +++ /dev/null @@ -1,6 +0,0 @@ -[1mchuck[m a friendly daemon :-) - - This is slightly reworked version of a classic ELIZA program. - Kudos go to original author (J. Weizenbaum), then to the - author of this implementation <chris@wacsvax.OZ>. I only - slightly changed the dialog... diff --git a/release/picobsd/help/cp.hlp b/release/picobsd/help/cp.hlp deleted file mode 100644 index 8117159..0000000 --- a/release/picobsd/help/cp.hlp +++ /dev/null @@ -1,6 +0,0 @@ -[1mcp[m copy files - - Usage: - - cp [-R [-H | -L | -P]] [-f | -i] [-p] src target - cp [-R [-H | -L | -P]] [-f | -i] [-p] src1 ... srcN directory diff --git a/release/picobsd/help/dd.hlp b/release/picobsd/help/dd.hlp deleted file mode 100644 index d972d40..0000000 --- a/release/picobsd/help/dd.hlp +++ /dev/null @@ -1,12 +0,0 @@ -[1mdd[m convert and copy a file - - Examples of usage: - - This command will create 16MB, zero-filled file in /dos/SWAP.swp: - - dd if=/dev/zero of=/dos/SWAP.swp bs=512 count=32000 - - This command will transfer floppy image from picobsd.flp to device - /dev/rfd0, which denotes raw floppy A: - - dd if=picobsd.flp of=/dev/rfd0 diff --git a/release/picobsd/help/df.hlp b/release/picobsd/help/df.hlp deleted file mode 100644 index 987849b..0000000 --- a/release/picobsd/help/df.hlp +++ /dev/null @@ -1,5 +0,0 @@ -[1mdf[m display free disk space - - Usage: - - df [-ikn] [-t type] [file | filesystem ...] diff --git a/release/picobsd/help/dialup.hlp b/release/picobsd/help/dialup.hlp deleted file mode 100644 index c729023..0000000 --- a/release/picobsd/help/dialup.hlp +++ /dev/null @@ -1,4 +0,0 @@ -[1mdialup[m a simple PPP configuration script - - This script attempts to create the /etc/ppp/ppp.conf file suitable for - automatic dialing and background operation of 'ppp' program. diff --git a/release/picobsd/help/echo.hlp b/release/picobsd/help/echo.hlp deleted file mode 100644 index b54bdc3..0000000 --- a/release/picobsd/help/echo.hlp +++ /dev/null @@ -1,8 +0,0 @@ -[1mecho[m write arguments to the standard output - - Usage: - - echo [-n] [string...] - - Optional parameter -n tells echo not to end the output with new - line character. diff --git a/release/picobsd/help/ee.hlp b/release/picobsd/help/ee.hlp deleted file mode 100644 index dfb66c0..0000000 --- a/release/picobsd/help/ee.hlp +++ /dev/null @@ -1,4 +0,0 @@ -[1mee[m Easy Editor - - This simple editor comes with its own help, visible in the upper part - of the screen. Follow that instructions. diff --git a/release/picobsd/help/fsck.hlp b/release/picobsd/help/fsck.hlp deleted file mode 100644 index e4c13e3..0000000 --- a/release/picobsd/help/fsck.hlp +++ /dev/null @@ -1,15 +0,0 @@ -[1mfsck[m filesystem consistency check and interactive repair - - Usage: - - fsck -p [-f] [-m mode] - fsck [-b block#] [-c level] [-l maxparallel] [-y] [-n] [-m mode] - [filesystem] ... - - but in its simplest and most common version: - - fsck -y <filesystem> - - where <filesystem> is a name of the raw device, on which the filesystem - lies, e.g. /dev/rfd0 for floppy A:, or /dev/rwd0s1 for partition #1 on - first IDE drive. diff --git a/release/picobsd/help/ftp.hlp b/release/picobsd/help/ftp.hlp deleted file mode 100644 index 3b61e90..0000000 --- a/release/picobsd/help/ftp.hlp +++ /dev/null @@ -1,8 +0,0 @@ -[1mftp[m ARPANET file transfer program - - Usage: - - ftp [-adeginptvV] [host [port]] - ftp host:path[/] - ftp ftp://host[:port]/path[/] - ftp http://host[:port]/file diff --git a/release/picobsd/help/getty.hlp b/release/picobsd/help/getty.hlp deleted file mode 100644 index e48874f..0000000 --- a/release/picobsd/help/getty.hlp +++ /dev/null @@ -1 +0,0 @@ -[1mgetty[m set terminal mode diff --git a/release/picobsd/help/gzip.hlp b/release/picobsd/help/gzip.hlp deleted file mode 100644 index f125fe3..0000000 --- a/release/picobsd/help/gzip.hlp +++ /dev/null @@ -1,26 +0,0 @@ -[1mgzip, gunzip, zcat[m compress or expand files - - Usage: - - gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...] - -c --stdout write on standard output, keep original - files unchanged - -d --decompress decompress - -f --force force overwrite of output file and compress - links - -h --help give this help - -l --list list compressed file contents - -L --license display software license - -n --no-name do not save or restore the original name and - time stamp - -N --name save or restore the original name and time stamp - -q --quiet suppress all warnings - -r --recursive operate recursively on directories - -S .suf --suffix .suf use suffix .suf on compressed files - -t --test test compressed file integrity - -v --verbose verbose mode - -V --version display version number - -1 --fast compress faster - -9 --best compress better - file... files to (de)compress. If none given, use - standard input. diff --git a/release/picobsd/help/help.hlp b/release/picobsd/help/help.hlp deleted file mode 100644 index dc35a41..0000000 --- a/release/picobsd/help/help.hlp +++ /dev/null @@ -1,7 +0,0 @@ -[1mhelp[m Simple help system for PicoBSD - - This command displays short description of the commands included - on PicoBSD floppy. When invoked with no argument, it displays this - text :-). Any other argument is treated as a name of file located in - /help directory on the floppy, and this file is displayed page by - page. diff --git a/release/picobsd/help/hostname.hlp b/release/picobsd/help/hostname.hlp deleted file mode 100644 index 0e29ffe..0000000 --- a/release/picobsd/help/hostname.hlp +++ /dev/null @@ -1,5 +0,0 @@ -[1mhostname[m set or print name of current host system - - Usage: - - hostname [-s] [name-of-host] diff --git a/release/picobsd/help/ifconfig.hlp b/release/picobsd/help/ifconfig.hlp deleted file mode 100644 index 65da95f..0000000 --- a/release/picobsd/help/ifconfig.hlp +++ /dev/null @@ -1,18 +0,0 @@ -[1mifconfig[m configure network interface parameters - - Usage: - - ifconfig -a [ -d ] [ -u ] [ af ] - ifconfig -l [ -d ] [ -u ] - [ af [ address [ dest_addr ] ] [ netmask mask ] - [ broadcast addr ] - - [ alias ] [ delete ] ] - [ up ] [ down ] - [ metric n ] - [ mtu n ] - [ arp | -arp ] - [ link0 | -link0 ] [ link1 | -link1 ] [ link2 | -link2 ] - [ media mtype ] - [ mediaopt mopts ] - [ -mediaopt mopts ] diff --git a/release/picobsd/help/init.hlp b/release/picobsd/help/init.hlp deleted file mode 100644 index e6ddc73..0000000 --- a/release/picobsd/help/init.hlp +++ /dev/null @@ -1 +0,0 @@ -[1minit[m process control initialization diff --git a/release/picobsd/help/kbdcontrol.hlp b/release/picobsd/help/kbdcontrol.hlp deleted file mode 100644 index 0a77656..0000000 --- a/release/picobsd/help/kbdcontrol.hlp +++ /dev/null @@ -1,7 +0,0 @@ -[1mkbdcontrol[m a utility for manipulating the syscons keyboard driver section - - Usage: - - kbdcontrol [-dFx] [-b duration.pitch | belltype] - [-r delay.repeat | speed] [-l mapfile] [-f # string] - [-h size] [-L mapfile] diff --git a/release/picobsd/help/kget.hlp b/release/picobsd/help/kget.hlp deleted file mode 100644 index 632c807..0000000 --- a/release/picobsd/help/kget.hlp +++ /dev/null @@ -1,21 +0,0 @@ -[1mkget[m Get list of kernel configuration. - - This utility allows to gather device configuration which possibly - was changed in userconfig (-c) session, and to save it to /kernel.config - file on startup floppy, so that when user boots next time, the - settings will automatically be changed. - - Usage is straightforward: - - kget [-incore|kernel_name] [vanilla] - - E.g.: Get device configuration of running kernel - - kget -incore - - Produce list of parameters changed from /stand/vanilla - - kget -incore /stand/vanilla - - (You can redirect the stdout to /kernel.config - this list - already contains all the requires keywords.) diff --git a/release/picobsd/help/kill.hlp b/release/picobsd/help/kill.hlp deleted file mode 100644 index e6322e7..0000000 --- a/release/picobsd/help/kill.hlp +++ /dev/null @@ -1,8 +0,0 @@ -[1mkill[m terminate or signal a process - - Usage: - - kill [-s signal_name] pid ... - kill -l [exit_status] - kill -signal_name pid ... - kill -signal_number pid ... diff --git a/release/picobsd/help/ln.hlp b/release/picobsd/help/ln.hlp deleted file mode 100644 index a7c7065..0000000 --- a/release/picobsd/help/ln.hlp +++ /dev/null @@ -1,9 +0,0 @@ -[1mln[m make links - - Usage: - - ln [-fs] file1 file2 - ln [-fs] file ... directory - - -f Unlink any already existing file (force link) - -s Create symbolic link diff --git a/release/picobsd/help/ls.hlp b/release/picobsd/help/ls.hlp deleted file mode 100644 index 7a171cb..0000000 --- a/release/picobsd/help/ls.hlp +++ /dev/null @@ -1,10 +0,0 @@ -[1mls[m list directory contents - - Usage: - - ls [-ACFLRTWacdfgikloqrstu1] [file ...] - - Most common switches are: - - -l list in long format - -a include directory entries whose names begin with a dot '.' diff --git a/release/picobsd/help/mkdir.hlp b/release/picobsd/help/mkdir.hlp deleted file mode 100644 index 85c3142..0000000 --- a/release/picobsd/help/mkdir.hlp +++ /dev/null @@ -1,5 +0,0 @@ -[1mmkdir[m make directories - - Usage: - - mkdir [-p] [-m mode] directory ... diff --git a/release/picobsd/help/mknod.hlp b/release/picobsd/help/mknod.hlp deleted file mode 100644 index 5de07ba..0000000 --- a/release/picobsd/help/mknod.hlp +++ /dev/null @@ -1,5 +0,0 @@ -[1mmknod[m build special file - - Usage: - - mknod name [b | c] major minor diff --git a/release/picobsd/help/more.hlp b/release/picobsd/help/more.hlp deleted file mode 100644 index 0333be2..0000000 --- a/release/picobsd/help/more.hlp +++ /dev/null @@ -1,7 +0,0 @@ -[1mmore[m file perusal filter for crt viewing - - Usage: - - more [-ceinus] [-t tag] [-x tabs] [-/ pattern] [-#] [file ...] - - But most commonly just 'more <file>' or e.g. 'ls -l|more' diff --git a/release/picobsd/help/mount.hlp b/release/picobsd/help/mount.hlp deleted file mode 100644 index 526fbe8..0000000 --- a/release/picobsd/help/mount.hlp +++ /dev/null @@ -1,21 +0,0 @@ -[1mmount[m mount file systems - - Usage: - - mount [-dfpruvw] [-o options] [-t ufs | external_type] special node - mount [-adfpruvw] [-t ufs | external_type] - mount [-dfpruvw] special | node - - E.g.: - - * mount UFS floppy A: on /mnt directory: - - mount /dev/fd0c /mnt - - * mount DOS primary partition (on primary IDE drive) on /dos: - - mount -t msdos /dev/wd0s1 /dos - - * mount Linux partition on /mnt - - mount -t ext2fs /dev/wd0s1 /mnt diff --git a/release/picobsd/help/mount_cd9660.hlp b/release/picobsd/help/mount_cd9660.hlp deleted file mode 100644 index 1e13824..0000000 --- a/release/picobsd/help/mount_cd9660.hlp +++ /dev/null @@ -1,9 +0,0 @@ -[1mmount_cd9660[m mount an ISO-9660 filesystem - - Usage: - - mount_cd9660 [-egrv] [-o options] [-s startsector] special node - - Most commonly, to mount an ATAPI CD-ROM on /mnt directory: - - mount_cd9660 /dev/wcd0c /mnt diff --git a/release/picobsd/help/mount_ext2fs.hlp b/release/picobsd/help/mount_ext2fs.hlp deleted file mode 100644 index 636d9c9..0000000 --- a/release/picobsd/help/mount_ext2fs.hlp +++ /dev/null @@ -1,11 +0,0 @@ -[1mmount_ext2fs[m mount a ext2fs (Linux) file system - - Usage: - - mount_ext2fs [-o options] special node - - E.g. to mount first partition of first IDE drive on /mnt: - - mount_ext2fs /dev/wd0s1 /mnt - - To mount it read-only, add '-o ro' as options. diff --git a/release/picobsd/help/mount_msdos.hlp b/release/picobsd/help/mount_msdos.hlp deleted file mode 100644 index 365b65c..0000000 --- a/release/picobsd/help/mount_msdos.hlp +++ /dev/null @@ -1,13 +0,0 @@ -[1mmount_msdos[m mount an MS-DOS file system - - Usage: - - mount_msdos [-o options] [-u user] [-g group] [-m mask] bdev dir - - E.g. to mount primary DOS partition of primary IDE drive on /dos: - - mount_msdos /dev/wd0s1 /dos - - To mount first extended partition on /mnt: - - mount_msdos /dev/wd0s5 /mnt diff --git a/release/picobsd/help/mount_procfs.hlp b/release/picobsd/help/mount_procfs.hlp deleted file mode 100644 index d7cb55f..0000000 --- a/release/picobsd/help/mount_procfs.hlp +++ /dev/null @@ -1,9 +0,0 @@ -[1mmount_procfs[m mount process filesystem - - Usage: - - mount_procfs [-o options] what_to_mount mount_point - - Most commonly this will be: - - mount_procfs proc /proc diff --git a/release/picobsd/help/moused.hlp b/release/picobsd/help/moused.hlp deleted file mode 100644 index 0b7f7f4..0000000 --- a/release/picobsd/help/moused.hlp +++ /dev/null @@ -1,44 +0,0 @@ -[1mmoused[m mouse daemon - - Usage: - - moused [-3DPRcdfs] [-F rate] [-r resolution] [-S baudrate] [-C threshold] - [-m N=M] [-z target] [-t mousetype] -p port - - Most common options are: - - -3 Emulate the third (middle) button for 2-button mice. It is emu- - lated by pressing the left and right physical buttons simultane- - ously. - -p port Use port to communicate with the mouse. - -t type - microsoft Microsoft (2-button) serial mouse protocol. - intellimouse Microsoft IntelliMouse protocol. Genius Net- - Mouse, ASCII Mie Mouse, Logitech MouseMan+ and - FirstMouse+ use this protocol too. - mousesystems MouseSystems 5-byte protocol. 3-button mice may - use this protocol. - mmseries MM Series mouse protocol. - logitech Logitech mouse protocol. Note that this is for - old Logitech models. mouseman or intellimouse - should be specified for newer models. - mouseman Logitech MouseMan and TrackMan protocol. Some - 3-button mice may be compatible with this proto- - col. Note that MouseMan+ and FirstMouse+ use - intellimouse protocol rather than this one. - glidepoint ALPS GlidePoint protocol. - thinkingmouse Kensington ThinkingMouse protocol. - mmhittab Hitachi tablet protocol. - -3-button serial mice may have a small switch to choose between -``MS'' and ``PC'', or ``2'' and ``3''. ``MS'' or ``2'' usually mean -the microsoft protocol. ``PC'' or ``3'' will choose the -mousesystems protocol. -To test if the selected protocol type is correct for the given mouse, en- -able the mouse pointer in the current virtual console: - vidcontrol -m on -start the mouse daemon in the foreground mode: - moused -f -p _selected_port_ -t _selected_protocol_ -and see if the mouse pointer travels correctly according to the mouse -movement. Then try cut & paste features by clicking the left, right and -middle buttons. Type ^C to stop the command. diff --git a/release/picobsd/help/mv.hlp b/release/picobsd/help/mv.hlp deleted file mode 100644 index 0cbf6d8..0000000 --- a/release/picobsd/help/mv.hlp +++ /dev/null @@ -1,9 +0,0 @@ -[1mmv[m move files - - Usage: - - mv [-f | -i] source target - mv [-f | -i] source ... directory - - -f Do not prompt for confirmation - -i Prompt for confirmation diff --git a/release/picobsd/help/ping.hlp b/release/picobsd/help/ping.hlp deleted file mode 100644 index 6d3cb71..0000000 --- a/release/picobsd/help/ping.hlp +++ /dev/null @@ -1,10 +0,0 @@ -[1mping[m send ICMP ECHO_REQUEST packets to network hosts - - Usage: - - ping [-QRadfnqrv] [-c count] [-i wait] [-l preload] [-p pattern] - [-s packetsize] [host | [-L] [-I iface] [-T ttl] mcast-group] - - Most commonly: - - ping <host> diff --git a/release/picobsd/help/ppp.hlp b/release/picobsd/help/ppp.hlp deleted file mode 100644 index 55527dd..0000000 --- a/release/picobsd/help/ppp.hlp +++ /dev/null @@ -1,16 +0,0 @@ -[1mppp[m Point to Point Protocol client - - Usage: - - ppp [-auto | -background | -direct | -dedicated | -ddial ] [system] - - In case of PicoBSD most probably this will be: - - ppp -background <system_name> - - You should run 'dialup' script to configure automatic dialing. Then - you can use - - ppp -background dialup - - to connect to your provider. diff --git a/release/picobsd/help/ps.hlp b/release/picobsd/help/ps.hlp deleted file mode 100644 index 3e5125b..0000000 --- a/release/picobsd/help/ps.hlp +++ /dev/null @@ -1,9 +0,0 @@ -[1mps[m List running processes - - This is a small 'ps' replacement, which uses information - available via sysctl(3) interface. It's primitive, but - gives you the most important informations, i.e. how many - processes are running and on which vty, and the pid number - to kill some of them. :-) - - Currently, no options are implemented yet. diff --git a/release/picobsd/help/pwd.hlp b/release/picobsd/help/pwd.hlp deleted file mode 100644 index 593a9eb..0000000 --- a/release/picobsd/help/pwd.hlp +++ /dev/null @@ -1 +0,0 @@ -[1mpwd[m return working directory name diff --git a/release/picobsd/help/reboot.hlp b/release/picobsd/help/reboot.hlp deleted file mode 100644 index d40c8ca..0000000 --- a/release/picobsd/help/reboot.hlp +++ /dev/null @@ -1,3 +0,0 @@ -[1mreboot[m reboot the system - - Press Ctlr-Alt-Del instead of 'reboot'. diff --git a/release/picobsd/help/rm.hlp b/release/picobsd/help/rm.hlp deleted file mode 100644 index 60f2cd1..0000000 --- a/release/picobsd/help/rm.hlp +++ /dev/null @@ -1,13 +0,0 @@ -[1mrm[m remove directory entries - - Usage: - - rm [-f | -i] [-dPRrW] file ... - - -f attepmt removal without confirmation, regardless of - premissions - -i request confirmation before removing - -r remove the whole tree rooted at "file" argument - - [1mWARNING:[m There is no way to "undelete" deleted files! They - are lost forever. diff --git a/release/picobsd/help/route.hlp b/release/picobsd/help/route.hlp deleted file mode 100644 index bf0061b..0000000 --- a/release/picobsd/help/route.hlp +++ /dev/null @@ -1,13 +0,0 @@ -[1mroute[m manually manipulate the routing tables - - Usage: - - route [ -nqv ] command [[ modifiers ] args ] - - Where 'command' is most commonly 'add' or 'delete', modifiers can be - '-net' or '-host', and args are destination and gateway. - - E.g., to add default route to the gateway: - - route add default <gateway name or IP> - diff --git a/release/picobsd/help/sh.hlp b/release/picobsd/help/sh.hlp deleted file mode 100644 index 6198b23..0000000 --- a/release/picobsd/help/sh.hlp +++ /dev/null @@ -1,3 +0,0 @@ -[1msh[m a Bourne Shell (command interpreter) - - This version is a slightly stripped down /bin/sh, also known as Ash. diff --git a/release/picobsd/help/shutdown.hlp b/release/picobsd/help/shutdown.hlp deleted file mode 100644 index f222d5a..0000000 --- a/release/picobsd/help/shutdown.hlp +++ /dev/null @@ -1,3 +0,0 @@ -[1mshutdown[m shut down the system - - Press Ctlr-Alt-Del instead of 'shutdown'. diff --git a/release/picobsd/help/ssh.hlp b/release/picobsd/help/ssh.hlp deleted file mode 100644 index bf6c168..0000000 --- a/release/picobsd/help/ssh.hlp +++ /dev/null @@ -1,29 +0,0 @@ -[1mssh[m Secure Shell remote access command - - Usage: ssh [options] host [command] - - -l user Log in using this user name. - -n Redirect input from /dev/null. - -a Disable authentication agent forwarding. - -x Disable X11 connection forwarding. - -i file Identity for RSA authentication (default: ~/.ssh/identity). - -t Tty; allocate a tty even if command is given. - -v Verbose; display verbose debugging messages. - -V Display version number only. - -q Quiet; don't display any warning messages. - -f Fork into background after authentication. - -e char Set escape character; ``none'' = disable (default: ~). - -c cipher Select encryption algorithm: ``idea'', ``3des'' - -p port Connect to this port. Server must be on the same port. - -P Don't use priviledged source port. - -L listen-port:host:port Forward local port to remote address - -R listen-port:host:port Forward remote port to local address - These cause ssh to listen for connections on a port, and - forward them to the other side by connecting to host:port. - -C Enable compression. - -o 'option' Process the option as if it was read from a configuration - file. - - Most commonly this will be: - - ssh -l your_login remote_host diff --git a/release/picobsd/help/swapon.hlp b/release/picobsd/help/swapon.hlp deleted file mode 100644 index a5e1c68..0000000 --- a/release/picobsd/help/swapon.hlp +++ /dev/null @@ -1,5 +0,0 @@ -[1mswapon[mspecify additional device for paging and swapping - - Usage: - - swapon [-a] [special_file ...] diff --git a/release/picobsd/help/sysctl.hlp b/release/picobsd/help/sysctl.hlp deleted file mode 100644 index 8a2c911..0000000 --- a/release/picobsd/help/sysctl.hlp +++ /dev/null @@ -1,15 +0,0 @@ -[1msysctl[m get or set kernel state - - Usage: - - sysctl [-bnX] variable ... - sysctl [-bnX] -w variable=value ... - sysctl [-bnX] -a - sysctl [-bnX] -A - - To see the whole MIB table use: - sysctl -a - - To set specific variable to new value use: - - sysctl -w variable=value diff --git a/release/picobsd/help/telnet.hlp b/release/picobsd/help/telnet.hlp deleted file mode 100644 index ddceebd..0000000 --- a/release/picobsd/help/telnet.hlp +++ /dev/null @@ -1,14 +0,0 @@ -[1mtelnet[m user interface to the TELNET protocol - - Usage: - - telnet [-8] [-E] [-L] [-S tos] [-a] [-c] [-d] [-e char] [-l user] - [-n tracefile][-r] [host-name [port]] - - Most commonly this will be just: - - telnet <remote_host> - - [1mWARNING:[m Telnet protocol is unsafe, as it passes the - passwords in clear text over the network. Use 'ssh' instead, where it's - possible. diff --git a/release/picobsd/help/test.hlp b/release/picobsd/help/test.hlp deleted file mode 100644 index 351dc76..0000000 --- a/release/picobsd/help/test.hlp +++ /dev/null @@ -1 +0,0 @@ -[1mtest[m condition evaluation utility diff --git a/release/picobsd/help/umount.hlp b/release/picobsd/help/umount.hlp deleted file mode 100644 index 910a0b4..0000000 --- a/release/picobsd/help/umount.hlp +++ /dev/null @@ -1,12 +0,0 @@ -[1mumount[m unmount filesystems - - Usage: - - umount [-fv] special | node - umount -a | -A [-fv] [-h host] [-t type] - - Most commonly this will be: - - umount <mount_point> - - e.g. 'umount /mnt' diff --git a/release/picobsd/help/vidcontrol.hlp b/release/picobsd/help/vidcontrol.hlp deleted file mode 100644 index 0aafefb..0000000 --- a/release/picobsd/help/vidcontrol.hlp +++ /dev/null @@ -1,7 +0,0 @@ -[1mvidcontrol[m a utility for manipulating the syscons video driver - - Usage: - - vidcontrol [-r fg bg] [-b color] [-c appearance] [-d] [-l scrmap] - [-L] [-m on|off] [-f size file] [-s number] [-t N|off] - [-x] [mode] [fgcol [bgcol]] [show] diff --git a/release/picobsd/help/vm.hlp b/release/picobsd/help/vm.hlp deleted file mode 100644 index c707ca5..0000000 --- a/release/picobsd/help/vm.hlp +++ /dev/null @@ -1,12 +0,0 @@ -[1mvm[m Show memory usage. - - This program repeatedly displays current memory usage, showing the - following numbers: - - * procs: number of processes; r - running, d - waiting for I/O, - p - paging, s - sleeping, - * virt mem: virtual memory amounts (total and active), in kB - * real mem: real memory amounts (total and active), in kB - * shared vm: amount of shared virtual memory (total and active), in kB - * shared real: amount of shared real memory (total and active), in kB - * free: amount of free memory, in kB diff --git a/release/picobsd/help/vnconfig.hlp b/release/picobsd/help/vnconfig.hlp deleted file mode 100644 index 12bd0f5..0000000 --- a/release/picobsd/help/vnconfig.hlp +++ /dev/null @@ -1,9 +0,0 @@ -[1mvnconfig[m configure and enable vnode disks - - Usage: - - vnconfig [-acdefguv] [-s option] [-r option] [special-device file] - - E.g. to enable swapping on a file called /dos/SWAP.swp: - - vnconfig -e /dev/vn0b /dos/SWAP.swp swap |