Deleted Added
full compact
bsdconfig.8 (241330) bsdconfig.8 (245052)
1.\" Copyright (c) 2012 Ron McDowell
2.\" Copyright (c) 2012 Devin Teske
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 43 unchanged lines hidden (view full) ---

52.\" defaultrouter
53.\" hostname
54.\" nameservers
55.\" netdev
56.\" security
57.\" ttys
58.\" [dot]
59.\"
1.\" Copyright (c) 2012 Ron McDowell
2.\" Copyright (c) 2012 Devin Teske
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 43 unchanged lines hidden (view full) ---

52.\" defaultrouter
53.\" hostname
54.\" nameservers
55.\" netdev
56.\" security
57.\" ttys
58.\" [dot]
59.\"
60.\" $FreeBSD: head/usr.sbin/bsdconfig/bsdconfig.8 241330 2012-10-07 19:53:04Z joel $
60.\" $FreeBSD: head/usr.sbin/bsdconfig/bsdconfig.8 245052 2013-01-05 02:08:47Z dteske $
61.\"
62.Dd Mar 20, 2012
63.Dt BSDCONFIG 8
64.Os
65.Sh NAME
66.Nm bsdconfig
67.Nd system configuration utility
68.Sh SYNOPSIS

--- 11 unchanged lines hidden (view full) ---

80well as changing configuration settings of existing systems.
81.Pp
82.Nm
83takes a command as an argument. If invoked with no arguments, it will bring up
84a master menu listing the available commands.
85.Pp
86The following options are available:
87.Bl -tag -width indent+
61.\"
62.Dd Mar 20, 2012
63.Dt BSDCONFIG 8
64.Os
65.Sh NAME
66.Nm bsdconfig
67.Nd system configuration utility
68.Sh SYNOPSIS

--- 11 unchanged lines hidden (view full) ---

80well as changing configuration settings of existing systems.
81.Pp
82.Nm
83takes a command as an argument. If invoked with no arguments, it will bring up
84a master menu listing the available commands.
85.Pp
86The following options are available:
87.Bl -tag -width indent+
88.It Fl f Ar file
89Load
90.Ar file
91as script and then exit.
92If multiple occurrences, program will only exit after last occurrence.
93If
94.Ar file
95is a single dash
96.Pq Sq Fl ,
97.Nm
98reads from standard input.
88.It Fl h
89Print usage statement and exit.
90.It Fl S
91Secure X11 mode
92.Pq implies Fl X .
93As root, always prompt-for and validate
94.Xr sudo 8
95username/password before starting.

--- 138 unchanged lines hidden ---
99.It Fl h
100Print usage statement and exit.
101.It Fl S
102Secure X11 mode
103.Pq implies Fl X .
104As root, always prompt-for and validate
105.Xr sudo 8
106username/password before starting.

--- 138 unchanged lines hidden ---